mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Bump version to 0.14.0
This commit is contained in:
parent
257bdf0c46
commit
2370f76c62
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
5.0.301
|
||||
5.0.402
|
|
@ -1,6 +1,6 @@
|
|||
mode: ContinuousDeployment
|
||||
increment: Patch
|
||||
next-version: 0.13.0
|
||||
next-version: 0.14.0
|
||||
branches:
|
||||
master:
|
||||
tag: alpha
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<OutputType>Library</OutputType>
|
||||
<VersionPrefix>0.13.0</VersionPrefix>
|
||||
<VersionPrefix>0.14.0</VersionPrefix>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>0.13.0</VersionPrefix>
|
||||
<VersionPrefix>0.14.0</VersionPrefix>
|
||||
<PathMap Condition=" '$(BuildType)' == 'Release' ">$(MSBuildProjectDirectory)=C:/hactoolnet/</PathMap>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Reference in a new issue