update version to 0.2.1 because 0.2.0 was already used
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap">
|
||||
<Identity Name="OmixLabLtd.PanoPainter" Publisher="CN=A7839FC0-1534-49A5-BD18-1D5AF8852B9B" Version="0.2.0.0" />
|
||||
<Identity Name="OmixLabLtd.PanoPainter" Publisher="CN=A7839FC0-1534-49A5-BD18-1D5AF8852B9B" Version="0.2.1.0" />
|
||||
<Properties>
|
||||
<DisplayName>PanoPainter</DisplayName>
|
||||
<PublisherDisplayName>OmixLab Ltd</PublisherDisplayName>
|
||||
|
||||
@@ -52,6 +52,8 @@
|
||||
<PackageCertificateThumbprint>6977634CFB3DEB63FE32B05409BF2BF37D01A94E</PackageCertificateThumbprint>
|
||||
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
|
||||
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
|
||||
<GenerateTestArtifacts>True</GenerateTestArtifacts>
|
||||
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
||||
<AppxBundle>Always</AppxBundle>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<AppxBuildConfigurationSelection>x64</AppxBuildConfigurationSelection>
|
||||
<PackageOptionalProjectsInIdeBuilds>False</PackageOptionalProjectsInIdeBuilds>
|
||||
<ShowAllFiles>false</ShowAllFiles>
|
||||
<UapAppxPackageBuildMode>StoreOnly</UapAppxPackageBuildMode>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<DebuggerFlavor>AppHostLocalDebugger</DebuggerFlavor>
|
||||
|
||||
Reference in New Issue
Block a user