diff --git a/CleanArchitecture.nuspec b/CleanArchitecture.nuspec index 3059924..1c87853 100644 --- a/CleanArchitecture.nuspec +++ b/CleanArchitecture.nuspec @@ -3,7 +3,7 @@ SSW.CleanArchitecture.Template - 0.6.0 + 0.7.0 SSW Clean Architecture Template SSW SSW Clean Architecture Solution Template for .NET. @@ -34,4 +34,4 @@ - \ No newline at end of file + diff --git a/README.md b/README.md index be08fcb..5d94cc7 100644 --- a/README.md +++ b/README.md @@ -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