mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Replacing all version# with 0.5.0
--HG-- branch : dev
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
antiforgery: enabled
|
||||
author: The Orchard Team
|
||||
website: http://orchardproject.net
|
||||
version: 0.1
|
||||
orchardversion: 0.1.2010.0312
|
||||
version: 0.5.0
|
||||
orchardversion: 0.5.0
|
||||
description: The TinyMCE module enables rich text contents to be created using a "What You See Is What You Get" user interface.
|
||||
features:
|
||||
TinyMce:
|
||||
Description: TinyMCE HTML WYSIWYG editor.
|
||||
Category: Input Editor
|
||||
Category: Input Editor
|
||||
|
@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
|
||||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyVersion("0.5.0")]
|
||||
[assembly: AssemblyFileVersion("0.5.0")]
|
||||
|
Reference in New Issue
Block a user