Skip to content

Commit 5e6a164

Browse files
committed
VersionBump : v4.5.0
1 parent 91d3340 commit 5e6a164

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/CodeOfChaos.CliArgsParser.Generators/CodeOfChaos.CliArgsParser.Generators.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- Main package name -->
1313
<PackageId>CodeOfChaos.CliArgsParser.Generators</PackageId>
14-
<Version>4.4.0</Version>
14+
<Version>4.5.0</Version>
1515
<Authors>Anna Sas</Authors>
1616
<Description>CliArgsParser is a library built around Dependency Injection to allow you to create CLI tools with ease</Description>
1717
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-cli_args_parser/</PackageProjectUrl>

src/CodeOfChaos.CliArgsParser.Library/CodeOfChaos.CliArgsParser.Library.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- Main package name -->
1010
<PackageId>CodeOfChaos.CliArgsParser.Library</PackageId>
11-
<Version>4.4.0</Version>
11+
<Version>4.5.0</Version>
1212
<Authors>Anna Sas</Authors>
1313
<Description>CliArgsParser is a library built around Dependency Injection to allow you to create CLI tools with ease</Description>
1414
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-cli_args_parser/</PackageProjectUrl>
@@ -34,6 +34,6 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="AterraEngine.Unions" Version="3.6.0" />
37+
<PackageReference Include="AterraEngine.Unions" Version="3.8.0" />
3838
</ItemGroup>
3939
</Project>

src/CodeOfChaos.CliArgsParser/CodeOfChaos.CliArgsParser.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- Main package name -->
99
<PackageId>CodeOfChaos.CliArgsParser</PackageId>
10-
<Version>4.4.0</Version>
10+
<Version>4.5.0</Version>
1111
<Authors>Anna Sas</Authors>
1212
<Description>CliArgsParser is a library built around Dependency Injection to allow you to create CLI tools with ease</Description>
1313
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-cli_args_parser/</PackageProjectUrl>

src/Tools.CodeOfChaos.CliArgsParser/Tools.CodeOfChaos.CliArgsParser.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0"/>
12+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.1" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

tests/Tests.CodeOfChaos.CliArgsParser/Tests.CodeOfChaos.CliArgsParser.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/>
1414
<PackageReference Include="Moq" Version="4.20.72"/>
15-
<PackageReference Include="TUnit" Version="0.6.55" />
15+
<PackageReference Include="TUnit" Version="0.8.8" />
1616
<PackageReference Include="Bogus" Version="35.6.1"/>
1717
</ItemGroup>
1818

0 commit comments

Comments
 (0)