Skip to content

Commit 8687ca0

Browse files
Updating version numbers to 1.11 (#8889)
1 parent 2a1c898 commit 8687ca0

File tree

167 files changed

+327
-329
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+327
-329
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ Join the community discussion on [Discord](https://orchardcore.net/discord), whe
1010

1111
#### Please visit our website at https://orchardcore.net for the most current information about this project.
1212

13-
Orchard is a free, open source, community-focused **Content Management System** built on the ASP.NET MVC platform.
13+
Orchard is built on a modern architecture that puts extensibility up-front as its number one concern. All components in Orchard can be replaced or extended and content is built from easily composable building blocks. Modules extend the system in a decoupled fashion, where a commenting module for example can easily apply to pages, blog posts, photos, and products too. A rich UI composition system completes the picture and ensures that you can get the exact presentation that you need for your content.
1414

15-
Orchard is built on a modern architecture that puts extensibility up-front, as its number one concern. All components in Orchard can be replaced or extended. Content is built from easily composable building blocks. Modules extend the system in a very decoupled fashion, where a commenting module for example can as easily apply to pages, blog posts, photos or products. A rich UI composition system completes the picture and ensures that you can get the exact presentation that you need for your content.
16-
17-
Orchard is delivered under the [.NET Foundation](https://www.dotnetfoundation.org/projects?searchquery=Orchard&type=project). It is licensed under a [New BSD license](https://www.opensource.org/licenses/bsd-license.php), which is approved by the OSI.
15+
Orchard is delivered under the [.NET Foundation](https://dotnetfoundation.org/projects/project-detail/orchard-core). It is licensed under a [New BSD license](https://www.opensource.org/licenses/bsd-license.php), which is approved by the OSI.
1816

1917
Our mission is to empower our users and foster a dedicated and diverse community that builds the CMS that we all want to use.
2018

2119
## Project Status
2220

23-
Orchard is currently in version **[1.10.4](https://github.com/OrchardCMS/Orchard/releases/tag/1.10.4)**: It contains bugfixes and the more impactful changes and new features added in the latest major version (*1.10*).
21+
Orchard is currently in **[version 1.11](https://github.com/OrchardCMS/Orchard/releases/tag/1.11)**.
2422

2523
We invite participation by the developer community in shaping the project's direction, so that we can publicly validate our designs and development approach.
2624
All our releases are available on our [Releases](https://github.com/OrchardCMS/Orchard/releases) page, and we encourage interested developers to check out the source code on the Orchard GitHub site and get involved with the project.

src/Orchard.Core.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// You can specify all the values or you can default the Build and Revision Numbers
3131
// by using the '*' as shown below:
3232

33-
[assembly: AssemblyVersion("1.10.4")]
34-
[assembly: AssemblyFileVersion("1.10.4")]
33+
[assembly: AssemblyVersion("1.11")]
34+
[assembly: AssemblyFileVersion("1.11")]

src/Orchard.Profile/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// You can specify all the values or you can default the Build and Revision Numbers
3131
// by using the '*' as shown below:
3232

33-
[assembly: AssemblyVersion("1.10.4")]
34-
[assembly: AssemblyFileVersion("1.10.4")]
33+
[assembly: AssemblyVersion("1.11")]
34+
[assembly: AssemblyFileVersion("1.11")]

src/Orchard.Specs/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// You can specify all the values or you can default the Build and Revision Numbers
3131
// by using the '*' as shown below:
3232

33-
[assembly: AssemblyVersion("1.10.4")]
34-
[assembly: AssemblyFileVersion("1.10.4")]
33+
[assembly: AssemblyVersion("1.11")]
34+
[assembly: AssemblyFileVersion("1.11")]

src/Orchard.Tests.Modules/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// You can specify all the values or you can default the Build and Revision Numbers
3131
// by using the '*' as shown below:
3232

33-
[assembly: AssemblyVersion("1.10.4")]
34-
[assembly: AssemblyFileVersion("1.10.4")]
33+
[assembly: AssemblyVersion("1.11")]
34+
[assembly: AssemblyFileVersion("1.11")]

src/Orchard.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535

36-
[assembly: AssemblyVersion("1.10.4")]
37-
[assembly: AssemblyFileVersion("1.10.4")]
36+
[assembly: AssemblyVersion("1.11")]
37+
[assembly: AssemblyFileVersion("1.11")]

src/Orchard.WarmupStarter/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333

34-
[assembly: AssemblyVersion("1.10.4")]
35-
[assembly: AssemblyFileVersion("1.10.4")]
34+
[assembly: AssemblyVersion("1.11")]
35+
[assembly: AssemblyFileVersion("1.11")]
3636

3737
// Enable web application to call this assembly in Full Trust
3838
[assembly: AllowPartiallyTrustedCallers]

src/Orchard.Web.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
// You can specify all the values or you can default the Revision and Build Numbers
3434
// by using the '*' as shown below:
3535

36-
[assembly: AssemblyVersion("1.10.4")]
37-
[assembly: AssemblyFileVersion("1.10.4")]
36+
[assembly: AssemblyVersion("1.11")]
37+
[assembly: AssemblyFileVersion("1.11")]

src/Orchard.Web/Core/Common/Module.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
AntiForgery: enabled
33
Author: The Orchard Team
44
Website: http://orchardproject.net
5-
Version: 1.10.4
6-
OrchardVersion: 1.10.4
5+
Version: 1.11
6+
OrchardVersion: 1.11
77
Description: The common module introduces content parts that are going to be used by most content types (common, body, identity).
88
FeatureDescription: Core content parts.
99
Dependencies: Settings

src/Orchard.Web/Core/Containers/Module.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
AntiForgery: enabled
33
Author: The Orchard Team
44
Website: http://orchardproject.net
5-
Version: 1.10.4
6-
OrchardVersion: 1.10.4
5+
Version: 1.11
6+
OrchardVersion: 1.11
77
Description: The containers module introduces container and containable behaviors for content items.
88
FeatureDescription: Container and containable parts to enable parent-child relationships between content items.
99
Dependencies: Contents, Feeds

0 commit comments

Comments
 (0)