File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed
CodeOfChaos.CliArgsParser.Generators
CodeOfChaos.CliArgsParser.Library
CodeOfChaos.CliArgsParser Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<IsPackable >true</IsPackable >
14
14
<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 -->
16
16
<Authors >Anna Sas</Authors >
17
17
<Description >CliArgsParser is a library built around Dependency Injection to allow you to create CLI tools with ease</Description >
18
18
<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
31
</ItemGroup >
32
32
33
33
<ItemGroup >
34
34
<PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" >
35
35
<PrivateAssets >all</PrivateAssets >
36
36
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
37
37
</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" />
40
40
</ItemGroup >
41
41
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
46
46
Original file line number Diff line number Diff line change 8
8
9
9
<IsPackable >true</IsPackable >
10
10
<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 -->
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
41
41
</Project >
Original file line number Diff line number Diff line change 7
7
8
8
<IsPackable >true</IsPackable >
9
9
<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 -->
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