Skip to content

Commit 2e42263

Browse files
committed
VersionBump : v0.25.0
1 parent 2ef7643 commit 2e42263

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
lines changed

src/CodeOfChaos.Extensions.Analyzers/CodeOfChaos.Extensions.Analyzers.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>
@@ -40,13 +40,13 @@
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>

src/CodeOfChaos.Extensions.AspNetCore/CodeOfChaos.Extensions.AspNetCore.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>
@@ -23,18 +23,18 @@
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>

src/CodeOfChaos.Extensions.EntityFrameworkCore/CodeOfChaos.Extensions.EntityFrameworkCore.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -22,12 +22,12 @@
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>

src/CodeOfChaos.Extensions.Serilog/CodeOfChaos.Extensions.Serilog.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -22,16 +22,16 @@
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>

src/CodeOfChaos.Extensions/CodeOfChaos.Extensions.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>
@@ -23,9 +23,9 @@
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>
@@ -36,7 +36,7 @@
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>

0 commit comments

Comments
 (0)