Skip to content

Commit

Permalink
CHORE: Version bump to v2.0.
Browse files Browse the repository at this point in the history
CHORE: Readme formatting.
  • Loading branch information
CesarD committed Jan 31, 2023
1 parent 8d68452 commit 16d128b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ Each of the different solution templates also provide some basic business compon

# Getting Started

#### Supported .NET version:
### Supported .NET version:

7.0

#### Installation
### Installation

`dotnet new install Monaco.Template`

#### Uninstalling
### Uninstalling

`dotnet new uninstall Monaco.Template`

#### How to create a Monaco based solution
### How to create a Monaco based solution

For generating a new backend solution, you can run the following command:

Expand All @@ -37,7 +37,7 @@ This will create a folder named `MyFirstSolution`, which will contain a structur

From there, is enough to configure `appsettings.json` with the required settings and run the app.

#### Getting help about template's options
### Getting help about template's options

`dotnet new monaco-backend-solution --help`

Expand Down
2 changes: 1 addition & 1 deletion src/Monaco.Template.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Monaco.Template</id>
<version>2.0.0-beta1</version>
<version>2.0.0</version>
<title>Monaco Template</title>
<description>
Templates for .NET projects
Expand Down

0 comments on commit 16d128b

Please sign in to comment.