From e8847243d9b9b656e39deccf7555cb203689a870 Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Wed, 5 Jun 2019 00:24:51 -0500 Subject: [PATCH] Version 0.4.1 --- GitVersion.yml | 1 - build.bat | 2 +- src/LibHac/LibHac.csproj | 2 +- src/hactoolnet/hactoolnet.csproj | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/GitVersion.yml b/GitVersion.yml index 5b02fbd3..2ad71d6b 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,6 +1,5 @@ mode: ContinuousDeployment increment: Patch -next-version: 0.4.0 branches: master: tag: alpha \ No newline at end of file diff --git a/build.bat b/build.bat index add043a3..4d54f80c 100644 --- a/build.bat +++ b/build.bat @@ -1 +1 @@ -powershell -ExecutionPolicy Bypass -NoProfile -File .\build.ps1 -configuration Release %* \ No newline at end of file +powershell -ExecutionPolicy Bypass -NoProfile -File .\build.ps1 %* -configuration Release \ No newline at end of file diff --git a/src/LibHac/LibHac.csproj b/src/LibHac/LibHac.csproj index cfdde1f1..8005b002 100644 --- a/src/LibHac/LibHac.csproj +++ b/src/LibHac/LibHac.csproj @@ -16,7 +16,7 @@ git https://github.com/Thealexbarney/LibHac - 0.4.0 + 0.4.1 $(MSBuildProjectDirectory)=C:/LibHac/ true snupkg diff --git a/src/hactoolnet/hactoolnet.csproj b/src/hactoolnet/hactoolnet.csproj index f9f3c038..884f509f 100644 --- a/src/hactoolnet/hactoolnet.csproj +++ b/src/hactoolnet/hactoolnet.csproj @@ -7,7 +7,7 @@ - 0.4.0 + 0.4.1 $(MSBuildProjectDirectory)=C:/hactoolnet/