Skip to content

Commit 32d8a05

Browse files
authored
nugets version updated (#55)
2 parents a7da171 + f9bf3c0 commit 32d8a05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AspNetCore v9.0/Calabonga.Microservice.IdentityModule.Template/Calabonga.Microservice.IdentityModule.Template.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- The package metadata. Fill in the properties marked as TODO below -->
55
<!-- Follow the instructions on https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -->
66
<PackageId>Calabonga.Microservice.IdentityModule.Template</PackageId>
7-
<PackageVersion>9.0.7</PackageVersion>
7+
<PackageVersion>9.1.0</PackageVersion>
88
<Title>Microservice template with OpenIddict</Title>
99
<Authors>Calabonga</Authors>
1010
<Copyright>Calabonga SOFT © 2019 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
@@ -13,7 +13,7 @@
1313
<PackageTags>template, microservice, oauth2, calabonga, nimble, framework, minimal, api</PackageTags>
1414
<PackageProjectUrl>https://github.com/Calabonga/Microservice-Template</PackageProjectUrl>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageReleaseNotes>Nuget-packages were updated.</PackageReleaseNotes>
16+
<PackageReleaseNotes>MediatoR and AutoMapper were removed.</PackageReleaseNotes>
1717

1818
<!-- Keep package type as 'Template' to show the package as template package on nuget.org and make you template available in dotnet new search.-->
1919
<PackageType>Template</PackageType>

AspNetCore v9.0/Calabonga.Microservice.Module.Template/Calabonga.Microservice.Module.Template.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- The package metadata. Fill in the properties marked as TODO below -->
55
<!-- Follow the instructions on https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -->
66
<PackageId>Calabonga.Microservice.Module.Template</PackageId>
7-
<PackageVersion>9.0.7</PackageVersion>
7+
<PackageVersion>9.1.0</PackageVersion>
88
<Title>Microservice template</Title>
99
<Authors>Calabonga</Authors>
1010
<Copyright>Calabonga SOFT © 2019 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
@@ -13,7 +13,7 @@
1313
<PackageTags>template, microservice, oauth2, calabonga, nimble, framework, minimal, api</PackageTags>
1414
<PackageProjectUrl>https://github.com/Calabonga/Microservice-Template</PackageProjectUrl>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageReleaseNotes>Nuget-packages were updated.</PackageReleaseNotes>
16+
<PackageReleaseNotes>MediatoR and AutoMapper were removed.</PackageReleaseNotes>
1717

1818
<!-- Keep package type as 'Template' to show the package as template package on nuget.org and make you template available in dotnet new search.-->
1919
<PackageType>Template</PackageType>

0 commit comments

Comments
 (0)