Skip to content

Commit 22b8242

Browse files
committed
Set version to v0.8.1
1 parent d0659cf commit 22b8242

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/ScriptCs.Version.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<!-- Use the properties below to control the version of the assemblies created. -->
55
<PropertyGroup>
66
<MajorVersion>0</MajorVersion>
7-
<MinorVersion>9</MinorVersion>
8-
<PatchVersion>0</PatchVersion>
7+
<MinorVersion>8</MinorVersion>
8+
<PatchVersion>1</PatchVersion>
99

1010
<!-- Change this to set the build quality of the project. Use values like "alpha", "beta", "rc1", "rtm", etc. -->
1111
<!-- These values are used in SemVer, so make sure to always increase these alphabetically. -->
12-
<BuildQuality>alpha</BuildQuality>
12+
<BuildQuality></BuildQuality>
1313
</PropertyGroup>
1414

1515
<!-- These are calculated based on the values of the properties above. -->

0 commit comments

Comments
 (0)