Skip to content

Commit

Permalink
Changes version to 0.2.0-preview02.
Browse files Browse the repository at this point in the history
  • Loading branch information
pekspro committed Jun 22, 2024
1 parent 3cd3f58 commit 328bd28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ namespace Pekspro.BuildInformationGenerator;
public static class Constants
{
// Note. Should also be changed in Version.props.
public const string Version = "0.0.2-preview01";
public const string Version = "0.0.2-preview02";
//public const string Version = "0.1.0";
}
2 changes: 1 addition & 1 deletion Source/Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<!-- Note: Should also be changed in Constants.cs -->
<VersionPrefix>0.2.0</VersionPrefix>
<VersionSuffix>preview01</VersionSuffix>
<VersionSuffix>preview02</VersionSuffix>
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</PackageVersion>
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
</PropertyGroup>
Expand Down

0 comments on commit 328bd28

Please sign in to comment.