mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Merge branch '1.9.3' into 1.10
Conflicts: src/Orchard.Web/Modules/Orchard.ContentPicker/Module.txt src/Orchard.Web/Modules/Orchard.CustomForms/Module.txt src/Orchard.Web/Modules/Orchard.Fields/Module.txt src/Orchard.Web/Modules/Orchard.Forms/Module.txt src/Orchard.Web/Modules/Orchard.Projections/Module.txt src/Orchard.Web/Modules/Orchard.TaskLease/Module.txt src/Orchard.Web/Modules/Orchard.Tokens/Module.txt src/Orchard.Web/Web.config
This commit is contained in:
@@ -2,7 +2,7 @@ Name: Task Lease
|
||||
AntiForgery: enabled
|
||||
Author: The Orchard Team
|
||||
Website: https://github.com/OrchardCMS/Orchard
|
||||
Version: 1.9.2
|
||||
Version: 1.9.3
|
||||
OrchardVersion: 1.9
|
||||
LifecycleStatus: Deprecated
|
||||
Description: Provides services to synchronize tasks in a farm environment.
|
||||
|
||||
@@ -31,6 +31,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("1.9.2")]
|
||||
[assembly: AssemblyFileVersion("1.9.2")]
|
||||
[assembly: AssemblyVersion("1.9.3")]
|
||||
[assembly: AssemblyFileVersion("1.9.3")]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user