Skip to content

Commit ece610f

Browse files
committed
Changes version to 1.0.0.
1 parent 3d91077 commit ece610f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Source/Library/Pekspro.DataAnnotationValuesExtractor/Constants.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ namespace Pekspro.DataAnnotationValuesExtractor;
33
public static class Constants
44
{
55
// Note. Should also be changed in Version.props.
6-
public const string Version = "0.0.1";
6+
public const string Version = "1.0.0";
77
}
8-

Source/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
<!-- Note: Should also be changed in Constants.cs -->
4-
<VersionPrefix>0.0.1</VersionPrefix>
4+
<VersionPrefix>1.0.0</VersionPrefix>
55
<!--<VersionSuffix>preview02</VersionSuffix>-->
66
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</PackageVersion>
77
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>

0 commit comments

Comments
 (0)