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