Skip to content

Commit

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

### Features

* Mongo Logger Factory, Conditional LinqProviderV2/V3, fixes, package updates ([#317](https://www.github.com/firebend/auto-crud/issues/317)) ([b78051d](https://www.github.com/firebend/auto-crud/commit/b78051d380b29243aa58762e549e48b2901193c9))

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

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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</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.5</Version>
<Version>12.1.0</Version>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit b5d0443

Please sign in to comment.