Files
GeekDesk/App.config

24 lines
929 B
Plaintext
Raw Normal View History

2021-07-20 17:30:12 +08:00
<?xml version="1.0" encoding="utf-8"?>
2021-04-12 13:46:05 +08:00
<configuration>
<startup>
2021-07-20 17:30:12 +08:00
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
2021-04-12 13:46:05 +08:00
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
2021-07-20 17:30:12 +08:00
<assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2.0.6.0" newVersion="2.0.6.0"/>
2021-04-12 13:46:05 +08:00
</dependentAssembly>
</assemblyBinding>
</runtime>
2021-07-16 17:34:16 +08:00
<appSettings>
2021-07-21 10:24:44 +08:00
<add key="Version" value="1.0-beta"/>
2021-07-20 17:30:12 +08:00
2021-07-20 13:37:11 +08:00
<add key="GitHubUrl" value="https://github.com/Demo-Liu/GeekDesk"/>
<add key="GiteeUrl" value="https://gitee.com/demo_liu/GeekDesk/tree/master"/>
2021-07-20 17:30:12 +08:00
<add key="GitHubUpdateUrl" value="https://demo-liu.github.io/GeekDesk/Update.json"/>
<add key="GiteeUpdateUrl" value="https://demo-liu.github.io/GeekDesk/Update.json"/>
2021-07-16 17:34:16 +08:00
</appSettings>
2021-04-12 13:46:05 +08:00
</configuration>