Skip to content

Commit 0dc7a08

Browse files
committed
Update version.
1 parent 94cb6d4 commit 0dc7a08

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

BuildAllTargets.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<InputBinariesPath>$(MSBuildThisFileDirectory)Output\Binaries\Release\</InputBinariesPath>
3737
<OutputBinariesPath>$(MSBuildThisFileDirectory)Output\Binaries\Root\Binaries\</OutputBinariesPath>
3838
<OutputSymbolsPath>$(MSBuildThisFileDirectory)Output\Binaries\Root\Symbols\</OutputSymbolsPath>
39-
<OutputFileNamePrefix>NanaBox_1.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-04-01'))).TotalDays).0</OutputFileNamePrefix>
39+
<OutputFileNamePrefix>NanaBox_1.6.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-04-01'))).TotalDays).0</OutputFileNamePrefix>
4040
</PropertyGroup>
4141

4242
<MakeDir Directories="$(OutputBinariesPath)arm64" />

Documents/ReleaseNotes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# NanaBox Release Notes
22

3+
**NanaBox 1.6 (1.6.1395.0)**
4+
5+
- Fix unable to suspend virtual machine issue even without defining Plan 9
6+
shares.
7+
- Reduce the binary size by optimizing icon assets and using system builtin ATL
8+
runtime ActiveX control hosting infrastructure.
9+
- Update Mile.Project.Configurations to 1.0.1827.
10+
- Update Mile.Windows.Helpers to 1.0.1171.
11+
- Build with Visual Studio 2026.
12+
- Improve several implementations.
13+
314
**NanaBox 1.5 Update 3 (1.5.1197.0)**
415

516
- Improve and extend the implementation of the EnableHostDriverStore option for

NanaBox.RefreshPackageVersion/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace NanaBox.RefreshPackageVersion
66
{
77
internal class Program
88
{
9-
static (int Major, int Minor) Version = (1, 5);
9+
static (int Major, int Minor) Version = (1, 6);
1010
static string BuildStartDay = "2022-04-01";
1111

1212
static string GenerateVersionString()

NanaBox/NanaBox.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<MileProjectLegalCopyright>© M2-Team and Contributors. All rights reserved.</MileProjectLegalCopyright>
2222
<MileProjectOriginalFilename>NanaBox.exe</MileProjectOriginalFilename>
2323
<MileProjectProductName>NanaBox</MileProjectProductName>
24-
<MileProjectVersion>1.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-04-01'))).TotalDays).0</MileProjectVersion>
25-
<MileProjectVersionTag>Update 3</MileProjectVersionTag>
24+
<MileProjectVersion>1.6.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-04-01'))).TotalDays).0</MileProjectVersion>
25+
<!-- <MileProjectVersionTag>Update 1</MileProjectVersionTag> -->
2626
<MileUniCrtDisableRuntimeDebuggingFeature>true</MileUniCrtDisableRuntimeDebuggingFeature>
2727
</PropertyGroup>
2828
<Import Sdk="Mile.Project.Configurations" Version="1.0.1827" Project="Mile.Project.Platform.x64.props" />

NanaBoxPackage/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Identity
1414
Name="40174MouriNaruto.NanaBox"
1515
Publisher="CN=E310A153-74A9-4D81-800B-857A8D58408A"
16-
Version="1.5.1197.0" />
16+
Version="1.6.1395.0" />
1717

1818
<Properties>
1919
<DisplayName>NanaBox</DisplayName>

0 commit comments

Comments
 (0)