1616
1717 <!-- Main package name -->
1818 <PackageId >CodeOfChaos.Ansi.Generators</PackageId >
19- <Version >1.0.0-preview.0 </Version >
19+ <Version >1.0.0-preview.1 </Version >
2020 <Authors >Anna Sas</Authors >
2121 <Description >A library to write Ansi Colored text as a stringbuilder</Description >
2222 <PackageProjectUrl >https://github.com/code-of-chaos/cs-code_of_chaos-ansi/</PackageProjectUrl >
3131 </PropertyGroup >
3232
3333 <ItemGroup >
34- <None Include =" ../../LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
35- <None Include =" ../../README.md" Pack =" true" PackagePath =" " />
36- <None Include =" ../../assets/icon.png" Pack =" true" PackagePath =" " Visible =" false" />
34+ <None Include =" ../../LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
35+ <None Include =" ../../README.md" Pack =" true" PackagePath =" " />
36+ <None Include =" ../../assets/icon.png" Pack =" true" PackagePath =" " Visible =" false" />
3737 </ItemGroup >
3838
3939 <!-- Package dependencies -->
4040 <ItemGroup >
41- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" PrivateAssets =" all" />
42- <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 4.12.0" PrivateAssets =" all" />
43- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.12.0" PrivateAssets =" all" />
44- <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.2.0" Pack =" true" GeneratePathProperty =" true" PrivateAssets =" all" />
41+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" PrivateAssets =" all" />
42+ <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 4.12.0" PrivateAssets =" all" />
43+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.12.0" PrivateAssets =" all" />
44+ <PackageReference Include =" CodeOfChaos.GeneratorTools" Version =" 1.2.0" Pack =" true" GeneratePathProperty =" true" PrivateAssets =" all" />
4545 </ItemGroup >
4646
4747 <ItemGroup >
48- <None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
49- <None Include =" $(PkgCodeOfChaos_GeneratorTools)\lib\netstandard2.0\*.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
48+ <None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
49+ <None Include =" $(PkgCodeOfChaos_GeneratorTools)\lib\netstandard2.0\*.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
5050 </ItemGroup >
5151
5252</Project >
0 commit comments