Skip to content

Commit

Permalink
准备2.7.7-pre2版本的发布
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgnim committed Jan 6, 2025
1 parent 75df47b commit 82f38ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TimedPower/DataCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace TimedPower {
internal readonly struct PInfo {
internal const string alias = "定时电源";
internal const string name = "TimedPower";
public const string version = "2.7.7.20250104-pre1";
public const string version = "2.7.7.20250106-pre2";
public static string ShortVersion {
get {
string[] v = version.Split('.');
Expand Down
6 changes: 3 additions & 3 deletions TimedPower/TimedPower.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<AssemblyName>定时电源</AssemblyName>

<AssemblyVersion>2.7.7</AssemblyVersion>
<FileVersion>2.7.7.0104</FileVersion>
<VersionPrefix>2.7.7.20250104</VersionPrefix>
<VersionSuffix>pre1</VersionSuffix>
<FileVersion>2.7.7.0106</FileVersion>
<VersionPrefix>2.7.7.20250106</VersionPrefix>
<VersionSuffix>pre2</VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 82f38ac

Please sign in to comment.