1111
1212 <!-- Main package name -->
1313 <PackageId >CodeOfChaos.CliArgsParser.Generators</PackageId >
14- <Version >4.8 .0</Version >
14+ <Version >4.9 .0</Version >
1515 <Authors >Anna Sas</Authors >
1616 <Description >CliArgsParser is a library built around Dependency Injection to allow you to create CLI tools with ease</Description >
1717 <PackageProjectUrl >https://github.com/code-of-chaos/cs-code_of_chaos-cli_args_parser/</PackageProjectUrl >
2626 </PropertyGroup >
2727
2828 <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" />
3232 </ItemGroup >
3333
3434 <ItemGroup >
3535 <PackageReference Include =" IsExternalInit" Version =" 1.0.3" >
3636 <PrivateAssets >all</PrivateAssets >
3737 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3838 </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" />
4343 </ItemGroup >
4444 <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" />
4747 </ItemGroup >
4848</Project >
0 commit comments