Skip to content

Commit

Permalink
升级到 v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Nov 4, 2023
1 parent de3424e commit 44fbdfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0;net6.0;net7.0</TargetFrameworks>
<PackageId>JiuLing.AutoUpgrade</PackageId>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<Authors>九零</Authors>
<Product>JiuLing.AutoUpgrade</Product>
<Description>一个简单的.Net下的自动更新组件。</Description>
Expand Down
4 changes: 2 additions & 2 deletions src/JiuLing.AutoUpgrade/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]

0 comments on commit 44fbdfe

Please sign in to comment.