Skip to content

Commit

Permalink
chore(release): 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 29, 2022
1 parent 9660836 commit 16a656c
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="4.6.2"></a>
## [4.6.2](https://www.github.com/firebend/auto-crud/releases/tag/v4.6.2) (2022-6-29)

### Bug Fixes

* Add 403 response types to controllers (#125) ([9660836](https://www.github.com/firebend/auto-crud/commit/96608361707fdfa3919f91adae332e9b1cd2c921))

<a name="4.6.1"></a>
## [4.6.1](https://www.github.com/firebend/auto-crud/releases/tag/v4.6.1) (2022-6-22)

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

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>4.6.1</Version>
<Version>4.6.2</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>4.6.1</Version>
<Version>4.6.2</Version>
<TargetFrameworks>net6.0</TargetFrameworks>
<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>4.6.1</Version>
<Version>4.6.2</Version>
<TargetFrameworks>net6.0</TargetFrameworks>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>4.6.1</Version>
<Version>4.6.2</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>net6.0</TargetFramework>
<Version>4.6.1</Version>
<Version>4.6.2</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>4.6.1</Version>
<Version>4.6.2</Version>
<TargetFrameworks>net6.0</TargetFrameworks>
<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>4.6.1</Version>
<Version>4.6.2</Version>
<TargetFrameworks>net6.0</TargetFrameworks>
<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>4.6.1</Version>
<Version>4.6.2</Version>
<TargetFrameworks>net6.0</TargetFrameworks>
<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>4.6.1</Version>
<Version>4.6.2</Version>
<TargetFrameworks>net6.0</TargetFrameworks>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>4.6.1</Version>
<Version>4.6.2</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>net6.0</TargetFramework>
<Version>4.6.1</Version>
<Version>4.6.2</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>net6.0</TargetFramework>
<Version>4.6.1</Version>
<Version>4.6.2</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>net6.0</TargetFramework>
<Version>4.6.1</Version>
<Version>4.6.2</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>net6.0</TargetFramework>
<Version>4.6.1</Version>
<Version>4.6.2</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>net6.0</TargetFramework>
<Version>4.6.1</Version>
<Version>4.6.2</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>net6.0</TargetFramework>
<Version>4.6.1</Version>
<Version>4.6.2</Version>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit 16a656c

Please sign in to comment.