Skip to content

Commit 08a4203

Browse files
committed
VersionBump : v3.0.3-preview.5
1 parent f9c9e34 commit 08a4203

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<IsPackable>true</IsPackable>
1414
<PackageId>CodeOfChaos.CliArgsParser.Generators</PackageId>
15-
<Version>3.0.3-preview.4</Version> <!-- Package version -->
15+
<Version>3.0.3-preview.5</Version> <!-- Package version -->
1616
<Authors>Anna Sas</Authors>
1717
<Description>CliArgsParser is a library built around Dependency Injection to allow you to create CLI tools with ease</Description>
1818
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-cli_args_parser/</PackageProjectUrl>
@@ -26,21 +26,21 @@
2626
</PropertyGroup>
2727

2828
<ItemGroup>
29-
<None Include="..\..\LICENSE" Pack="true" PackagePath=""/>
30-
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
29+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
30+
<None Include="..\..\README.md" Pack="true" PackagePath="" />
3131
</ItemGroup>
3232

3333
<ItemGroup>
3434
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0">
3535
<PrivateAssets>all</PrivateAssets>
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
</PackageReference>
38-
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0"/>
39-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/>
38+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" />
39+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
4040
</ItemGroup>
4141

4242
<ItemGroup>
43-
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false"/>
43+
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4444
</ItemGroup>
4545

4646

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<IsPackable>true</IsPackable>
1010
<PackageId>CodeOfChaos.CliArgsParser.Library</PackageId> <!-- Main package name -->
11-
<Version>3.0.3-preview.4</Version> <!-- Package version -->
11+
<Version>3.0.3-preview.5</Version> <!-- Package 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,19 +23,19 @@
2323
</PropertyGroup>
2424

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

3131
<ItemGroup>
32-
<ProjectReference Include="..\CodeOfChaos.CliArgsParser.Generators\CodeOfChaos.CliArgsParser.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
33-
<ProjectReference Include="..\CodeOfChaos.CliArgsParser\CodeOfChaos.CliArgsParser.csproj"/>
32+
<ProjectReference Include="..\CodeOfChaos.CliArgsParser.Generators\CodeOfChaos.CliArgsParser.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
33+
<ProjectReference Include="..\CodeOfChaos.CliArgsParser\CodeOfChaos.CliArgsParser.csproj" />
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="AterraEngine.Unions" Version="2.5.0"/>
38-
<PackageReference Include="CodeOfChaos.Ansi" Version="0.1.7"/>
37+
<PackageReference Include="AterraEngine.Unions" Version="2.5.0" />
38+
<PackageReference Include="CodeOfChaos.Ansi" Version="0.1.7" />
3939
</ItemGroup>
4040

4141
</Project>

src/CodeOfChaos.CliArgsParser/CodeOfChaos.CliArgsParser.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<IsPackable>true</IsPackable>
99
<PackageId>CodeOfChaos.CliArgsParser</PackageId> <!-- Main package name -->
10-
<Version>3.0.3-preview.4</Version> <!-- Package version -->
10+
<Version>3.0.3-preview.5</Version> <!-- Package 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=""/>
26-
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
27-
<None Include="..\..\assets/icon.png" Pack="true" PackagePath=""/>
25+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
26+
<None Include="..\..\README.md" Pack="true" PackagePath="" />
27+
<None Include="..\..\assets/icon.png" Pack="true" PackagePath="" />
2828
</ItemGroup>
2929

3030
</Project>

0 commit comments

Comments
 (0)