Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
zsh2401 committed Aug 19, 2020
1 parent 8591acf commit 1805669
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/AutumnBox.Core/AutumnBox.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<AssemblyName>AutumnBox.Core</AssemblyName>
<RootNamespace>AutumnBox.Core</RootNamespace>
<Nullable>enable</Nullable>
<Version>11.8.1</Version>
<Version>11.9</Version>
<Configurations>Debug;Release;SDK;Canary</Configurations>
<Authors>zsh2401</Authors>
<Company>zsh2401</Company>
<AssemblyVersion>11.8.1.0</AssemblyVersion>
<FileVersion>11.8.1.0</FileVersion>
<AssemblyVersion>11.9.0.0</AssemblyVersion>
<FileVersion>11.9.0.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>Let's Develop AutumnBox Extension!</Description>
<PackageId>AutumnBox.SDK</PackageId>
<Product>AutumnBox.SDK</Product>
<RepositoryUrl>https://github.com/zsh2401/AutumnBox</RepositoryUrl>
<PackageReleaseNotes>11.8 update: bug fixes.</PackageReleaseNotes>
<PackageReleaseNotes>11.9 update: bug fixes.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/zsh2401/AutumnBox</PackageProjectUrl>
<PackageLicenseExpression></PackageLicenseExpression>
</PropertyGroup>
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.14.0</Version>
<AssemblyVersion>2020.8.14.0</AssemblyVersion>
<Version>2020.8.19.0</Version>
<AssemblyVersion>2020.8.19.0</AssemblyVersion>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
<Configurations>Debug;Release;Canary</Configurations>
<FileVersion>2020.8.14.0</FileVersion>
<FileVersion>2020.8.19.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion src/AutumnBox.Leafx.Shared/ModuleInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ public static class ModuleInfo
/// 指示版本
/// </summary>
public static Version Version => Version.Parse(VERSION_STR);
const string VERSION_STR = "2020.5.18";
const string VERSION_STR = "2020.8.19";
}
}
2 changes: 1 addition & 1 deletion src/AutumnBox.Logging.Shared/ModuleInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ public static class ModuleInfo
/// 指示版本
/// </summary>
public static Version Version => Version.Parse(VERSION_STR);
const string VERSION_STR = "2020.5.16";
const string VERSION_STR = "2020.8.19";
}
}

0 comments on commit 1805669

Please sign in to comment.