Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 4b71697

Browse files
committed
Update to version 0.11.1-preview
1 parent 3a53fa2 commit 4b71697

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ To create a ASP.Net Core web application that host a demo WAGI Module:
3333
***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.***
3434

3535
``` Console
36-
dotnet new -i Deislabs.WAGI.Templates::0.11.0-preview
36+
dotnet new -i Deislabs.WAGI.Templates::0.11.1-preview
3737
```
3838

39-
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`.
39+
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`.
4040

4141
``` Console
4242
dotnet new wagi -n hello-wagi

source/dotnettemplates/templates/wagi_project/Wagi.Project.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Deislabs.WAGI" Version="0.11.0-preview" />
8+
<PackageReference Include="Deislabs.WAGI" Version="0.11.1-preview" />
99
</ItemGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)