Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Updated README to include instructions to open with codespaces
Browse files Browse the repository at this point in the history
* Updated README to include instructions to open with codespaces

* Update Ngsa.App.csproj

Updating to v.1.1.0 for release and to be inline with other versions

Co-authored-by: jofultz <[email protected]>
  • Loading branch information
joaquinrz and jofultz authored Apr 1, 2022
1 parent 97ade46 commit 2ddd1b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Ngsa.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Ngsa.Application</RootNamespace>
<AssemblyName>aspnetapp</AssemblyName>
<VersionPrefix>0.5.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>$([System.DateTime]::UtcNow.ToString(`MMdd-HHmm`))</VersionSuffix>
<Copyright>Copyright (c) Microsoft Corporation. All rights reserved.</Copyright>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ Options:

> Visual Studio Codespaces is the easiest way to evaluate ngsa.
TODO: Describe opening and running a codespaces
To open with codespaces:

- Click the `Code` button on this repo
- Click the `Codespaces` tab
- Click `New Codespace`
- Choose the `4 core` option

### Using bash shell

Expand Down

0 comments on commit 2ddd1b6

Please sign in to comment.