From 266ece82f2b9f50af1b5bfbeda99612561bc43d8 Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Sat, 5 Feb 2022 16:13:31 -0700 Subject: [PATCH] Update version to 0.16.0 --- GitVersion.yml | 2 +- src/LibHac/Fs/AccessLog.cs | 6 +++--- src/LibHac/LibHac.csproj | 2 +- src/hactoolnet/hactoolnet.csproj | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GitVersion.yml b/GitVersion.yml index 5cf72528..d54ff0e9 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,6 +1,6 @@ mode: ContinuousDeployment increment: Patch -next-version: 0.15.0 +next-version: 0.16.0 branches: master: tag: alpha \ No newline at end of file diff --git a/src/LibHac/Fs/AccessLog.cs b/src/LibHac/Fs/AccessLog.cs index bfed8313..2564855a 100644 --- a/src/LibHac/Fs/AccessLog.cs +++ b/src/LibHac/Fs/AccessLog.cs @@ -734,11 +734,11 @@ namespace LibHac.Fs.Impl public static ReadOnlySpan FsModuleName => // "$fs" new[] { (byte)'$', (byte)'f', (byte)'s' }; - /// "0.15.0" - public static ReadOnlySpan LogLibHacVersion => // "0.15.0" + /// "0.16.0" + public static ReadOnlySpan LogLibHacVersion => // "0.16.0" new[] { - (byte)'0', (byte)'.', (byte)'1', (byte)'5', (byte)'.', (byte)'0' + (byte)'0', (byte)'.', (byte)'1', (byte)'6', (byte)'.', (byte)'0' }; /// """ diff --git a/src/LibHac/LibHac.csproj b/src/LibHac/LibHac.csproj index 11a33b3f..eec1e301 100644 --- a/src/LibHac/LibHac.csproj +++ b/src/LibHac/LibHac.csproj @@ -2,7 +2,7 @@ Library - 0.15.0 + 0.16.0 net6.0 true diff --git a/src/hactoolnet/hactoolnet.csproj b/src/hactoolnet/hactoolnet.csproj index 7193d04d..fc41adec 100644 --- a/src/hactoolnet/hactoolnet.csproj +++ b/src/hactoolnet/hactoolnet.csproj @@ -6,7 +6,7 @@ - 0.15.0 + 0.16.0 $(MSBuildProjectDirectory)=C:/hactoolnet/