File tree Expand file tree Collapse file tree 5 files changed +31
-31
lines changed
CodeOfChaos.Extensions.Analyzers
CodeOfChaos.Extensions.AspNetCore
CodeOfChaos.Extensions.EntityFrameworkCore
CodeOfChaos.Extensions.Serilog Expand file tree Collapse file tree 5 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 1212
1313 <!-- Main package name -->
1414 <PackageId >CodeOfChaos.Extensions.Analyzers</PackageId >
15- <Version >0.24.3 </Version >
15+ <Version >0.25.0 </Version >
1616 <Authors >Anna Sas</Authors >
1717 <Description >Additional diagnostics to make CodeOfChaos.Extensions easier to use as a developer</Description >
1818 <PackageProjectUrl >https://github.com/code-of-chaos/cs-code_of_chaos-extensions</PackageProjectUrl >
4040 </ItemGroup >
4141
4242 <ItemGroup >
43- <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
44- <None Include =" README.md" Pack =" true" PackagePath =" " />
45- <None Include =" ../../assets/icon.png" Pack =" true" PackagePath =" " Visible =" false" />
43+ <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
44+ <None Include =" README.md" Pack =" true" PackagePath =" " />
45+ <None Include =" ../../assets/icon.png" Pack =" true" PackagePath =" " Visible =" false" />
4646 </ItemGroup >
4747
4848 <ItemGroup >
49- <None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
49+ <None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
5050 </ItemGroup >
5151
5252</Project >
Original file line number Diff line number Diff line change 88
99 <!-- Main package name -->
1010 <PackageId >CodeOfChaos.Extensions.AspNetCore</PackageId >
11- <Version >0.24.3 </Version >
11+ <Version >0.25.0 </Version >
1212 <Authors >Anna Sas</Authors >
1313 <Description >A Library of broadly used extensions for AspNetCore</Description >
1414 <PackageProjectUrl >https://github.com/code-of-chaos/cs-code_of_chaos-extensions</PackageProjectUrl >
2323 </PropertyGroup >
2424
2525 <ItemGroup >
26- <PackageReference Include =" Serilog" Version =" 4.2.0" />
27- <PackageReference Include =" Serilog.AspNetCore" Version =" 9.0.0" />
26+ <PackageReference Include =" Serilog" Version =" 4.2.0" />
27+ <PackageReference Include =" Serilog.AspNetCore" Version =" 9.0.0" />
2828 </ItemGroup >
2929
3030 <ItemGroup >
31- <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
32- <None Include =" README.md" Pack =" true" PackagePath =" " />
33- <None Include =" ../../assets/icon.png" Pack =" true" PackagePath =" " Visible =" false" />
31+ <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
32+ <None Include =" README.md" Pack =" true" PackagePath =" " />
33+ <None Include =" ../../assets/icon.png" Pack =" true" PackagePath =" " Visible =" false" />
3434 </ItemGroup >
3535
3636 <ItemGroup >
37- <ProjectReference Include =" ..\CodeOfChaos.Extensions.Serilog\CodeOfChaos.Extensions.Serilog.csproj" />
37+ <ProjectReference Include =" ..\CodeOfChaos.Extensions.Serilog\CodeOfChaos.Extensions.Serilog.csproj" />
3838 </ItemGroup >
3939
4040</Project >
Original file line number Diff line number Diff line change 77
88 <!-- Main package name -->
99 <PackageId >CodeOfChaos.Extensions.EntityFrameworkCore</PackageId >
10- <Version >0.24.3 </Version >
10+ <Version >0.25.0 </Version >
1111 <Authors >Anna Sas</Authors >
1212 <Description >A Library of broadly used extensions for EntityFrameworkCore</Description >
1313 <PackageProjectUrl >https://github.com/code-of-chaos/cs-code_of_chaos-extensions</PackageProjectUrl >
2222 </PropertyGroup >
2323
2424 <ItemGroup >
25- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9.0.0" />
25+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9.0.0" />
2626 </ItemGroup >
2727
2828 <ItemGroup >
29- <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
30- <None Include =" README.md" Pack =" true" PackagePath =" " />
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 =" " />
31+ <None Include =" ../../assets/icon.png" Pack =" true" PackagePath =" " Visible =" false" />
3232 </ItemGroup >
3333</Project >
Original file line number Diff line number Diff line change 77
88 <!-- Main package name -->
99 <PackageId >CodeOfChaos.Extensions.Serilog</PackageId >
10- <Version >0.24.3 </Version >
10+ <Version >0.25.0 </Version >
1111 <Authors >Anna Sas</Authors >
1212 <Description >A Library of broadly used extensions for Serilog</Description >
1313 <PackageProjectUrl >https://github.com/code-of-chaos/cs-code_of_chaos-extensions</PackageProjectUrl >
2222 </PropertyGroup >
2323
2424 <ItemGroup >
25- <PackageReference Include =" CodeOfChaos.Ansi" Version =" 0.1.7" />
26- <PackageReference Include =" JetBrains.Annotations" Version =" 2024.3.0" />
27- <PackageReference Include =" Serilog" Version =" 4.2.0" />
28- <PackageReference Include =" Serilog.Sinks.Async" Version =" 2.1.0" />
29- <PackageReference Include =" Serilog.Sinks.Console" Version =" 6.0.0" />
25+ <PackageReference Include =" CodeOfChaos.Ansi" Version =" 0.1.7" />
26+ <PackageReference Include =" JetBrains.Annotations" Version =" 2024.3.0" />
27+ <PackageReference Include =" Serilog" Version =" 4.2.0" />
28+ <PackageReference Include =" Serilog.Sinks.Async" Version =" 2.1.0" />
29+ <PackageReference Include =" Serilog.Sinks.Console" Version =" 6.0.0" />
3030 </ItemGroup >
3131
3232 <ItemGroup >
33- <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
34- <None Include =" README.md" Pack =" true" PackagePath =" " />
35- <None Include =" ../../assets/icon.png" Pack =" true" PackagePath =" " Visible =" false" />
33+ <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
34+ <None Include =" README.md" Pack =" true" PackagePath =" " />
35+ <None Include =" ../../assets/icon.png" Pack =" true" PackagePath =" " Visible =" false" />
3636 </ItemGroup >
3737</Project >
Original file line number Diff line number Diff line change 88
99 <!-- Main package name -->
1010 <PackageId >CodeOfChaos.Extensions</PackageId >
11- <Version >0.24.3 </Version >
11+ <Version >0.25.0 </Version >
1212 <Authors >Anna Sas</Authors >
1313 <Description >A Library of broadly used extensions for dotnet in general</Description >
1414 <PackageProjectUrl >https://github.com/code-of-chaos/cs-code_of_chaos-extensions</PackageProjectUrl >
2323 </PropertyGroup >
2424
2525 <ItemGroup >
26- <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
27- <None Include =" README.md" Pack =" true" PackagePath =" " />
28- <None Include =" ../../assets/icon.png" Pack =" true" PackagePath =" " Visible =" false" />
26+ <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
27+ <None Include =" README.md" Pack =" true" PackagePath =" " />
28+ <None Include =" ../../assets/icon.png" Pack =" true" PackagePath =" " Visible =" false" />
2929 </ItemGroup >
3030
3131 <ItemGroup >
3636
3737 <!-- Manually include the Analyzer DLL in the package -->
3838 <ItemGroup >
39- <None Include =" ..\CodeOfChaos.Extensions.Analyzers\bin\Release\netstandard2.0\CodeOfChaos.Extensions.Analyzers.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
39+ <None Include =" ..\CodeOfChaos.Extensions.Analyzers\bin\Release\netstandard2.0\CodeOfChaos.Extensions.Analyzers.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
4040 </ItemGroup >
4141
4242</Project >
You can’t perform that action at this time.
0 commit comments