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

Commit fabbc5e

Browse files
committed
update to version 0.11.2-preview
1 parent 4e8b999 commit fabbc5e

4 files changed

Lines changed: 5 additions & 5 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.1-preview
36+
dotnet new -i Deislabs.WAGI.Templates::0.11.2-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.1-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.2-preview`.
4040

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

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dotnet add package Deislabs.WAGI --prerelease
1515
info : Adding PackageReference for package 'Deislabs.WAGI' into project '/tmp/wagiproj/WagiTest.csproj'.
1616
info : Restoring packages for /tmp/wagiproj/WagiTest.csproj...
1717
info : Package 'Deislabs.WAGI' is compatible with all the specified frameworks in project '/tmp/wagiproj/WagiTest.csproj'.
18-
info : PackageReference for package 'Deislabs.WAGI' version '0.11.0-preview' updated in file '/tmp/wagiproj/WagiTest.csproj'.
18+
info : PackageReference for package 'Deislabs.WAGI' version '0.11.2-preview' updated in file '/tmp/wagiproj/WagiTest.csproj'.
1919
info : Committing restore...
2020
info : Writing assets file to disk. Path: /tmp/wagiproj/obj/project.assets.json
2121
log : Restored /tmp/wagiproj/WagiTest.csproj (in 155 ms).

source/dotnettemplates/templates/wagi_bindle_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.2-preview" />
99
</ItemGroup>
1010

1111
<ItemGroup>

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.1-preview" />
8+
<PackageReference Include="Deislabs.WAGI" Version="0.11.2-preview" />
99
</ItemGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)