Skip to content

Commit

Permalink
V0.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zsh2401 committed Mar 27, 2018
1 parent 677183b commit f27e5ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
18 changes: 8 additions & 10 deletions AutumnBox.GUI/App.config
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>



<configSections>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="AutumnBox.GUI.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.5" />
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>

<userSettings>
<AutumnBox.GUI.Properties.Settings>
<setting name="IsFirstLaunch" serializeAs="String">
Expand Down
6 changes: 3 additions & 3 deletions AutumnBox.GUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.74.0.*")]
[assembly: AssemblyFileVersion("0.74.0")]
[assembly: AssemblyVersion("0.75.0.*")]
[assembly: AssemblyFileVersion("0.75.0")]
[assembly: NeutralResourcesLanguage("zh-CN")]

//自定义的程序集Attribute
//编译日期
[assembly: CompiledDate(2018, 3, 25)]
[assembly: CompiledDate(2018, 3, 27)]

0 comments on commit f27e5ee

Please sign in to comment.