Skip to content

Commit

Permalink
chore(release): 14.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
1 parent fcfb907 commit f4d6e6f
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. See [versio



<a name="14.1.1"></a>
## [14.1.1](https://www.github.com/firebend/auto-crud/releases/tag/v14.1.1) (2024-12-18)

### Other

* change tracking schema detection issues ([#397](https://www.github.com/firebend/auto-crud/issues/397)) ([fcfb907](https://www.github.com/firebend/auto-crud/commit/fcfb907c2721ee6d00b4912d549b1df8cc5047dd))

<a name="14.1.0"></a>
## [14.1.0](https://www.github.com/firebend/auto-crud/releases/tag/v14.1.0) (2024-12-12)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Firebend.AutoCrud.Core/Firebend.AutoCrud.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Firebend.AutoCrud.Io.Web/Firebend.AutoCrud.Io.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Firebend.AutoCrud.Io/Firebend.AutoCrud.Io.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Firebend.AutoCrud.Mongo/Firebend.AutoCrud.Mongo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Firebend.AutoCrud.Web/Firebend.AutoCrud.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>14.1.0</Version>
<Version>14.1.1</Version>
<LangVersion>latestmajor</LangVersion>
<Bumper>1</Bumper>
</PropertyGroup>
Expand Down

0 comments on commit f4d6e6f

Please sign in to comment.