Skip to content

Commit 6d93caa

Browse files
committed
VersionBump : v4.8.0
1 parent e7ee7e9 commit 6d93caa

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

+4-4
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.7.0</Version>
14+
<Version>4.8.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>
@@ -26,9 +26,9 @@
2626
</PropertyGroup>
2727

2828
<ItemGroup>
29-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
30-
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
31-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
29+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
30+
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
31+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

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

+4-4
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.7.0</Version>
11+
<Version>4.8.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>
@@ -23,9 +23,9 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
27-
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
28-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
26+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
27+
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
28+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

src/CodeOfChaos.CliArgsParser/CodeOfChaos.CliArgsParser.csproj

+4-4
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.7.0</Version>
10+
<Version>4.8.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>
@@ -22,9 +22,9 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
26-
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
27-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
25+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
26+
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
27+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
2828
</ItemGroup>
2929

3030
</Project>

0 commit comments

Comments
 (0)