File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed
CodeOfChaos.CliArgsParser.Generators
CodeOfChaos.CliArgsParser.Library
CodeOfChaos.CliArgsParser Expand file tree Collapse file tree 3 files changed +19
-19
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 >3.0.3-preview.5 </Version >
14
+ <Version >3.0.3-preview.6 </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 =" " />
31
- <None Include =" ../../assets/icon.png" 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 =" " />
32
32
</ItemGroup >
33
33
34
34
<ItemGroup >
35
35
<PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" >
36
36
<PrivateAssets >all</PrivateAssets >
37
37
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
38
38
</PackageReference >
39
- <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 4.12.0" />
40
- <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" />
41
41
</ItemGroup >
42
42
<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" />
44
44
</ItemGroup >
45
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 >3.0.3-preview.5 </Version >
11
+ <Version >3.0.3-preview.6 </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 =" " />
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 =" " />
29
29
</ItemGroup >
30
30
31
31
<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" />
34
34
</ItemGroup >
35
35
36
36
<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" />
39
39
</ItemGroup >
40
40
</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 >3.0.3-preview.5 </Version >
10
+ <Version >3.0.3-preview.6 </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 =" " />
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 =" " />
28
28
</ItemGroup >
29
29
30
30
</Project >
You can’t perform that action at this time.
0 commit comments