We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b585457 commit 7dacd1dCopy full SHA for 7dacd1d
src/JiuLing.AutoUpgrade.Shell/JiuLing.AutoUpgrade.Shell.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<TargetFrameworks>netstandard2.0;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
5
<PackageId>JiuLing.AutoUpgrade</PackageId>
6
- <Version>2.1.4</Version>
+ <Version>2.1.5</Version>
7
<Authors>九零</Authors>
8
<Product>JiuLing.AutoUpgrade</Product>
9
<Description>一个简单的.Net下的自动更新组件。</Description>
src/JiuLing.AutoUpgrade/Properties/AssemblyInfo.cs
@@ -51,5 +51,5 @@
51
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
52
//通过使用 "*",如下所示:
53
// [assembly: AssemblyVersion("1.0.*")]
54
-[assembly: AssemblyVersion("2.1.4.0")]
55
-[assembly: AssemblyFileVersion("2.1.4.0")]
+[assembly: AssemblyVersion("2.1.5.0")]
+[assembly: AssemblyFileVersion("2.1.5.0")]
0 commit comments