Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit b953716

Browse files
fixed wrong version specification
1 parent 5491d09 commit b953716

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<VersionPrefix>1.0.0-rc2</VersionPrefix>
4+
<VersionPrefix>1.0.0</VersionPrefix>
5+
<VersionSuffix>rc2</VersionSuffix>
56
<Authors>João P. Bragança</Authors>
67
<PackageProjectUrl>https://github.com/SqlStreamStore/SqlStreamStore.HAL</PackageProjectUrl>
78
<PackageLicenseUrl>https://github.com/SqlStreamStore/SqlStreamStore.HAL/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)