diff --git a/README.md b/README.md index 82f0694..7a44ca0 100644 --- a/README.md +++ b/README.md @@ -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.1-preview +dotnet new -i Deislabs.WAGI.Templates::0.11.2-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`. +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.2-preview`. ``` Console dotnet new wagi -n hello-wagi diff --git a/docs/installation.md b/docs/installation.md index 01426be..a784e28 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -15,7 +15,7 @@ dotnet add package Deislabs.WAGI --prerelease info : Adding PackageReference for package 'Deislabs.WAGI' into project '/tmp/wagiproj/WagiTest.csproj'. info : Restoring packages for /tmp/wagiproj/WagiTest.csproj... info : Package 'Deislabs.WAGI' is compatible with all the specified frameworks in project '/tmp/wagiproj/WagiTest.csproj'. -info : PackageReference for package 'Deislabs.WAGI' version '0.11.0-preview' updated in file '/tmp/wagiproj/WagiTest.csproj'. +info : PackageReference for package 'Deislabs.WAGI' version '0.11.2-preview' updated in file '/tmp/wagiproj/WagiTest.csproj'. info : Committing restore... info : Writing assets file to disk. Path: /tmp/wagiproj/obj/project.assets.json log : Restored /tmp/wagiproj/WagiTest.csproj (in 155 ms). diff --git a/source/dotnettemplates/templates/wagi_bindle_project/Wagi.Project.csproj b/source/dotnettemplates/templates/wagi_bindle_project/Wagi.Project.csproj index bf63034..9af93d7 100644 --- a/source/dotnettemplates/templates/wagi_bindle_project/Wagi.Project.csproj +++ b/source/dotnettemplates/templates/wagi_bindle_project/Wagi.Project.csproj @@ -5,7 +5,7 @@ - + diff --git a/source/dotnettemplates/templates/wagi_project/Wagi.Project.csproj b/source/dotnettemplates/templates/wagi_project/Wagi.Project.csproj index 88a8f77..88d0b3e 100644 --- a/source/dotnettemplates/templates/wagi_project/Wagi.Project.csproj +++ b/source/dotnettemplates/templates/wagi_project/Wagi.Project.csproj @@ -5,7 +5,7 @@ - +