We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec2163 commit f898224Copy full SHA for f898224
Source/Library/Pekspro.DataAnnotationValuesExtractor/Constants.cs
@@ -3,5 +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 = "1.0.1";
+ public const string Version = "1.1.0";
7
}
Source/Version.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
<!-- Note: Should also be changed in Constants.cs -->
- <VersionPrefix>1.0.1</VersionPrefix>
+ <VersionPrefix>1.1.0</VersionPrefix>
<!--<VersionSuffix>preview02</VersionSuffix>-->
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</PackageVersion>
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
0 commit comments