We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d91077 commit ece610fCopy full SHA for ece610f
Source/Library/Pekspro.DataAnnotationValuesExtractor/Constants.cs
@@ -3,6 +3,5 @@ namespace Pekspro.DataAnnotationValuesExtractor;
3
public static class Constants
4
{
5
// Note. Should also be changed in Version.props.
6
- public const string Version = "0.0.1";
+ public const string Version = "1.0.0";
7
}
8
-
Source/Version.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
<!-- Note: Should also be changed in Constants.cs -->
- <VersionPrefix>0.0.1</VersionPrefix>
+ <VersionPrefix>1.0.0</VersionPrefix>
<!--<VersionSuffix>preview02</VersionSuffix>-->
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</PackageVersion>
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
0 commit comments