Skip to content

Commit

Permalink
chore: 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.0.8...v2.0.0) (2023-12-04)

### ⚠ BREAKING CHANGES

* the .net version has been change from 6 to .net8

### Features

* upgrade to .net8 + all its related packages ([cda3c5d](cda3c5d))

### Performance Improvements

* bump Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore ([#266](#266)) ([6dc6bca](6dc6bca))
* **deps:** bump Microsoft.AspNetCore.Authentication.JwtBearer ([#258](#258)) ([c3aadca](c3aadca))
* **deps:** bump Microsoft.AspNetCore.Authentication.JwtBearer ([#289](#289)) ([33f44eb](33f44eb))
* **deps:** bump Microsoft.Extensions.Diagnostics.HealthChecks ([#260](#260)) ([1048a21](1048a21))
* **deps:** bump Microsoft.Extensions.Localization from 7.0.5 to 7.0.7 ([#257](#257)) ([baa8cfa](baa8cfa))
* **deps:** bump Microsoft.Extensions.Localization from 7.0.7 to 7.0.8 ([#269](#269)) ([d38015c](d38015c))
* **deps:** bump Microsoft.Extensions.Localization.Abstractions ([#261](#261)) ([a89b131](a89b131))
* **deps:** bump Sentry.AspNetCore from 3.33.0 to 3.33.1 ([#255](#255)) ([393d3cc](393d3cc))
  • Loading branch information
semantic-release-bot committed Dec 4, 2023
1 parent 1be6d5d commit 306826e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [2.0.0](https://github.com/Azaferany/dotnet-quickstart-template/compare/v1.0.8...v2.0.0) (2023-12-04)


### ⚠ BREAKING CHANGES

* the .net version has been change from 6 to .net8

### Features

* upgrade to .net8 + all its related packages ([cda3c5d](https://github.com/Azaferany/dotnet-quickstart-template/commit/cda3c5d064fc8af6ce04fd6c220cd38a2e1edc41))


### Performance Improvements

* bump Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore ([#266](https://github.com/Azaferany/dotnet-quickstart-template/issues/266)) ([6dc6bca](https://github.com/Azaferany/dotnet-quickstart-template/commit/6dc6bca239f2327428a0824a65947cdd72c88394))
* **deps:** bump Microsoft.AspNetCore.Authentication.JwtBearer ([#258](https://github.com/Azaferany/dotnet-quickstart-template/issues/258)) ([c3aadca](https://github.com/Azaferany/dotnet-quickstart-template/commit/c3aadca6e31bf86a26cf1dad7c83815ce62a733d))
* **deps:** bump Microsoft.AspNetCore.Authentication.JwtBearer ([#289](https://github.com/Azaferany/dotnet-quickstart-template/issues/289)) ([33f44eb](https://github.com/Azaferany/dotnet-quickstart-template/commit/33f44eb7a7003fbbb8283a3910a4e740793a0b56))
* **deps:** bump Microsoft.Extensions.Diagnostics.HealthChecks ([#260](https://github.com/Azaferany/dotnet-quickstart-template/issues/260)) ([1048a21](https://github.com/Azaferany/dotnet-quickstart-template/commit/1048a21efb99376fbcec5191fcc20e6f23482aa7))
* **deps:** bump Microsoft.Extensions.Localization from 7.0.5 to 7.0.7 ([#257](https://github.com/Azaferany/dotnet-quickstart-template/issues/257)) ([baa8cfa](https://github.com/Azaferany/dotnet-quickstart-template/commit/baa8cfa3f145738228bb6a7db498a9ca3340eb59))
* **deps:** bump Microsoft.Extensions.Localization from 7.0.7 to 7.0.8 ([#269](https://github.com/Azaferany/dotnet-quickstart-template/issues/269)) ([d38015c](https://github.com/Azaferany/dotnet-quickstart-template/commit/d38015c0276a8ec2988aeda0b76af9a1006abfa3))
* **deps:** bump Microsoft.Extensions.Localization.Abstractions ([#261](https://github.com/Azaferany/dotnet-quickstart-template/issues/261)) ([a89b131](https://github.com/Azaferany/dotnet-quickstart-template/commit/a89b13107b422491ae1ddd522d77c98d4a624c83))
* **deps:** bump Sentry.AspNetCore from 3.33.0 to 3.33.1 ([#255](https://github.com/Azaferany/dotnet-quickstart-template/issues/255)) ([393d3cc](https://github.com/Azaferany/dotnet-quickstart-template/commit/393d3cca21db8a9f587349ac750fa7c99980dc67))

## [1.0.8](https://github.com/Azaferany/dotnet-quickstart-template/compare/v1.0.7...v1.0.8) (2023-06-07)


Expand Down
2 changes: 1 addition & 1 deletion templatepack.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageType>Template</PackageType>
<Version>1.0.8</Version>
<Version>2.0.0</Version>
<PackageId>QuickstartTemplate</PackageId>
<Title>Payping Corporation Web Api Application</Title>
<Authors>Azaferany</Authors>
Expand Down

0 comments on commit 306826e

Please sign in to comment.