Skip to content

Commit

Permalink
Merge pull request #96 from simongdavies/version-0.12-preview
Browse files Browse the repository at this point in the history
Update to version 0.12.0-preview
  • Loading branch information
simongdavies authored Mar 30, 2022
2 parents 7c0c6b0 + b71d455 commit b55abd9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-preview
dotnet new -i Deislabs.WAGI.Templates::0.12.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.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.12.0-preview`.

``` Console
dotnet new wagi -n hello-wagi
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-preview' updated in file '/tmp/wagiproj/WagiTest.csproj'.
info : PackageReference for package 'Deislabs.WAGI' version '0.12.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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Deislabs.WAGI" Version="0.11.2-preview" />
<PackageReference Include="Deislabs.WAGI" Version="0.12.0-preview" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Deislabs.WAGI" Version="0.11.2-preview" />
<PackageReference Include="Deislabs.WAGI" Version="0.12.0-preview" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b55abd9

Please sign in to comment.