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 24, 2024
1 parent 512d88c commit 4b3e4c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NanaGet/NanaGet.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<MileProjectOriginalFilename>NanaGet.exe</MileProjectOriginalFilename>
<MileProjectProductName>NanaGet</MileProjectProductName>
<MileProjectVersion>1.2.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-04-25'))).TotalDays).0</MileProjectVersion>
<!-- <MileProjectVersionTag>Preview 1</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 NanaGet/NanaGetResources.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion NanaGetPackage/NanaGetPackage.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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
8 changes: 4 additions & 4 deletions NanaGetPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
IgnorableNamespaces="uap rescap">

<Identity
Name="40174MouriNaruto.NanaGet"
Name="40174MouriNaruto.NanaGetPreview"
Publisher="CN=E310A153-74A9-4D81-800B-857A8D58408A"
Version="1.2.789.0" />
Version="1.2.791.0" />

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

0 comments on commit 4b3e4c0

Please sign in to comment.