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 @@ -33,7 +33,7 @@ public class Config
3333 public static readonly int packetDataSize = 102400 ; // 100 Kb per packet for file transfers
3434 public static readonly long packetRequestTimeout = 60 ; // Time in seconds to re-request packets
3535
36- public static readonly string version = "spixi-0.9.8-dev " ; // Spixi version
36+ public static readonly string version = "spixi-0.9.8" ; // Spixi version
3737
3838 public static readonly string checkVersionUrl = "https://resources.ixian.io/spixi-update.txt" ;
3939 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.7 .0" />
8+ <Identity Name =" com.ixilabs.spixi" Publisher =" CN=ixiandev" Version =" 0.9.8 .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.7 .0" name =" Spixi.WinUI.app" />
3+ <assemblyIdentity version =" 0.9.8 .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.7 .0 </string >
47+ <string >0.9.8 .0 </string >
4848 <key >CFBundleShortVersionString </key >
49- <string >0.9.7 </string >
49+ <string >0.9.8 </string >
5050 <key >UIBackgroundModes </key >
5151 <array >
5252 <string >remote-notification </string >
Original file line number Diff line number Diff line change 2626 <ApplicationId >com.ixilabs.spixi</ApplicationId >
2727
2828 <!-- Versions -->
29- <ApplicationDisplayVersion >0.9.7 </ApplicationDisplayVersion >
30- <ApplicationVersion >160000970 </ApplicationVersion >
29+ <ApplicationDisplayVersion >0.9.8 </ApplicationDisplayVersion >
30+ <ApplicationVersion >160000980 </ApplicationVersion >
3131
3232 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >11.0</SupportedOSPlatformVersion >
3333 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >13.1</SupportedOSPlatformVersion >
You can’t perform that action at this time.
0 commit comments