From af7063e0c18212b678b6965d155ff01b6d6fe7f8 Mon Sep 17 00:00:00 2001 From: Jaxel Rojas Date: Sat, 22 Jan 2022 10:42:14 -0400 Subject: [PATCH] chorE: bump to version 0.0.4 --- CarterService.Project.Template.csproj | 8 ++++---- appveyor.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CarterService.Project.Template.csproj b/CarterService.Project.Template.csproj index 4db6297..963461c 100644 --- a/CarterService.Project.Template.csproj +++ b/CarterService.Project.Template.csproj @@ -1,13 +1,13 @@ - net5.0 + net6.0 MIT Template true - 0.0.3 + 0.0.4 CarterServiceTemplate - 2021 + 2022 Carter Service Template Jaxel Rojas Carter template for web services including a few helpful libraries, for the full list of the libraries see the github page on the project url. @@ -18,7 +18,7 @@ Content true NU5128 - Added dockerfile to template build + Upgrade to target net 6.0 true diff --git a/appveyor.yml b/appveyor.yml index 10921d5..1456061 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '0.0.3.{build}' +version: '0.0.4.{build}' image: Visual Studio 2022 branches: only: