File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed
NanaBox.RefreshPackageVersion Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ( )
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments