Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thealexbarney committed Jun 5, 2019
1 parent 775478f commit e884724
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion GitVersion.yml
@@ -1,6 +1,5 @@
mode: ContinuousDeployment
increment: Patch
next-version: 0.4.0
branches:
master:
tag: alpha
2 changes: 1 addition & 1 deletion build.bat
@@ -1 +1 @@
powershell -ExecutionPolicy Bypass -NoProfile -File .\build.ps1 -configuration Release %*
powershell -ExecutionPolicy Bypass -NoProfile -File .\build.ps1 %* -configuration Release
2 changes: 1 addition & 1 deletion src/LibHac/LibHac.csproj
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/hactoolnet/hactoolnet.csproj
Expand Up @@ -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>

Expand Down

0 comments on commit e884724

Please sign in to comment.