Skip to content

Commit

Permalink
Switch to preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Jun 22, 2024
1 parent 9fa8a30 commit e1fa23e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.3.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-04-01'))).TotalDays).0</MileProjectVersion>
<!-- <MileProjectVersionTag>Preview</MileProjectVersionTag> -->
<MileProjectVersionTag>Update 1</MileProjectVersionTag>
</PropertyGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
Expand Down
Binary file modified NanaBox/NanaBoxResources.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion NanaBoxPackage/NanaBoxPackage.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Image Assets -->
<Content Include="..\Assets\PackageAssets\**\*">
<Content Include="..\Assets\PreviewPackageAssets\**\*">
<DeploymentContent>true</DeploymentContent>
<Link>Assets\%(RecursiveDir)%(FileName)%(Extension)</Link>
</Content>
Expand Down
6 changes: 3 additions & 3 deletions NanaBoxPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
IgnorableNamespaces="uap rescap desktop uap3">

<Identity
Name="40174MouriNaruto.NanaBox"
Name="40174MouriNaruto.NanaBoxPreview"
Publisher="CN=E310A153-74A9-4D81-800B-857A8D58408A"
Version="1.3.813.0" />

<Properties>
<DisplayName>NanaBox</DisplayName>
<DisplayName>NanaBox Preview</DisplayName>
<PublisherDisplayName>Kenji Mouri</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
Expand All @@ -38,7 +38,7 @@
Executable="$targetnametoken$.exe"
EntryPoint="$targetentrypoint$">
<uap:VisualElements
DisplayName="NanaBox"
DisplayName="NanaBox Preview"
Description="NanaBox"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Expand Down

0 comments on commit e1fa23e

Please sign in to comment.