Skip to content

Commit 73d3654

Browse files
chore(release): 15.0.6
1 parent 3322be5 commit 73d3654

File tree

17 files changed

+23
-16
lines changed

17 files changed

+23
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. See [versio
44

55

66

7+
<a name="15.0.6"></a>
8+
## [15.0.6](https://www.github.com/firebend/auto-crud/releases/tag/v15.0.6) (2025-07-01)
9+
10+
### Other
11+
12+
* Bump BenchmarkDotNet and 24 others ([#408](https://www.github.com/firebend/auto-crud/issues/408)) ([3322be5](https://www.github.com/firebend/auto-crud/commit/3322be51ee8d87acb71bdcfb1dc4f049c31dea64))
13+
714
<a name="15.0.5"></a>
815
## [15.0.5](https://www.github.com/firebend/auto-crud/releases/tag/v15.0.5) (2025-06-12)
916

Firebend.AutoCrud.ChangeTracking.EntityFramework/Firebend.AutoCrud.ChangeTracking.EntityFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>15.0.5</Version>
5+
<Version>15.0.6</Version>
66
<LangVersion>latestmajor</LangVersion>
77
</PropertyGroup>
88

Firebend.AutoCrud.ChangeTracking.Mongo/Firebend.AutoCrud.ChangeTracking.Mongo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>15.0.5</Version>
4+
<Version>15.0.6</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<LangVersion>latestmajor</LangVersion>
77
</PropertyGroup>

Firebend.AutoCrud.ChangeTracking.Web/Firebend.AutoCrud.ChangeTracking.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>15.0.5</Version>
4+
<Version>15.0.6</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<LangVersion>latestmajor</LangVersion>
77
</PropertyGroup>

Firebend.AutoCrud.ChangeTracking/Firebend.AutoCrud.ChangeTracking.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>15.0.5</Version>
5+
<Version>15.0.6</Version>
66
<LangVersion>latestmajor</LangVersion>
77
</PropertyGroup>
88

Firebend.AutoCrud.Core/Firebend.AutoCrud.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>15.0.5</Version>
5+
<Version>15.0.6</Version>
66
<LangVersion>latestmajor</LangVersion>
77
</PropertyGroup>
88

Firebend.AutoCrud.CustomFields.EntityFramework/Firebend.AutoCrud.CustomFields.EntityFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>15.0.5</Version>
3+
<Version>15.0.6</Version>
44
<TargetFramework>net8.0</TargetFramework>
55
<LangVersion>latestmajor</LangVersion>
66
</PropertyGroup>

Firebend.AutoCrud.CustomFields.Mongo/Firebend.AutoCrud.CustomFields.Mongo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>15.0.5</Version>
4+
<Version>15.0.6</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<LangVersion>latestmajor</LangVersion>
77
</PropertyGroup>

Firebend.AutoCrud.CustomFields.Web/Firebend.AutoCrud.CustomFields.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>15.0.5</Version>
4+
<Version>15.0.6</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<LangVersion>latestmajor</LangVersion>
77
</PropertyGroup>

Firebend.AutoCrud.DomainEvents.MassTransit/Firebend.AutoCrud.DomainEvents.MassTransit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>15.0.5</Version>
4+
<Version>15.0.6</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<LangVersion>latestmajor</LangVersion>
77
</PropertyGroup>

0 commit comments

Comments
 (0)