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/