Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
zsh2401 committed Aug 9, 2020
1 parent f1caee4 commit b1e4c77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions scripts/sdk/AutumnBox.SDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<package >
<metadata>
<id>AutumnBox.SDK</id>
<version>11.7</version>
<version>11.8</version>
<title>AutumnBox.SDK</title>
<authors>zsh2401</authors>
<owners>zsh2401</owners>
<licenseUrl>https:/zsh2401/AutumnBox/blob/master/LICENSE</licenseUrl>
<projectUrl>http:/zsh2401/AutumnBox</projectUrl>
<iconUrl>http://atmb.top/images/leaves.png</iconUrl>
<iconUrl>https://atmb.top/favicon.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Let's develop AutumnBox extension together!This assembly includes a serials of tools useful for third party developers.</description>
<releaseNotes>11.7 update logs: Bug fixes,change target to .net fx 4.5 again.</releaseNotes>
<releaseNotes>11.8 update logs: Bug fixes,change target to .net fx 4.5 again.</releaseNotes>
<copyright>Copyright zsh2401,2017-2020</copyright>
<tags>ADB AutumnBox</tags>
<language>zh-CN</language>
Expand Down
6 changes: 3 additions & 3 deletions src/AutumnBox.Core/AutumnBox.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<AssemblyName>AutumnBox.Core</AssemblyName>
<RootNamespace>AutumnBox.Core</RootNamespace>
<Nullable>enable</Nullable>
<Version>11.7.1</Version>
<Version>11.8</Version>
<Configurations>Debug;Release;SDK;Canary</Configurations>
<Authors>zsh2401</Authors>
<Company>zsh2401</Company>
<AssemblyVersion>11.7.1.0</AssemblyVersion>
<FileVersion>11.7.1.0</FileVersion>
<AssemblyVersion>11.8.0.0</AssemblyVersion>
<FileVersion>11.8.1.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
6 changes: 3 additions & 3 deletions src/AutumnBox.GUI/AutumnBox.GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<AssemblyName>AutumnBox.GUI</AssemblyName>
<RootNamespace>AutumnBox.GUI</RootNamespace>
<ApplicationIcon>Resources\Icons\icon.ico</ApplicationIcon>
<Version>2020.8.9.1</Version>
<AssemblyVersion>2020.8.9.1</AssemblyVersion>
<Version>2020.8.9.2</Version>
<AssemblyVersion>2020.8.9.2</AssemblyVersion>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
<Configurations>Debug;Release;Canary</Configurations>
<FileVersion>2020.8.9.1</FileVersion>
<FileVersion>2020.8.9.2</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit b1e4c77

Please sign in to comment.