Skip to content

Commit

Permalink
DPM软件激活器回归
Browse files Browse the repository at this point in the history
  • Loading branch information
zsh2401 committed May 26, 2020
1 parent 82a6a27 commit 369310c
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 195 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace AutumnBox.Basic.Device.Management.AppFx
/// <summary>
/// 包管理器实现
/// </summary>
[Obsolete("等待重做,请勿使用,如需相关功能,请自行实现", true)]
[Obsolete("等待重做,请勿使用,如需相关功能,请自行实现")]
public class PackageManager : DeviceCommander
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/AutumnBox.Basic.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.19";
const string VERSION_STR = "2020.5.27";
}
}
4 changes: 2 additions & 2 deletions src/AutumnBox.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("11.5.0.0")]
[assembly: AssemblyFileVersion("11.5.0.0")]
[assembly: AssemblyVersion("11.5.1.0")]
[assembly: AssemblyFileVersion("11.5.1.0")]
3 changes: 3 additions & 0 deletions src/AutumnBox.DNCGUI/AutumnBox.DNCGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<StartupObject>AutumnBox.GUI.Program</StartupObject>
<AssemblyName>AutumnBox.GUI</AssemblyName>
<RootNamespace>AutumnBox.GUI</RootNamespace>
<ApplicationIcon>Resources\Icons\icon.ico</ApplicationIcon>
<Version>2020.5.27</Version>
<AssemblyVersion>2020.5.27.3</AssemblyVersion>
</PropertyGroup>

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

0 comments on commit 369310c

Please sign in to comment.