Skip to content

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MadL1me committed Jun 18, 2022
1 parent 8f08915 commit 3261619
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Level X/Asp.AwesomeTemplates.Main.Nuget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>0.1.0</PackageVersion>
<PackageVersion>0.2.0</PackageVersion>
<PackageId>Asp.AwesomeTemplates.Main</PackageId>
<Title>ASP.NET 6 awesome templates</Title>
<Authors>Ilya Klimenko (MadL1me)</Authors>
Expand Down
14 changes: 8 additions & 6 deletions Level X/Template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ Congrats, you setuped your dev certificates

### Run

Now, you can simply run your app with one command:
Now, you can simply run your app with one command in interactive mode:

```sh
docker compose up -d
docker compose up
```
<!--#if(EnableSwaggerSupport) -->
Back-end Swagger docs: https://localhost:443/swagger
<!--#endif -->

Swagger route:
```
http://localhost:433/swagger
```
<!--#if(UseReact) -->
Front-end React-app: http://localhost:3000
<!--#endif -->

0 comments on commit 3261619

Please sign in to comment.