Skip to content

Commit fea6f71

Browse files
committed
Moved prettierrc file and bumped version
1 parent 7d3c8e4 commit fea6f71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

AspNetCoreVueStarter.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<Copyright>MIT 2021 Software Ateliers</Copyright>
1414
<AssemblyName>AspNetCoreVueStarter</AssemblyName>
1515
<RootNamespace>AspNetCoreVueStarter</RootNamespace>
16-
<Version>3.0.0</Version>
17-
<AssemblyVersion>3.0.0.0</AssemblyVersion>
18-
<FileVersion>3.0.0.0</FileVersion>
16+
<Version>3.1.0</Version>
17+
<AssemblyVersion>3.1.0.0</AssemblyVersion>
18+
<FileVersion>3.1.0.0</FileVersion>
1919
</PropertyGroup>
2020

2121
<ItemGroup>
File renamed without changes.

SoftwareAteliers.AspNetCoreVueStarter.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>SoftwareAteliers.AspNetCoreVueStarter</id>
5-
<version>3.0.0</version>
5+
<version>3.1.0</version>
66
<description>
77
ASP.NET Core + Vue.js starter project
88
The repository contains an ASP.NET Core + Vue.js starter template. The template runs on ASP.NET Core 5.0 and is created by Vue CLI 4.0 with a new plugin based architecture allowing developers to interactively scaffold a new project with just a one command.

0 commit comments

Comments
 (0)