Skip to content

Commit

Permalink
upgrade csly to 3.4.5 => API 1.6.0 CLI : 2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Nov 7, 2024
1 parent 631a696 commit 477f852
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CliTests/CliTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<ItemGroup>
<!-- <ProjectReference Include="..\..\csly\src\sly\sly.csproj" />-->
<PackageReference Include="sly" Version="3.4.1-alpha1" />
<PackageReference Include="sly" Version="3.4.5" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Generated/Generated.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="sly" Version="3.4.1-alpha1" />
<PackageReference Include="sly" Version="3.4.5" />
<!-- <ProjectReference Include="..\..\csly\src\sly\sly.csproj" />-->
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Tester/Tester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ProjectReference Include="..\csly-cli-model\csly-cli-model.csproj" />
<ProjectReference Include="..\csly-cli-parser\csly-cli-parser.csproj" />
<PackageReference Include="NFluent" Version="3.0.4" />
<PackageReference Include="sly" Version="3.4.1-alpha1" />
<PackageReference Include="sly" Version="3.4.5" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="System.ValueTuple" Version="4.5.0"/>
<PackageReference Include="System.Collections.Immutable" Version="8.0.0"/>
Expand Down
2 changes: 1 addition & 1 deletion csly-cli-api/CslyProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public CliResult<GeneratedSource> GenerateParser(string grammar, string nameSpac
</PropertyGroup>
<ItemGroup>
<PackageReference Include=""sly"" Version=""3.4.1-alpha1"" />
<PackageReference Include=""sly"" Version=""3.4.5"" />
</ItemGroup>
</Project>";
Expand Down
6 changes: 3 additions & 3 deletions csly-cli-api/csly-cli-api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<RootNamespace>csly_cli_api</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<version>1.5.9</version>
<PackageVersion>1.5.9</PackageVersion>
<version>1.6.0</version>
<PackageVersion>1.6.0</PackageVersion>
</PropertyGroup>
<PropertyGroup>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
Expand All @@ -19,7 +19,7 @@

<ItemGroup>
<!-- <ProjectReference Include="..\..\csly\src\sly\sly.csproj" />-->
<PackageReference Include="sly" Version="3.4.1-alpha1" />
<PackageReference Include="sly" Version="3.4.5" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion csly-cli-api/csly-cli-api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>csly-cli-api</id>
<version>1.5.9</version>
<version>1.6.0</version>
<title>csly-cli-api</title>
<authors>b3b00</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion csly-cli-builder/csly-cli-builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<!-- <ProjectReference Include="..\..\csly\src\sly\sly.csproj" />-->
<PackageReference Include="sly" Version="3.4.1-alpha1" />
<PackageReference Include="sly" Version="3.4.5" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion csly-cli-decompiler/csly-cli-decompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<!-- <ProjectReference Include="..\..\csly\src\sly\sly.csproj" />-->
<PackageReference Include="sly" Version="3.4.1-alpha1" />
<PackageReference Include="sly" Version="3.4.5" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion csly-cli-extractor/csly-cli-extractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>
<ItemGroup>
<!-- <ProjectReference Include="..\..\csly\src\sly\sly.csproj" />-->
<PackageReference Include="sly" Version="3.4.1-alpha1" />
<PackageReference Include="sly" Version="3.4.5" />
</ItemGroup>


Expand Down
2 changes: 1 addition & 1 deletion csly-cli-model/csly-cli-model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<!-- <ProjectReference Include="..\..\csly\src\sly\sly.csproj" />-->
<PackageReference Include="sly" Version="3.4.1-alpha1" />
<PackageReference Include="sly" Version="3.4.5" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="8.0.0"/>
Expand Down
2 changes: 1 addition & 1 deletion csly-cli-parser/csly-cli-parser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<!-- <ProjectReference Include="..\..\csly\src\sly\sly.csproj" />-->
<PackageReference Include="sly" Version="3.4.1-alpha1" />
<PackageReference Include="sly" Version="3.4.5" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="8.0.0"/>
Expand Down
6 changes: 3 additions & 3 deletions csly-cli/csly-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>csly-cli</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<version>2.4.6</version>
<PackageVersion>2.4.6</PackageVersion>
<version>2.4.7</version>
<PackageVersion>2.4.7</PackageVersion>

</PropertyGroup>
<PropertyGroup>
Expand All @@ -28,7 +28,7 @@

<ItemGroup>
<!-- <ProjectReference Include="..\..\csly\src\sly\sly.csproj" />-->
<PackageReference Include="sly" Version="3.4.1-alpha1" />
<PackageReference Include="sly" Version="3.4.5" />
</ItemGroup>


Expand Down

0 comments on commit 477f852

Please sign in to comment.