Skip to content

Commit ae60e4a

Browse files
committed
修改用例
1 parent 970c993 commit ae60e4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/JiuLing.CommonLibs.UnitTests/VersionUtilsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void CheckNeedUpdate2Test(string currentVersion, string newVersion, bool
3232
}
3333

3434
[TestMethod()]
35-
[DataRow("1.0.0", "1.0.2", "1.0.0", true, true)]
35+
[DataRow("1.0.0", "1.0.2", "1.0.0", false, true)]
3636
[DataRow("1.0.0", "1.0.2", "1.0.1", true, false)]
3737
[DataRow("1.0.0", "1.0.0", "1.0.0", false, true)]
3838
public void CheckNeedUpdate3Test(string currentVersion, string newVersion, string minVersion, bool isNeedUpdate, bool isAllowUse)

src/JiuLing.CommonLibs/JiuLing.CommonLibs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageProjectUrl>https://github.com/JiuLing-zhang/JiuLing.CommonLibs</PackageProjectUrl>
88
<PackageIcon>nuget_icon.png</PackageIcon>
99
<PackageIconUrl />
10-
<Version>1.6.4</Version>
10+
<Version>1.6.5</Version>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<Copyright>Copyright (c) 2021 九零</Copyright>

0 commit comments

Comments
 (0)