Skip to content

Commit

Permalink
Set next release to 3.0.0 (#17044)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored Nov 21, 2024
1 parent 4cad105 commit 5fa3850
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ validation:
# Add files here that are intentionally not in the navigation and thus omitted_files shouldn't warn about them.
not_in_nav: |
samples/
releases/2.2.0.md
# Extensions
markdown_extensions:
Expand Down
2 changes: 1 addition & 1 deletion src/OrchardCore.Build/OrchardCore.Commons.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<LangVersion>12.0</LangVersion>
<VersionPrefix>2.2.0</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<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 = "2.1.0";
public const string OrchardCoreVersion = "3.0.0";

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

Expand Down
5 changes: 0 additions & 5 deletions src/docs/releases/2.2.0.md

This file was deleted.

0 comments on commit 5fa3850

Please sign in to comment.