Skip to content

Commit bb6f028

Browse files
committed
publish: 发布 1.0.0-preview-20230515-1
1 parent 0853ae6 commit bb6f028

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/Bing.EasyPrint.Tests/Biz/BizLabelTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,4 +697,4 @@ private static (int widthScale, int heightScale, int fontSize) GetScaleV2(string
697697
throw new NotImplementedException($"尚未实现该[{type}]类型的比例");
698698
}
699699
}
700-
}ei l
700+
}

version.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionMajor>0</VersionMajor>
3+
<VersionMajor>1</VersionMajor>
44
<VersionMinor>0</VersionMinor>
5-
<VersionPatch>2</VersionPatch>
6-
<VersionQuality>20220808-1</VersionQuality>
5+
<VersionPatch>0</VersionPatch>
6+
<VersionQuality>20230515-1</VersionQuality>
77
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
88
<VersionSuffix>preview-$(VersionQuality)</VersionSuffix>
99
</PropertyGroup>

0 commit comments

Comments
 (0)