Commit fd11100 1 parent 3dfe98f commit fd11100 Copy full SHA for fd11100
File tree 3 files changed +18
-15
lines changed
CodeOfChaos.CliArgsParser
CodeOfChaos.CliArgsParser.Generators
CodeOfChaos.CliArgsParser.Library
3 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<!-- Main package name -->
13
13
<PackageId >CodeOfChaos.CliArgsParser.Generators</PackageId >
14
- <Version >4.3.0 </Version >
14
+ <Version >4.3.1 </Version >
15
15
<Authors >Anna Sas</Authors >
16
16
<Description >CliArgsParser is a library built around Dependency Injection to allow you to create CLI tools with ease</Description >
17
17
<PackageProjectUrl >https://github.com/code-of-chaos/cs-code_of_chaos-cli_args_parser/</PackageProjectUrl >
26
26
</PropertyGroup >
27
27
28
28
<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 =" " />
31
+ <None Include =" ../../assets/icon.png" Pack =" true" PackagePath =" " />
31
32
</ItemGroup >
32
33
33
34
<ItemGroup >
34
35
<PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" >
35
36
<PrivateAssets >all</PrivateAssets >
36
37
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
37
38
</PackageReference >
38
- <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 4.12.0" />
39
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.12.0" />
39
+ <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 4.12.0" />
40
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.12.0" />
40
41
</ItemGroup >
41
42
<ItemGroup >
42
- <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" />
43
44
</ItemGroup >
44
45
</Project >
Original file line number Diff line number Diff line change 8
8
9
9
<!-- Main package name -->
10
10
<PackageId >CodeOfChaos.CliArgsParser.Library</PackageId >
11
- <Version >4.3.0 </Version >
11
+ <Version >4.3.1 </Version >
12
12
<Authors >Anna Sas</Authors >
13
13
<Description >CliArgsParser is a library built around Dependency Injection to allow you to create CLI tools with ease</Description >
14
14
<PackageProjectUrl >https://github.com/code-of-chaos/cs-code_of_chaos-cli_args_parser/</PackageProjectUrl >
23
23
</PropertyGroup >
24
24
25
25
<ItemGroup >
26
- <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " />
27
- <None Include =" ..\..\README.md" 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 =" " />
28
29
</ItemGroup >
29
30
30
31
<ItemGroup >
31
- <ProjectReference Include =" ..\CodeOfChaos.CliArgsParser.Generators\CodeOfChaos.CliArgsParser.Generators.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
32
- <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" />
33
34
</ItemGroup >
34
35
35
36
<ItemGroup >
36
- <PackageReference Include =" AterraEngine.Unions" Version =" 2.7.0" />
37
+ <PackageReference Include =" AterraEngine.Unions" Version =" 2.7.0" />
37
38
</ItemGroup >
38
39
</Project >
Original file line number Diff line number Diff line change 7
7
8
8
<!-- Main package name -->
9
9
<PackageId >CodeOfChaos.CliArgsParser</PackageId >
10
- <Version >4.3.0 </Version >
10
+ <Version >4.3.1 </Version >
11
11
<Authors >Anna Sas</Authors >
12
12
<Description >CliArgsParser is a library built around Dependency Injection to allow you to create CLI tools with ease</Description >
13
13
<PackageProjectUrl >https://github.com/code-of-chaos/cs-code_of_chaos-cli_args_parser/</PackageProjectUrl >
22
22
</PropertyGroup >
23
23
24
24
<ItemGroup >
25
- <None Include =" ../../LICENSE" Pack =" true" PackagePath =" " />
26
- <None Include =" ../../README.md" 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 =" " />
27
28
</ItemGroup >
28
29
29
30
</Project >
You can’t perform that action at this time.
0 commit comments