11
11
12
12
<!-- Main package name -->
13
13
<PackageId >CodeOfChaos.CliArgsParser.Generators</PackageId >
14
- <Version >4.8 .0</Version >
14
+ <Version >4.9 .0</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 =" " 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" />
32
32
</ItemGroup >
33
33
34
34
<ItemGroup >
35
35
<PackageReference Include =" IsExternalInit" Version =" 1.0.3" >
36
36
<PrivateAssets >all</PrivateAssets >
37
37
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
38
38
</PackageReference >
39
- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" PrivateAssets =" all" />
40
- <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 4.13.0" PrivateAssets =" all" />
41
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.13.0" PrivateAssets =" all" />
42
- <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.4.1" Pack =" true" GeneratePathProperty =" true" PrivateAssets =" all" />
39
+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" PrivateAssets =" all" />
40
+ <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 4.13.0" PrivateAssets =" all" />
41
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.13.0" PrivateAssets =" all" />
42
+ <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.4.1" Pack =" true" GeneratePathProperty =" true" PrivateAssets =" all" />
43
43
</ItemGroup >
44
44
<ItemGroup >
45
- <None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
46
- <None Include =" $(PkgCodeOfChaos_GeneratorTools)\lib\netstandard2.0\*.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
45
+ <None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
46
+ <None Include =" $(PkgCodeOfChaos_GeneratorTools)\lib\netstandard2.0\*.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
47
47
</ItemGroup >
48
48
</Project >
0 commit comments