Skip to content

Commit 0067046

Browse files
chore(release): 15.0.7
1 parent 89a33f7 commit 0067046

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.7"></a>
8+
## [15.0.7](https://www.github.com/firebend/auto-crud/releases/tag/v15.0.7) (2025-09-02)
9+
10+
### Other
11+
12+
* pacakge updates ([#415](https://www.github.com/firebend/auto-crud/issues/415)) ([89a33f7](https://www.github.com/firebend/auto-crud/commit/89a33f7a31fab13fcc1b32c8c073cde18cf9d9df))
13+
714
<a name="15.0.6"></a>
815
## [15.0.6](https://www.github.com/firebend/auto-crud/releases/tag/v15.0.6) (2025-07-01)
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.6</Version>
5+
<Version>15.0.7</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.6</Version>
4+
<Version>15.0.7</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.6</Version>
4+
<Version>15.0.7</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.6</Version>
5+
<Version>15.0.7</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.6</Version>
5+
<Version>15.0.7</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.6</Version>
3+
<Version>15.0.7</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.6</Version>
4+
<Version>15.0.7</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.6</Version>
4+
<Version>15.0.7</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.6</Version>
4+
<Version>15.0.7</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<LangVersion>latestmajor</LangVersion>
77
</PropertyGroup>

0 commit comments

Comments
 (0)