Skip to content

Commit

Permalink
📦 Publish version 0.7.0 (#205)
Browse files Browse the repository at this point in the history
Publish version 0.7.0
  • Loading branch information
danielmackay committed Nov 27, 2023
1 parent 081ec14 commit 249a3e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CleanArchitecture.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>

<id>SSW.CleanArchitecture.Template</id>
<version>0.6.0</version>
<version>0.7.0</version>
<title>SSW Clean Architecture Template</title>
<authors>SSW</authors>
<description>SSW Clean Architecture Solution Template for .NET.</description>
Expand Down Expand Up @@ -34,4 +34,4 @@
<file src=".\**" target="content" exclude="**\bin\**;**\obj\**;**\.vs\**;**\.vscode\**;**\.git\**;**\.github\**;**\LICENSE;" />
</files>

</package>
</package>
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -94,6 +94,7 @@ Template will be published to NuGet.org when changes are made to `CleanArchitect
1. Update the `version` attribute in `CleanArchitecture.nuspec`
2. Merge your PR
3. `package` GitHub Action will run and publish the new version to NuGet.org
4. Create a GitHub release to document the changes

<!-- TODO Issue #99: Getting Started using the dotnet new template -->

Expand Down

0 comments on commit 249a3e9

Please sign in to comment.