From 610cafe6904349544a29680d88163051a0eb0dc0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 25 Dec 2022 09:02:40 +0000 Subject: [PATCH] chore: 1.0.5 [skip ci] ## [1.0.5](https://github.com/Azaferany/dotnet-quickstart-template/compare/v1.0.4...v1.0.5) (2022-12-25) ### Performance Improvements * **deps:** bump Microsoft.Extensions.Caching.StackExchangeRedis ([#90](https://github.com/Azaferany/dotnet-quickstart-template/issues/90)) ([a739afd](https://github.com/Azaferany/dotnet-quickstart-template/commit/a739afda8f45c91b15e625bd7734a7e2f7771045)) * **deps:** bump Microsoft.Extensions.Configuration.Abstractions ([#84](https://github.com/Azaferany/dotnet-quickstart-template/issues/84)) ([8096123](https://github.com/Azaferany/dotnet-quickstart-template/commit/8096123b8e61a3f8b3cbbd0c9ca603ed885149af)) * **deps:** bump Microsoft.Extensions.DependencyInjection.Abstractions ([#89](https://github.com/Azaferany/dotnet-quickstart-template/issues/89)) ([2054333](https://github.com/Azaferany/dotnet-quickstart-template/commit/205433343150bfcf588ac7091a87cd7f82804dc9)) * **deps:** bump Microsoft.Extensions.Http from 6.0.0 to 7.0.0 ([#86](https://github.com/Azaferany/dotnet-quickstart-template/issues/86)) ([1165bb4](https://github.com/Azaferany/dotnet-quickstart-template/commit/1165bb495725738db07c1eef4a653ffa26f3bc75)) * **deps:** bump Microsoft.Extensions.Localization from 6.0.10 to 7.0.0 ([#82](https://github.com/Azaferany/dotnet-quickstart-template/issues/82)) ([2708e70](https://github.com/Azaferany/dotnet-quickstart-template/commit/2708e708a2205585f62c50fa4817c7ae1b4b95fb)) * **deps:** bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 ([#113](https://github.com/Azaferany/dotnet-quickstart-template/issues/113)) ([9606dac](https://github.com/Azaferany/dotnet-quickstart-template/commit/9606dac5a10fd88898d597d771b7977e28545334)) * **deps:** bump OpenTelemetry.Exporter.Jaeger from 1.3.1 to 1.3.2 ([#118](https://github.com/Azaferany/dotnet-quickstart-template/issues/118)) ([0afbc9a](https://github.com/Azaferany/dotnet-quickstart-template/commit/0afbc9af0cf3a42aa89b1669fb4c65b707c85096)) * **deps:** bump OpenTelemetry.Instrumentation.AspNetCore ([#76](https://github.com/Azaferany/dotnet-quickstart-template/issues/76)) ([16f81d0](https://github.com/Azaferany/dotnet-quickstart-template/commit/16f81d0dd24dc0814c52c79e13b3a9b624b6cab9)) * **deps:** bump OpenTelemetry.Instrumentation.Http ([#78](https://github.com/Azaferany/dotnet-quickstart-template/issues/78)) ([f774dfd](https://github.com/Azaferany/dotnet-quickstart-template/commit/f774dfd70e6d9f34e906a97b1976e9722cf5d44c)) * **deps:** bump prometheus-net.DotNetRuntime from 4.2.4 to 4.3.0 ([#57](https://github.com/Azaferany/dotnet-quickstart-template/issues/57)) ([a63a5c2](https://github.com/Azaferany/dotnet-quickstart-template/commit/a63a5c2767aa47ab0682b857e92f9d3ac90a7354)) * **deps:** bump Sentry.AspNetCore from 3.23.0 to 3.23.1 ([#71](https://github.com/Azaferany/dotnet-quickstart-template/issues/71)) ([5687a30](https://github.com/Azaferany/dotnet-quickstart-template/commit/5687a30d6ed444ffeec073d65e8db122c0c82d6f)) * **deps:** bump Sentry.AspNetCore from 3.23.1 to 3.25.0 ([#120](https://github.com/Azaferany/dotnet-quickstart-template/issues/120)) ([c2d27bf](https://github.com/Azaferany/dotnet-quickstart-template/commit/c2d27bf93da64466919957b019dec00dc4844a2b)) * **deps:** bump Sentry.Serilog from 3.23.0 to 3.23.1 ([#72](https://github.com/Azaferany/dotnet-quickstart-template/issues/72)) ([e369068](https://github.com/Azaferany/dotnet-quickstart-template/commit/e3690680ba83dea3462c2dd053a7262204c309a5)) * **deps:** bump Sentry.Serilog from 3.23.1 to 3.25.0 ([#119](https://github.com/Azaferany/dotnet-quickstart-template/issues/119)) ([685bcc6](https://github.com/Azaferany/dotnet-quickstart-template/commit/685bcc65509c443d2955722c5229447d8d07a5e6)) * **deps:** bump Serilog.Enrichers.Span from 2.3.0 to 3.0.0 ([#93](https://github.com/Azaferany/dotnet-quickstart-template/issues/93)) ([311390b](https://github.com/Azaferany/dotnet-quickstart-template/commit/311390b9a7799193c89bb020314a22367f640f49)) * **deps:** bump Verify.Xunit from 18.1.1 to 18.2.0 ([#70](https://github.com/Azaferany/dotnet-quickstart-template/issues/70)) ([a7d99e8](https://github.com/Azaferany/dotnet-quickstart-template/commit/a7d99e8fba5baacb08c20ffdd86077ba79f8e6b5)) * **deps:** bump Verify.Xunit from 19.1.0 to 19.5.0 ([#116](https://github.com/Azaferany/dotnet-quickstart-template/issues/116)) ([8748082](https://github.com/Azaferany/dotnet-quickstart-template/commit/874808220104e1514f1e25e83cbe92505d8561fc)) --- CHANGELOG.md | 23 +++++++++++++++++++++++ templatepack.csproj | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a63336c..20d9c9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## [1.0.5](https://github.com/Azaferany/dotnet-quickstart-template/compare/v1.0.4...v1.0.5) (2022-12-25) + + +### Performance Improvements + +* **deps:** bump Microsoft.Extensions.Caching.StackExchangeRedis ([#90](https://github.com/Azaferany/dotnet-quickstart-template/issues/90)) ([a739afd](https://github.com/Azaferany/dotnet-quickstart-template/commit/a739afda8f45c91b15e625bd7734a7e2f7771045)) +* **deps:** bump Microsoft.Extensions.Configuration.Abstractions ([#84](https://github.com/Azaferany/dotnet-quickstart-template/issues/84)) ([8096123](https://github.com/Azaferany/dotnet-quickstart-template/commit/8096123b8e61a3f8b3cbbd0c9ca603ed885149af)) +* **deps:** bump Microsoft.Extensions.DependencyInjection.Abstractions ([#89](https://github.com/Azaferany/dotnet-quickstart-template/issues/89)) ([2054333](https://github.com/Azaferany/dotnet-quickstart-template/commit/205433343150bfcf588ac7091a87cd7f82804dc9)) +* **deps:** bump Microsoft.Extensions.Http from 6.0.0 to 7.0.0 ([#86](https://github.com/Azaferany/dotnet-quickstart-template/issues/86)) ([1165bb4](https://github.com/Azaferany/dotnet-quickstart-template/commit/1165bb495725738db07c1eef4a653ffa26f3bc75)) +* **deps:** bump Microsoft.Extensions.Localization from 6.0.10 to 7.0.0 ([#82](https://github.com/Azaferany/dotnet-quickstart-template/issues/82)) ([2708e70](https://github.com/Azaferany/dotnet-quickstart-template/commit/2708e708a2205585f62c50fa4817c7ae1b4b95fb)) +* **deps:** bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 ([#113](https://github.com/Azaferany/dotnet-quickstart-template/issues/113)) ([9606dac](https://github.com/Azaferany/dotnet-quickstart-template/commit/9606dac5a10fd88898d597d771b7977e28545334)) +* **deps:** bump OpenTelemetry.Exporter.Jaeger from 1.3.1 to 1.3.2 ([#118](https://github.com/Azaferany/dotnet-quickstart-template/issues/118)) ([0afbc9a](https://github.com/Azaferany/dotnet-quickstart-template/commit/0afbc9af0cf3a42aa89b1669fb4c65b707c85096)) +* **deps:** bump OpenTelemetry.Instrumentation.AspNetCore ([#76](https://github.com/Azaferany/dotnet-quickstart-template/issues/76)) ([16f81d0](https://github.com/Azaferany/dotnet-quickstart-template/commit/16f81d0dd24dc0814c52c79e13b3a9b624b6cab9)) +* **deps:** bump OpenTelemetry.Instrumentation.Http ([#78](https://github.com/Azaferany/dotnet-quickstart-template/issues/78)) ([f774dfd](https://github.com/Azaferany/dotnet-quickstart-template/commit/f774dfd70e6d9f34e906a97b1976e9722cf5d44c)) +* **deps:** bump prometheus-net.DotNetRuntime from 4.2.4 to 4.3.0 ([#57](https://github.com/Azaferany/dotnet-quickstart-template/issues/57)) ([a63a5c2](https://github.com/Azaferany/dotnet-quickstart-template/commit/a63a5c2767aa47ab0682b857e92f9d3ac90a7354)) +* **deps:** bump Sentry.AspNetCore from 3.23.0 to 3.23.1 ([#71](https://github.com/Azaferany/dotnet-quickstart-template/issues/71)) ([5687a30](https://github.com/Azaferany/dotnet-quickstart-template/commit/5687a30d6ed444ffeec073d65e8db122c0c82d6f)) +* **deps:** bump Sentry.AspNetCore from 3.23.1 to 3.25.0 ([#120](https://github.com/Azaferany/dotnet-quickstart-template/issues/120)) ([c2d27bf](https://github.com/Azaferany/dotnet-quickstart-template/commit/c2d27bf93da64466919957b019dec00dc4844a2b)) +* **deps:** bump Sentry.Serilog from 3.23.0 to 3.23.1 ([#72](https://github.com/Azaferany/dotnet-quickstart-template/issues/72)) ([e369068](https://github.com/Azaferany/dotnet-quickstart-template/commit/e3690680ba83dea3462c2dd053a7262204c309a5)) +* **deps:** bump Sentry.Serilog from 3.23.1 to 3.25.0 ([#119](https://github.com/Azaferany/dotnet-quickstart-template/issues/119)) ([685bcc6](https://github.com/Azaferany/dotnet-quickstart-template/commit/685bcc65509c443d2955722c5229447d8d07a5e6)) +* **deps:** bump Serilog.Enrichers.Span from 2.3.0 to 3.0.0 ([#93](https://github.com/Azaferany/dotnet-quickstart-template/issues/93)) ([311390b](https://github.com/Azaferany/dotnet-quickstart-template/commit/311390b9a7799193c89bb020314a22367f640f49)) +* **deps:** bump Verify.Xunit from 18.1.1 to 18.2.0 ([#70](https://github.com/Azaferany/dotnet-quickstart-template/issues/70)) ([a7d99e8](https://github.com/Azaferany/dotnet-quickstart-template/commit/a7d99e8fba5baacb08c20ffdd86077ba79f8e6b5)) +* **deps:** bump Verify.Xunit from 19.1.0 to 19.5.0 ([#116](https://github.com/Azaferany/dotnet-quickstart-template/issues/116)) ([8748082](https://github.com/Azaferany/dotnet-quickstart-template/commit/874808220104e1514f1e25e83cbe92505d8561fc)) + ## [1.0.4](https://github.com/Azaferany/dotnet-quickstart-template/compare/v1.0.3...v1.0.4) (2022-10-12) diff --git a/templatepack.csproj b/templatepack.csproj index 735f4f9e..3e6a0cbd 100644 --- a/templatepack.csproj +++ b/templatepack.csproj @@ -1,7 +1,7 @@ Template - 1.0.4 + 1.0.5 QuickstartTemplate Payping Corporation Web Api Application Azaferany