Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Jun 12, 2024
1 parent 256cb3f commit 740c48a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Documents/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# NanaBox Release Notes

**NanaBox 1.2 Update 4 (1.2.803.0)**

- Support customize partial System Management BIOS (SMBIOS) information for
virtual machines. (Contributed by Z841973620.)
- Ignore the text scale factor for solving the UI layout issues like
https://github.com/M2Team/NanaBox/issues/10. (Feedbacked by prakharb5.)

**NanaBox 1.2 Update 3 (1.2.800.0)**

- Fix the auto resizing issue when using the Enhanced Session mode. (Feedbacked
Expand Down
2 changes: 1 addition & 1 deletion NanaBox/NanaBox.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<MileProjectOriginalFilename>NanaBox.exe</MileProjectOriginalFilename>
<MileProjectProductName>NanaBox</MileProjectProductName>
<MileProjectVersion>1.2.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-04-01'))).TotalDays).0</MileProjectVersion>
<MileProjectVersionTag>Update 3</MileProjectVersionTag>
<MileProjectVersionTag>Update 4</MileProjectVersionTag>
</PropertyGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
Expand Down
2 changes: 1 addition & 1 deletion NanaBoxPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Identity
Name="40174MouriNaruto.NanaBox"
Publisher="CN=E310A153-74A9-4D81-800B-857A8D58408A"
Version="1.2.800.0" />
Version="1.2.803.0" />

<Properties>
<DisplayName>NanaBox</DisplayName>
Expand Down

0 comments on commit 740c48a

Please sign in to comment.