From 16dbc76963d7cc107e554eed9a3b60b7e618caa0 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Mon, 20 Sep 2021 10:36:43 +0100 Subject: [PATCH] update to v0.8.0-preview --- README.md | 4 ++-- docs/installation.md | 2 +- .../templates/wagi_project/Wagi.Project.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1e1c9b..4efd487 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.7.0-preview +dotnet new -i Deislabs.WAGI.Templates::0.8.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.7.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.8.0-preview`. ``` Console dotnet new wagi -n hello-wagi diff --git a/docs/installation.md b/docs/installation.md index 9655ef6..0df9d89 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.7.0-preview' updated in file '/tmp/wagiproj/WagiTest.csproj'. +info : PackageReference for package 'Deislabs.WAGI' version '0.8.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_project/Wagi.Project.csproj b/source/dotnettemplates/templates/wagi_project/Wagi.Project.csproj index f0aa8ea..8782507 100644 --- a/source/dotnettemplates/templates/wagi_project/Wagi.Project.csproj +++ b/source/dotnettemplates/templates/wagi_project/Wagi.Project.csproj @@ -5,7 +5,7 @@ - +