Skip to content

Commit

Permalink
chore: release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBabbitt97 committed Jan 17, 2023
1 parent 3fb064b commit 63e0e52
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Blazor Desktop allows you to create desktop apps using Blazor. Apps run inside o
The easiest way to get started with Blazor Desktop is to install the templates, you can do so using the dotnet cli as follows:

```powershell
dotnet new --install BlazorDesktop.Templates::3.0.0
dotnet new --install BlazorDesktop.Templates::3.1.0
```

Once you have the templates installed, you can either create a new project from the template either in Visual Studio in the template picker:
Expand Down
2 changes: 1 addition & 1 deletion src/BlazorDesktop.Templates/BlazorDesktop.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>3.0.0</PackageVersion>
<PackageVersion>3.1.0</PackageVersion>
<PackageId>BlazorDesktop.Templates</PackageId>
<Title>Blazor Desktop Templates</Title>
<Authors>Andrew Babbitt</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazorDesktop" Version="3.0.0" />
<PackageReference Include="BlazorDesktop" Version="3.1.0" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions src/BlazorDesktop/BlazorDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>nuget.png</PackageIcon>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<Version>3.0.0</Version>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<Version>3.1.0</Version>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
Expand Down

0 comments on commit 63e0e52

Please sign in to comment.