Skip to content

Commit

Permalink
chore(release): 12.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 12, 2024
1 parent 19cf4ad commit 1a0b708
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="12.0.4"></a>
## [12.0.4](https://www.github.com/firebend/auto-crud/releases/tag/v12.0.4) (2024-04-12)

### Bug Fixes

* change the AbstractEntitySearchService to use reflection to work with mongo v3 linq provider ([#311](https://www.github.com/firebend/auto-crud/issues/311)) ([19cf4ad](https://www.github.com/firebend/auto-crud/commit/19cf4ad925a4a509001a0dc609626858c267ed37))

<a name="12.0.3"></a>
## [12.0.3](https://www.github.com/firebend/auto-crud/releases/tag/v12.0.3) (2024-04-10)

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

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</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>12.0.3</Version>
<Version>12.0.4</Version>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit 1a0b708

Please sign in to comment.