mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Version 0.4.1
This commit is contained in:
parent
775478fa16
commit
e8847243d9
4 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
mode: ContinuousDeployment
|
||||
increment: Patch
|
||||
next-version: 0.4.0
|
||||
branches:
|
||||
master:
|
||||
tag: alpha
|
|
@ -1 +1 @@
|
|||
powershell -ExecutionPolicy Bypass -NoProfile -File .\build.ps1 -configuration Release %*
|
||||
powershell -ExecutionPolicy Bypass -NoProfile -File .\build.ps1 %* -configuration Release
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue