Skip to content

Commit 1ca4411

Browse files
committed
Merge branch 'alpha'
2 parents d59da96 + 6e15997 commit 1ca4411

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---
33

4-
## v0.0.1-alpha2 (2024-09-13)
4+
## v0.0.1-alpha.2 (2024-09-13)
55

66
### Features
77

releasenotes.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<PackageReleaseNotes Condition="'$(PackageVersion)' == '0.0.1-alpha2'">
3+
<PackageReleaseNotes Condition="'$(PackageVersion)' == '0.0.1-alpha.2'">
44
<![CDATA[
55
66
Features

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>0.0.1</VersionPrefix>
4-
<VersionSuffix>alpha2</VersionSuffix>
4+
<VersionSuffix>alpha.2</VersionSuffix>
55
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</PackageVersion>
66
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
77
</PropertyGroup>

0 commit comments

Comments
 (0)