Skip to content

Commit

Permalink
nuget version updated for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Calabonga committed Apr 22, 2024
1 parent f52c30f commit 1b61908
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- The package metadata. Fill in the properties marked as TODO below -->
<!-- Follow the instructions on https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -->
<PackageId>Calabonga.Microservice.IdentityModule.Template</PackageId>
<PackageVersion>8.0.1</PackageVersion>
<PackageVersion>8.0.2</PackageVersion>
<Title>Microservice template with OpenIddict</Title>
<Authors>Calabonga</Authors>
<Copyright>Calabonga SOFT © 2001 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
Expand All @@ -13,7 +13,7 @@
<PackageTags>template, microservice, oauth2, calabonga, nimble, framework, minimal, api</PackageTags>
<PackageProjectUrl>https://github.com/Calabonga/Microservice-Template</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>Nuget OperationResult replaced with Calabonga.Results</PackageReleaseNotes>
<PackageReleaseNotes>Nugets version bumped</PackageReleaseNotes>

<!-- Keep package type as 'Template' to show the package as template package on nuget.org and make you template available in dotnet new search.-->
<PackageType>Template</PackageType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- The package metadata. Fill in the properties marked as TODO below -->
<!-- Follow the instructions on https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -->
<PackageId>Calabonga.Microservice.Module.Template</PackageId>
<PackageVersion>8.0.1</PackageVersion>
<PackageVersion>8.0.2</PackageVersion>
<Title>Microservice template</Title>
<Authors>Calabonga</Authors>
<Copyright>Calabonga SOFT © 2001 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
Expand All @@ -13,7 +13,8 @@
<PackageTags>template, microservice, oauth2, calabonga, nimble, framework, minimal, api</PackageTags>
<PackageProjectUrl>https://github.com/Calabonga/Microservice-Template</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<PackageReleaseNotes>Nugets version bumped</PackageReleaseNotes>

<!-- Keep package type as 'Template' to show the package as template package on nuget.org and make you template available in dotnet new search.-->
<PackageType>Template</PackageType>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -22,7 +23,6 @@
<ContentTargetFolders>content</ContentTargetFolders>
<NoWarn>$(NoWarn);NU5128</NoWarn>
<NoDefaultExcludes>true</NoDefaultExcludes>
<PackageReleaseNotes>Nuget OperationResult replaced with Calabonga.Results</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 1b61908

Please sign in to comment.