Bump version to 0.14.0

This commit is contained in:
Alex Barney 2021-11-02 11:26:47 -07:00
parent 257bdf0c46
commit 2370f76c62
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
5.0.301 5.0.402

View file

@ -1,6 +1,6 @@
mode: ContinuousDeployment mode: ContinuousDeployment
increment: Patch increment: Patch
next-version: 0.13.0 next-version: 0.14.0
branches: branches:
master: master:
tag: alpha tag: alpha

View file

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<VersionPrefix>0.13.0</VersionPrefix> <VersionPrefix>0.14.0</VersionPrefix>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net5.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>

View file

@ -6,7 +6,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<VersionPrefix>0.13.0</VersionPrefix> <VersionPrefix>0.14.0</VersionPrefix>
<PathMap Condition=" '$(BuildType)' == 'Release' ">$(MSBuildProjectDirectory)=C:/hactoolnet/</PathMap> <PathMap Condition=" '$(BuildType)' == 'Release' ">$(MSBuildProjectDirectory)=C:/hactoolnet/</PathMap>
</PropertyGroup> </PropertyGroup>