Skip to content

Commit 664e092

Browse files
MS Store Release v0.1.0.0
1 parent f77d661 commit 664e092

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

VBAudioRouter/Package.appxmanifest

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
IgnorableNamespaces="uap mp uap3 rescap">
1111

1212
<Identity
13-
Name="de.shortdev.VBAudioRouter"
14-
Publisher="CN=lukas"
13+
Name="33942ShortDevelopment.VBAudioRouter"
14+
Publisher="CN=8E251084-44E9-4A7C-AB50-C78A32C26285"
1515
Version="0.1.0.0" />
1616

17-
<mp:PhoneIdentity PhoneProductId="0685347c-1262-47e9-968c-6603c8e43a00" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
17+
<mp:PhoneIdentity PhoneProductId="01b3c67a-5047-40be-a169-edc3d6902f11" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1818

1919
<Properties>
20-
<DisplayName>VBAudioRouter</DisplayName>
20+
<DisplayName>VB Audio Router</DisplayName>
2121
<PublisherDisplayName>ShortDevelopment</PublisherDisplayName>
2222
<Logo>Assets\StoreLogo.png</Logo>
2323
</Properties>

VBAudioRouter/VBAudioRouter.vbproj

+8
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
1818
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
1919
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
20+
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
21+
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
22+
<GenerateTestArtifacts>True</GenerateTestArtifacts>
23+
<AppxBundle>Always</AppxBundle>
24+
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
25+
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
26+
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
2027
</PropertyGroup>
2128
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
2229
<DebugSymbols>true</DebugSymbols>
@@ -250,6 +257,7 @@
250257
<Content Include="Assets\Wide310x150Logo.scale-400.png" />
251258
<Compile Include="Utils\GainControl.vb" />
252259
<Content Include="My Project\Default.rd.xml" />
260+
<None Include="Package.StoreAssociation.xml" />
253261
</ItemGroup>
254262
<ItemGroup>
255263
<ApplicationDefinition Include="App.xaml">

0 commit comments

Comments
 (0)