Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vineelsai26 committed Sep 28, 2024
1 parent 54bd749 commit 5d27c7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions FedoraWSL-Appx/FedoraWSL-Appx.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.22621.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformMinVersion>10.0.20348.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<TargetName>Fedora</TargetName>
<ProjectName>FedoraWSL-Appx</ProjectName>
Expand Down Expand Up @@ -80,7 +80,7 @@
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<!-- disable arm64 build for now -->
<!-- <AppxBundlePlatforms>x64|arm64</AppxBundlePlatforms> -->
<AppxBundlePlatforms>$(Platform)</AppxBundlePlatforms>
<AppxBundlePlatforms>x64|arm64</AppxBundlePlatforms>
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
Expand Down Expand Up @@ -178,4 +178,4 @@
<ItemGroup>
<None Include="Package.StoreAssociation.xml" />
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion FedoraWSL-Appx/MyDistro.appxmanifest
Original file line number Diff line number Diff line change
@@ -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:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp uap2 uap3 rescap desktop">
<Identity Name="22955VineelSai.FedoraWSL" Version="38.0.1.0" Publisher="CN=2881E205-D24D-472D-B367-271A0EA6CC7E" ProcessorArchitecture="x64" />
<Identity Name="22955VineelSai.FedoraWSL" Version="40.0.0.0" Publisher="CN=2881E205-D24D-472D-B367-271A0EA6CC7E" ProcessorArchitecture="x64" />
<Properties>
<DisplayName>Fedora</DisplayName>
<PublisherDisplayName>Vineel Sai</PublisherDisplayName>
Expand Down

0 comments on commit 5d27c7a

Please sign in to comment.