Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Update 1.0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnson070 committed Apr 21, 2021
1 parent e9a80aa commit ae4e33f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
Binary file modified Mi Band WatchFace Editor/MiBandWatchFaces.exe
Binary file not shown.
35 changes: 35 additions & 0 deletions Mi Band WatchFace Editor/MiBandWatchFaces.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="MiBand5WatchFaces.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<connectionStrings>
<add name="DefaultConnection" connectionString="Data Source = |SQL/CE|" />
</connectionStrings>
<userSettings>
<MiBand5WatchFaces.Properties.Settings>
<setting name="ShowChangeLog" serializeAs="String">
<value>True</value>
</setting>
<setting name="lang" serializeAs="String">
<value>en-US</value>
</setting>
<setting name="beta" serializeAs="String">
<value>False</value>
</setting>
</MiBand5WatchFaces.Properties.Settings>
</userSettings>
</configuration>
Binary file modified Mi Band WatchFace Editor/en/MiBandWatchFaces.resources.dll
Binary file not shown.
Binary file modified Mi Band WatchFace Editor/ru/MiBandWatchFaces.resources.dll
Binary file not shown.

0 comments on commit ae4e33f

Please sign in to comment.