Skip to content

Commit f4d2227

Browse files
committed
Update package version suffix to pre2
1 parent 432da9d commit f4d2227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NHibernate.Spatial.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
77
<VersionPatch Condition="'$(VersionPatch)' == ''">1</VersionPatch>
88
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
9-
<VersionSuffix Condition="'$(VersionSuffix)' == ''">pre001</VersionSuffix>
9+
<VersionSuffix Condition="'$(VersionSuffix)' == ''">pre002</VersionSuffix>
1010

1111
<!-- NOTE: Generally shouldn't need to edit anything below this line -->
1212
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>

0 commit comments

Comments
 (0)