Version 0.4.1

This commit is contained in:
Alex Barney 2019-06-05 00:24:51 -05:00
parent 775478fa16
commit e8847243d9
4 changed files with 3 additions and 4 deletions

View file

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

View file

@ -1 +1 @@
powershell -ExecutionPolicy Bypass -NoProfile -File .\build.ps1 -configuration Release %*
powershell -ExecutionPolicy Bypass -NoProfile -File .\build.ps1 %* -configuration Release

View file

@ -16,7 +16,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Thealexbarney/LibHac</RepositoryUrl>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionPrefix>0.4.1</VersionPrefix>
<PathMap Condition=" '$(BuildType)' == 'Release' ">$(MSBuildProjectDirectory)=C:/LibHac/</PathMap>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

View file

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