mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-22 03:37:25 +08:00
Update version # to 0.9.0
--HG-- branch : dev
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
AntiForgery: enabled
|
||||
Author: The Orchard Team
|
||||
Website: http://orchardproject.net
|
||||
Version: 0.8.0
|
||||
OrchardVersion: 0.8.0
|
||||
Version: 0.9.0
|
||||
OrchardVersion: 0.9.0
|
||||
Description: The Orchard Blogs module is implementing basic blogging features.
|
||||
Features:
|
||||
Orchard.Blogs:
|
||||
@@ -15,4 +15,4 @@ Features:
|
||||
Name: Remote Blog Publishing
|
||||
Description: Blog easier using a dedicated MetaWeblogAPI-compatible publishing tool.
|
||||
Dependencies: XmlRpc, Orchard.Blogs
|
||||
Category: Content Publishing
|
||||
Category: Content Publishing
|
||||
|
@@ -30,6 +30,6 @@ using System.Security;
|
||||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("0.8.0")]
|
||||
[assembly: AssemblyFileVersion("0.8.0")]
|
||||
[assembly: SecurityTransparent]
|
||||
[assembly: AssemblyVersion("0.9.0")]
|
||||
[assembly: AssemblyFileVersion("0.9.0")]
|
||||
[assembly: SecurityTransparent]
|
||||
|
Reference in New Issue
Block a user