Skip to content

Commit 2d41a87

Browse files
committed
Update CubePDF Utility 4.2.5
1 parent c28753b commit 2d41a87

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Applications/Editor/Main/Cube.Pdf.Editor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>4.2.4</Version>
3+
<Version>4.2.5</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubePdfUtility</Product>

Tests/Editor/Cube.Pdf.Editor.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>4.2.4</Version>
3+
<Version>4.2.5</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Copyright>Copyright © 2013 CubeSoft, Inc.</Copyright>

Tests/Editor/Sources/Presenters/SettingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private void AssertObject(SettingViewModel src)
116116
{
117117
Assert.That(src.Title, Is.Not.Null.And.Not.Empty);
118118
Assert.That(src.Version.Text, Is.Not.Null.And.Not.Empty);
119-
Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 4.2.4 "));
119+
Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 4.2.5 "));
120120
Assert.That(src.Windows.Text, Does.StartWith("Microsoft Windows"));
121121
Assert.That(src.Framework.Text, Does.StartWith("Microsoft .NET Framework"));
122122
Assert.That(src.Link.Text, Is.EqualTo("Copyright © 2013 CubeSoft, Inc."));

0 commit comments

Comments
 (0)