From 8c61820e46c4cef3303853ddc6ee5c486a9c58f3 Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Fri, 5 Jun 2020 22:44:46 -0700 Subject: [PATCH] Increment version to 0.11.3 and apply "var" code style --- src/LibHac/Calibration.cs | 2 +- src/LibHac/LibHac.csproj | 2 +- src/hactoolnet/hactoolnet.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/LibHac/Calibration.cs b/src/LibHac/Calibration.cs index 5bb6b046..887f7fd7 100644 --- a/src/LibHac/Calibration.cs +++ b/src/LibHac/Calibration.cs @@ -85,7 +85,7 @@ namespace LibHac public Calibration(Stream stream) { - using BinaryReader reader = new BinaryReader(stream, Encoding.Default, true); + using var reader = new BinaryReader(stream, Encoding.Default, true); stream.Position = 0x0; Magic = reader.ReadUtf8(0x4); diff --git a/src/LibHac/LibHac.csproj b/src/LibHac/LibHac.csproj index f6d2d87c..01958391 100644 --- a/src/LibHac/LibHac.csproj +++ b/src/LibHac/LibHac.csproj @@ -2,7 +2,7 @@ Library - 0.11.2 + 0.11.3 netcoreapp3.0;netstandard2.1 8.0 true diff --git a/src/hactoolnet/hactoolnet.csproj b/src/hactoolnet/hactoolnet.csproj index ccf36834..7f1cabd0 100644 --- a/src/hactoolnet/hactoolnet.csproj +++ b/src/hactoolnet/hactoolnet.csproj @@ -7,7 +7,7 @@ - 0.11.2 + 0.11.3 $(MSBuildProjectDirectory)=C:/hactoolnet/