From 3668d06c5e35852a80267892042e9945d4e74c74 Mon Sep 17 00:00:00 2001 From: Libor Date: Tue, 27 Oct 2020 14:55:07 +0100 Subject: [PATCH] Release 2.6.0 --- AspNetCoreVueStarter.csproj | 6 +++--- SoftwareAteliers.AspNetCoreVueStarter.nuspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AspNetCoreVueStarter.csproj b/AspNetCoreVueStarter.csproj index c7c711f..fd8de0f 100644 --- a/AspNetCoreVueStarter.csproj +++ b/AspNetCoreVueStarter.csproj @@ -13,9 +13,9 @@ MIT 2020 Software Ateliers AspNetCoreVueStarter AspNetCoreVueStarter - 2.5.1 - 2.5.1.0 - 2.5.1.0 + 2.6.0 + 2.6.0.0 + 2.6.0.0 diff --git a/SoftwareAteliers.AspNetCoreVueStarter.nuspec b/SoftwareAteliers.AspNetCoreVueStarter.nuspec index f9ff818..753f423 100644 --- a/SoftwareAteliers.AspNetCoreVueStarter.nuspec +++ b/SoftwareAteliers.AspNetCoreVueStarter.nuspec @@ -2,7 +2,7 @@ SoftwareAteliers.AspNetCoreVueStarter - 2.5.1 + 2.6.0 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 3.1 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.