Skip to content

Commit ab5c74d

Browse files
committed
VersionBump : v0.28.2
1 parent 4eb86d2 commit ab5c74d

File tree

5 files changed

+6
-12
lines changed

5 files changed

+6
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
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.28.1</Version>
15+
<Version>0.28.2</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>

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

Lines changed: 1 addition & 1 deletion
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.28.1</Version>
11+
<Version>0.28.2</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>

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

Lines changed: 1 addition & 1 deletion
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.28.1</Version>
10+
<Version>0.28.2</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>

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

Lines changed: 1 addition & 1 deletion
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.28.1</Version>
10+
<Version>0.28.2</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>

src/CodeOfChaos.Extensions/CodeOfChaos.Extensions.csproj

Lines changed: 2 additions & 8 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.28.1</Version>
11+
<Version>0.28.2</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>
@@ -29,14 +29,8 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<ProjectReference Include="..\CodeOfChaos.Extensions.Analyzers\CodeOfChaos.Extensions.Analyzers.csproj" PrivateAssets="all">
32+
<ProjectReference Include="..\CodeOfChaos.Extensions.Analyzers\CodeOfChaos.Extensions.Analyzers.csproj">
3333
<IncludeAssets>compile; runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
</ProjectReference>
3535
</ItemGroup>
36-
37-
<!-- Manually include the Analyzer DLL in the package -->
38-
<ItemGroup>
39-
<None Include="../CodeOfChaos.Extensions.Analyzers/bin/Debug/netstandard2.0/CodeOfChaos.Extensions.Analyzers.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
40-
</ItemGroup>
41-
4236
</Project>

0 commit comments

Comments
 (0)