Skip to content

Commit

Permalink
chore: 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2022-10-12)

### Performance Improvements

* **deps:** bump Microsoft.AspNetCore.Authentication.JwtBearer ([#51](#51)) ([4090ef6](4090ef6))
* **deps:** bump Microsoft.AspNetCore.Mvc.Testing from 6.0.9 to 6.0.10 ([#49](#49)) ([aadd761](aadd761))
* **deps:** bump Microsoft.EntityFrameworkCore.Design ([#55](#55)) ([2c58112](2c58112))
* **deps:** bump Microsoft.EntityFrameworkCore.InMemory ([#52](#52)) ([f411cab](f411cab))
* **deps:** bump Microsoft.Extensions.Caching.StackExchangeRedis ([#48](#48)) ([d85ccda](d85ccda))
* **deps:** bump Microsoft.Extensions.Diagnostics.HealthChecks ([#54](#54)) ([f1de8c7](f1de8c7))
* **deps:** bump Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore ([#50](#50)) ([9d3f5c1](9d3f5c1))
* **deps:** bump Microsoft.Extensions.Localization.Abstractions ([#53](#53)) ([dbd5591](dbd5591))
* remove direct reference to OpenTelemetry.Api ([b1d10de](b1d10de))
  • Loading branch information
semantic-release-bot committed Oct 12, 2022
1 parent 9d3f5c1 commit ad9bef3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.0.4](https://github.com/Azaferany/dotnet-quickstart-template/compare/v1.0.3...v1.0.4) (2022-10-12)


### Performance Improvements

* **deps:** bump Microsoft.AspNetCore.Authentication.JwtBearer ([#51](https://github.com/Azaferany/dotnet-quickstart-template/issues/51)) ([4090ef6](https://github.com/Azaferany/dotnet-quickstart-template/commit/4090ef6b65986ae1ff0bc4b95552b633671bcf31))
* **deps:** bump Microsoft.AspNetCore.Mvc.Testing from 6.0.9 to 6.0.10 ([#49](https://github.com/Azaferany/dotnet-quickstart-template/issues/49)) ([aadd761](https://github.com/Azaferany/dotnet-quickstart-template/commit/aadd7614d30c6e2a6b8d8ad6bc85a794195a90bf))
* **deps:** bump Microsoft.EntityFrameworkCore.Design ([#55](https://github.com/Azaferany/dotnet-quickstart-template/issues/55)) ([2c58112](https://github.com/Azaferany/dotnet-quickstart-template/commit/2c5811202cbbb0377f366efd26c5cf26a3a36561))
* **deps:** bump Microsoft.EntityFrameworkCore.InMemory ([#52](https://github.com/Azaferany/dotnet-quickstart-template/issues/52)) ([f411cab](https://github.com/Azaferany/dotnet-quickstart-template/commit/f411cab4f2fe7822723bc36ae166b933ed293359))
* **deps:** bump Microsoft.Extensions.Caching.StackExchangeRedis ([#48](https://github.com/Azaferany/dotnet-quickstart-template/issues/48)) ([d85ccda](https://github.com/Azaferany/dotnet-quickstart-template/commit/d85ccda17c5fbb322a9f307b5d5aaaae50c0c0d2))
* **deps:** bump Microsoft.Extensions.Diagnostics.HealthChecks ([#54](https://github.com/Azaferany/dotnet-quickstart-template/issues/54)) ([f1de8c7](https://github.com/Azaferany/dotnet-quickstart-template/commit/f1de8c79d960c0986e79274603553412233aa9a1))
* **deps:** bump Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore ([#50](https://github.com/Azaferany/dotnet-quickstart-template/issues/50)) ([9d3f5c1](https://github.com/Azaferany/dotnet-quickstart-template/commit/9d3f5c14b7af969fae8df2897c6fef91c400069e))
* **deps:** bump Microsoft.Extensions.Localization.Abstractions ([#53](https://github.com/Azaferany/dotnet-quickstart-template/issues/53)) ([dbd5591](https://github.com/Azaferany/dotnet-quickstart-template/commit/dbd559145980ec93a2f4d49d22b57fd551b82378))
* remove direct reference to OpenTelemetry.Api ([b1d10de](https://github.com/Azaferany/dotnet-quickstart-template/commit/b1d10de53299804d6f6e2418b4ce559be80ef1b2))

## [1.0.3](https://github.com/Azaferany/dotnet-quickstart-template/compare/v1.0.2...v1.0.3) (2022-09-20)


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.3</Version>
<Version>1.0.4</Version>
<PackageId>QuickstartTemplate</PackageId>
<Title>Payping Corporation Web Api Application</Title>
<Authors>Azaferany</Authors>
Expand Down

0 comments on commit ad9bef3

Please sign in to comment.