Skip to content

Commit

Permalink
Hotfix/nuspec (#7)
Browse files Browse the repository at this point in the history
* wip

* fix: edit version value
  • Loading branch information
christianrd authored Sep 10, 2024
1 parent 17ea38d commit 68b17f1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions FastCleanArchitecture.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@
<metadata>

<id>Fast.Clean.Architecture.Solution.Template</id>
<version>$version$</version>
<version>8.0.8</version>
<title>Fast Clean Architecture Solution Template</title>
<authors>christiandr</authors>
<description>Fast Clean Architecture Solution Template for .NET $version$.</description>
<description>Fast Clean Architecture Solution Template for .NET 8.0.8.</description>
<summary>
A Clean Architecture Solution Template for creating apps using Web API only with DotNet.
</summary>

<projectUrl>https://dev.azure.com/evopoint/9c05739b-56f2-480e-b95e-46cc18bdc5d4/_git/694fd6a0-5a06-4606-92c9-1455076081a3</projectUrl>
<repository type="git" url="https://dev.azure.com/evopoint/9c05739b-56f2-480e-b95e-46cc18bdc5d4/_git/694fd6a0-5a06-4606-92c9-1455076081a3" branch="main" />
<projectUrl>https://github.com/christianrd/FastCleanArchitecture</projectUrl>
<repository type="git" url="https://github.com/christianrd/FastCleanArchitecture.git" branch="main" />

<license type="expression">Unlicenced</license>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>fast-clean-architecture project template csharp dotnet</tags>
<icon>icon.png</icon>
<readme>README.md</readme>

<packageTypes>
<packageType name="Template" />
Expand Down

0 comments on commit 68b17f1

Please sign in to comment.