Skip to content

Commit

Permalink
Update build version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros authored Jun 3, 2022
1 parent 14ff6da commit a733862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/OrchardCore.Build/OrchardCore.Commons.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Import Project="Dependencies.props" />

<PropertyGroup>
<VersionPrefix>1.4.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionPrefix>1.5.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsNotAsErrors>612,618</WarningsNotAsErrors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public static class ManifestConstants
{
public const string OrchardCoreTeam = "The Orchard Core Team";

public const string OrchardCoreVersion = "1.4.0";
public const string OrchardCoreVersion = "1.5.0";

public const string OrchardCoreWebsite = "https://orchardcore.net";

Expand Down

0 comments on commit a733862

Please sign in to comment.