Skip to content

Commit 63e0e52

Browse files
chore: release 3.1.0
1 parent 3fb064b commit 63e0e52

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Blazor Desktop allows you to create desktop apps using Blazor. Apps run inside o
1010
The easiest way to get started with Blazor Desktop is to install the templates, you can do so using the dotnet cli as follows:
1111

1212
```powershell
13-
dotnet new --install BlazorDesktop.Templates::3.0.0
13+
dotnet new --install BlazorDesktop.Templates::3.1.0
1414
```
1515

1616
Once you have the templates installed, you can either create a new project from the template either in Visual Studio in the template picker:

src/BlazorDesktop.Templates/BlazorDesktop.Templates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageType>Template</PackageType>
5-
<PackageVersion>3.0.0</PackageVersion>
5+
<PackageVersion>3.1.0</PackageVersion>
66
<PackageId>BlazorDesktop.Templates</PackageId>
77
<Title>Blazor Desktop Templates</Title>
88
<Authors>Andrew Babbitt</Authors>

src/BlazorDesktop.Templates/templates/BlazorDesktop-CSharp/BlazorDesktop-CSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="BlazorDesktop" Version="3.0.0" />
12+
<PackageReference Include="BlazorDesktop" Version="3.1.0" />
1313
</ItemGroup>
1414

1515
</Project>

src/BlazorDesktop/BlazorDesktop.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2727
<PackageIcon>nuget.png</PackageIcon>
2828
<RepositoryType>git</RepositoryType>
29-
<AssemblyVersion>3.0.0.0</AssemblyVersion>
30-
<FileVersion>3.0.0.0</FileVersion>
31-
<Version>3.0.0</Version>
29+
<AssemblyVersion>3.1.0.0</AssemblyVersion>
30+
<FileVersion>3.1.0.0</FileVersion>
31+
<Version>3.1.0</Version>
3232
<IncludeSymbols>true</IncludeSymbols>
3333
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3434
</PropertyGroup>

0 commit comments

Comments
 (0)