Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpaulovich committed Sep 22, 2019
1 parent 4a8a89e commit 6df09c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -8,7 +8,7 @@ Service Template to help you build evolvable and maintainable applications. It f
To generate your own awesome .NET Back-end simple run:

```sh
dotnet new -i Paulovich.Caju::0.7.2
dotnet new -i Paulovich.Caju::0.7.3
dotnet new manga
```

Expand Down
4 changes: 2 additions & 2 deletions source/Paulovich.Caju.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Paulovich.Caju</id>
<version>0.7.2</version>
<version>0.7.3</version>
<authors>Ivan Paulovich</authors>
<owners>Ivan Paulovich</owners>
<projectUrl>https://github.com/ivanpaulovich/clean-architecture-manga</projectUrl>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>dotnet new manga</title>
<description>
$ dotnet new -i Paulovich.Caju::0.7.2
$ dotnet new -i Paulovich.Caju::0.7.3
$ dotnet new manga

It generates a .NET Solution following the Clean Architecture Style, DDD and Separation of Concerns in Domain, Application, Infrastructure and UI.
Expand Down

0 comments on commit 6df09c7

Please sign in to comment.