Skip to content

Commit

Permalink
chorE: bump to version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxelr committed Jan 22, 2022
1 parent 636b938 commit af7063e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CarterService.Project.Template.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageType>Template</PackageType>
<IsPackable>true</IsPackable>
<Version>0.0.3</Version>
<Version>0.0.4</Version>
<PackageId>CarterServiceTemplate</PackageId>
<Copyright>2021</Copyright>
<Copyright>2022</Copyright>
<Title>Carter Service Template</Title>
<Authors>Jaxel Rojas</Authors>
<Description>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.</Description>
Expand All @@ -18,7 +18,7 @@
<ContentTargetFolders>Content</ContentTargetFolders>
<NoDefaultExcludes>true</NoDefaultExcludes>
<NoWarn>NU5128</NoWarn>
<PackageReleaseNotes>Added dockerfile to template build</PackageReleaseNotes>
<PackageReleaseNotes>Upgrade to target net 6.0</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.0.3.{build}'
version: '0.0.4.{build}'
image: Visual Studio 2022
branches:
only:
Expand Down

0 comments on commit af7063e

Please sign in to comment.