From fea6f718e34df67e62fac9669dce72767ab1fcaf Mon Sep 17 00:00:00 2001 From: John Campion Date: Mon, 4 Jan 2021 20:34:08 -0500 Subject: [PATCH] Moved prettierrc file and bumped version --- AspNetCoreVueStarter.csproj | 6 +++--- .prettierrc => ClientApp/.prettierrc | 0 SoftwareAteliers.AspNetCoreVueStarter.nuspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename .prettierrc => ClientApp/.prettierrc (100%) diff --git a/AspNetCoreVueStarter.csproj b/AspNetCoreVueStarter.csproj index 3b5709a..d2dcc6e 100644 --- a/AspNetCoreVueStarter.csproj +++ b/AspNetCoreVueStarter.csproj @@ -13,9 +13,9 @@ MIT 2021 Software Ateliers AspNetCoreVueStarter AspNetCoreVueStarter - 3.0.0 - 3.0.0.0 - 3.0.0.0 + 3.1.0 + 3.1.0.0 + 3.1.0.0 diff --git a/.prettierrc b/ClientApp/.prettierrc similarity index 100% rename from .prettierrc rename to ClientApp/.prettierrc diff --git a/SoftwareAteliers.AspNetCoreVueStarter.nuspec b/SoftwareAteliers.AspNetCoreVueStarter.nuspec index 34ee055..ef7a779 100644 --- a/SoftwareAteliers.AspNetCoreVueStarter.nuspec +++ b/SoftwareAteliers.AspNetCoreVueStarter.nuspec @@ -2,7 +2,7 @@ SoftwareAteliers.AspNetCoreVueStarter - 3.0.0 + 3.1.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 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.