From 2d007963e5c77d804c4c3fda998675decb5a871b Mon Sep 17 00:00:00 2001 From: Simon Davies <simongdavies@users.noreply.github.com> Date: Thu, 24 Feb 2022 17:15:02 +0000 Subject: [PATCH] Update to version 0.11.0-preview --- README.md | 4 ++-- docs/installation.md | 2 +- .../templates/wagi_bindle_project/Wagi.Project.csproj | 2 +- .../templates/wagi_project/Wagi.Project.csproj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dd59130..7f8971d 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.10.1-preview +dotnet new -i Deislabs.WAGI.Templates::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.10.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`. ``` Console dotnet new wagi -n hello-wagi diff --git a/docs/installation.md b/docs/installation.md index 57b3e45..01426be 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.10.1-preview' updated in file '/tmp/wagiproj/WagiTest.csproj'. +info : PackageReference for package 'Deislabs.WAGI' version '0.11.0-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 e04c946..bf63034 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 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Deislabs.WAGI" Version="0.10.1-preview" /> + <PackageReference Include="Deislabs.WAGI" Version="0.11.0-preview" /> </ItemGroup> <ItemGroup> diff --git a/source/dotnettemplates/templates/wagi_project/Wagi.Project.csproj b/source/dotnettemplates/templates/wagi_project/Wagi.Project.csproj index 42a848c..5b19aa4 100644 --- a/source/dotnettemplates/templates/wagi_project/Wagi.Project.csproj +++ b/source/dotnettemplates/templates/wagi_project/Wagi.Project.csproj @@ -5,7 +5,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Deislabs.WAGI" Version="0.10.1-preview" /> + <PackageReference Include="Deislabs.WAGI" Version="0.11.0-preview" /> </ItemGroup> <ItemGroup>