Skip to content

Commit

Permalink
Update to version 0.11.1-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
simongdavies committed Feb 24, 2022
1 parent 3a53fa2 commit 4b71697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ To create a ASP.Net Core web application that host a demo WAGI Module:
***Note: nuget.org only contains (pre-)released versions of the packages, to install the latest versions follow the instructions [here](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry) to set up GitHub packages registry as a source for nuget packages.***

``` Console
dotnet new -i Deislabs.WAGI.Templates::0.11.0-preview
dotnet new -i Deislabs.WAGI.Templates::0.11.1-preview
```

This will add the dotnet wagi templates. To install pre-release versions of the templates the version of the template package must be provided as a suffix to the package name as show above `::0.11.0-preview`.
This will add the dotnet wagi templates. To install pre-release versions of the templates the version of the template package must be provided as a suffix to the package name as show above `::0.11.1-preview`.

``` Console
dotnet new wagi -n hello-wagi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Deislabs.WAGI" Version="0.11.0-preview" />
<PackageReference Include="Deislabs.WAGI" Version="0.11.1-preview" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4b71697

Please sign in to comment.