File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class Config
3434 public static readonly int packetDataSize = 102400 ; // 100 Kb per packet for file transfers
3535 public static readonly long packetRequestTimeout = 60 ; // Time in seconds to re-request packets
3636
37- public static readonly string version = "spixi-0.9.14-dev " ; // Spixi version
37+ public static readonly string version = "spixi-0.9.14" ; // Spixi version
3838
3939 public static readonly string checkVersionUrl = "https://resources.ixian.io/spixi-update.txt" ;
4040 public static readonly int checkVersionSeconds = 1 * 60 * 60 ; // 1 hour
Original file line number Diff line number Diff line change 55 xmlns : rescap =" http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
66 IgnorableNamespaces =" uap rescap" >
77
8- <Identity Name =" com.ixilabs.spixi" Publisher =" CN=ixiandev" Version =" 0.9.13 .0" />
8+ <Identity Name =" com.ixilabs.spixi" Publisher =" CN=ixiandev" Version =" 0.9.14 .0" />
99
1010 <Properties >
1111 <DisplayName >Spixi</DisplayName >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" >
3- <assemblyIdentity version =" 0.9.13 .0" name =" Spixi.WinUI.app" />
3+ <assemblyIdentity version =" 0.9.14 .0" name =" Spixi.WinUI.app" />
44
55 <application xmlns =" urn:schemas-microsoft-com:asm.v3" >
66 <windowsSettings >
Original file line number Diff line number Diff line change 4444 <key >NSFaceIDUsageDescription </key >
4545 <string >Biometric authentication for unlocking the app </string >
4646 <key >CFBundleVersion </key >
47- <string >0.9.13 .0 </string >
47+ <string >0.9.14 .0 </string >
4848 <key >CFBundleShortVersionString </key >
49- <string >0.9.13 </string >
49+ <string >0.9.14 </string >
5050 <key >UIBackgroundModes </key >
5151 <array >
5252 <string >remote-notification </string >
Original file line number Diff line number Diff line change 2121 <!-- App Identifier -->
2222 <ApplicationId >com.ixilabs.spixi</ApplicationId >
2323 <!-- Versions -->
24- <ApplicationDisplayVersion >0.9.13 </ApplicationDisplayVersion >
25- <ApplicationVersion >160009130 </ApplicationVersion >
24+ <ApplicationDisplayVersion >0.9.14 </ApplicationDisplayVersion >
25+ <ApplicationVersion >160009140 </ApplicationVersion >
2626 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >15.0</SupportedOSPlatformVersion >
2727 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >15.0</SupportedOSPlatformVersion >
2828 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
You can’t perform that action at this time.
0 commit comments