From 3f7b2aa34f7dfe36933231fea9ab1459ca604ac8 Mon Sep 17 00:00:00 2001 From: Libor Date: Wed, 6 Jan 2021 07:08:15 +0100 Subject: [PATCH] Version bump to 3.1.1 --- AspNetCoreVueStarter.csproj | 6 +++--- SoftwareAteliers.AspNetCoreVueStarter.nuspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AspNetCoreVueStarter.csproj b/AspNetCoreVueStarter.csproj index d2dcc6e..90bcd14 100644 --- a/AspNetCoreVueStarter.csproj +++ b/AspNetCoreVueStarter.csproj @@ -13,9 +13,9 @@ MIT 2021 Software Ateliers AspNetCoreVueStarter AspNetCoreVueStarter - 3.1.0 - 3.1.0.0 - 3.1.0.0 + 3.1.1 + 3.1.1.0 + 3.1.1.0 diff --git a/SoftwareAteliers.AspNetCoreVueStarter.nuspec b/SoftwareAteliers.AspNetCoreVueStarter.nuspec index ef7a779..454ab3d 100644 --- a/SoftwareAteliers.AspNetCoreVueStarter.nuspec +++ b/SoftwareAteliers.AspNetCoreVueStarter.nuspec @@ -2,7 +2,7 @@ SoftwareAteliers.AspNetCoreVueStarter - 3.1.0 + 3.1.1 ASP.NET Core + Vue.js starter project 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.