File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 476
476
<Content Include =" Assets\AppTilesDev\Wide310x150Logo.scale-150.png" />
477
477
<Content Include =" Assets\AppTilesDev\Wide310x150Logo.scale-200.png" />
478
478
<Content Include =" Assets\AppTilesDev\Wide310x150Logo.scale-400.png" />
479
+ <Content Include =" Package.appinstaller" />
479
480
</ItemGroup >
480
481
<ItemGroup >
481
482
<None Include =" nupkgs\microsoft.management.infrastructure.runtime.win.2.0.1.nupkg" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <AppInstaller Uri =" {AppInstallerUri}"
3
+ Version =" {Version}"
4
+ xmlns =" http://schemas.microsoft.com/appx/appinstaller/2018" >
5
+
6
+ <MainBundle Name =" {Name}"
7
+ Version =" {Version}"
8
+ Publisher =" {Publisher}"
9
+ Uri =" {MainPackageUri}" />
10
+
11
+ <UpdateSettings >
12
+ <OnLaunch HoursBetweenUpdateChecks =" 0" />
13
+ <AutomaticBackgroundTask />
14
+ </UpdateSettings >
15
+
16
+ </AppInstaller >
You can’t perform that action at this time.
0 commit comments