Updating assembly info

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros 2011-10-03 11:19:57 -07:00
parent 17a2ccfa3a
commit c2b770c916
108 changed files with 261 additions and 222 deletions

View File

@ -1,4 +1,4 @@
a68798a582e59af49b71eef4e3c87ac16201f888 src/Orchard.Web/Modules/Orchard.Forms d9555c4ed3edaea5f4bd8cb90685ea1c663a9e1c src/Orchard.Web/Modules/Orchard.Forms
57b7d82487d732e4b45225e73ed870effb8e6bc4 src/Orchard.Web/Modules/Orchard.Rules 7eeb2b10fe65f82f69096ac1cb5cbfa9d861e542 src/Orchard.Web/Modules/Orchard.Rules
3d4e08a8d72d048af0dfee049d74ebf52a5054fa src/Orchard.Web/Modules/Orchard.TaskLease 7c6d6b4f2d695dd8ec23d6f3062334303082a78a src/Orchard.Web/Modules/Orchard.TaskLease
67f1b74e45363d5b65c9c8d66e1ee3a758f9bf80 src/Orchard.Web/Modules/Orchard.Tokens 3d8ff35c6f8cd1b86b084cb689d8a1f48e2f77c1 src/Orchard.Web/Modules/Orchard.Tokens

View File

@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]

View File

@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]

View File

@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]

View File

@ -32,8 +32,8 @@ using System.Security;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
// Enable web application to call this assembly in Full Trust // Enable web application to call this assembly in Full Trust
[assembly: AllowPartiallyTrustedCallers] [assembly: AllowPartiallyTrustedCallers]

View File

@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]

View File

@ -3,6 +3,6 @@ Author: Bertrand Le Roy
Description: Description:
This plug-in replaces This plug-in replaces
'the' with 'le' 'the' with 'le'
Version: 1.2.0 Version: 1.3.0
Tags: plug-in, français, the, le Tags: plug-in, français, the, le
homepage: http://weblogs.asp.net/bleroy homepage: http://weblogs.asp.net/bleroy

View File

@ -3,6 +3,6 @@ Author: Bertrand Le Roy
Description: Description:
This plug-in replaces This plug-in replaces
'the' with 'le' 'the' with 'le'
Version: 1.2.0 Version: 1.3.0
Tags: plug-in, français, the, le Tags: plug-in, français, the, le
homepage: http://weblogs.asp.net/bleroy homepage: http://weblogs.asp.net/bleroy

View File

@ -34,5 +34,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]

View File

@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The common module introduces content parts that are going to be used by most content types (common, body and routable). Description: The common module introduces content parts that are going to be used by most content types (common, body and routable).
FeatureDescription: Core content parts. FeatureDescription: Core content parts.
Dependencies: Settings Dependencies: Settings

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The containers module introduces container and containable behaviors for content items. Description: The containers module introduces container and containable behaviors for content items.
FeatureDescription: Container and containable parts to enable parent-child relationships between content items. FeatureDescription: Container and containable parts to enable parent-child relationships between content items.
Dependencies: Contents, Routable Dependencies: Contents, Routable

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The contents module enables the creation of custom content types. Description: The contents module enables the creation of custom content types.
Features: Features:
Contents Contents

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The dashboard module is providing the dashboard screen of the admininstration UI of the application. Description: The dashboard module is providing the dashboard screen of the admininstration UI of the application.
FeatureDescription: Standard admin dashboard. FeatureDescription: Standard admin dashboard.
Category: Core Category: Core

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The Feeds module is providing RSS feeds to content items. Description: The Feeds module is providing RSS feeds to content items.
FeatureDescription: RSS feeds for content items. FeatureDescription: RSS feeds for content items.
Category: Syndication Category: Syndication

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The HomePage module enables the promotion of a content item or container to be the home page of the site. Description: The HomePage module enables the promotion of a content item or container to be the home page of the site.
FeatureDescription: Standard site home page that allows a specified content type or container to *be* the home page. FeatureDescription: Standard site home page that allows a specified content type or container to *be* the home page.
Category: Core Category: Core

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The navigation module creates and manages a simple navigation menu for the front-end of the application and allows you to add content items to the admin menu. Description: The navigation module creates and manages a simple navigation menu for the front-end of the application and allows you to add content items to the admin menu.
FeatureDescription: Menu management. FeatureDescription: Menu management.
Category: Core Category: Core

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The dashboard module is providing the reports screen of the application. Description: The dashboard module is providing the reports screen of the application.
FeatureDescription: Reports management. FeatureDescription: Reports management.
Category: Core Category: Core

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The routable module enables content items to be accessed through a friendly human-readable URL. Description: The routable module enables content items to be accessed through a friendly human-readable URL.
FeatureDescription: Routable content part. FeatureDescription: Routable content part.
Dependencies: Settings Dependencies: Settings

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The scheduling module enables background task scheduling. Description: The scheduling module enables background task scheduling.
FeatureDescription: Scheduled background tasks. FeatureDescription: Scheduled background tasks.
Category: Core Category: Core

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The settings module creates site settings that other modules can contribute to. Description: The settings module creates site settings that other modules can contribute to.
FeatureDescription: Site settings. FeatureDescription: Site settings.
Category: Core Category: Core

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The shapes module contains core shape templates and display hooks. Description: The shapes module contains core shape templates and display hooks.
FeatureDescription: Core shape templates and display hooks. FeatureDescription: Core shape templates and display hooks.
Category: Core Category: Core

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The title module enables content items to have titles. Description: The title module enables content items to have titles.
FeatureDescription: Title content part. FeatureDescription: Title content part.
Category: Core Category: Core

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The XmlRpc module enables creation of contents from client applications such as LiveWriter. Description: The XmlRpc module enables creation of contents from client applications such as LiveWriter.
FeatureDescription: XML-RPC opt-in implementation. FeatureDescription: XML-RPC opt-in implementation.
Category: Content Publishing Category: Content Publishing

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The Lucene module enables the site to be indexed using Lucene.NET. The index generated by this module can then be used by the search module to provide an integrated full-text search experience to a web site. Description: The Lucene module enables the site to be indexed using Lucene.NET. The index generated by this module can then be used by the search module to provide an integrated full-text search experience to a web site.
FeatureDescription: Lucene indexing services. FeatureDescription: Lucene indexing services.
Category: Search Category: Search

View File

@ -8,7 +8,7 @@ using System.Security;
[assembly: AssemblyTitle("Lucene")] [assembly: AssemblyTitle("Lucene")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Lucene")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -83,6 +83,7 @@
<Content Include="Views\Web.config" /> <Content Include="Views\Web.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ResourceManifest.cs" /> <Compile Include="ResourceManifest.cs" />
<Compile Include="Services\MarkdownFilter.cs" /> <Compile Include="Services\MarkdownFilter.cs" />
</ItemGroup> </ItemGroup>

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The Markdown module enables rich text contents to be created using the Markdown syntax. Description: The Markdown module enables rich text contents to be created using the Markdown syntax.
FeatureDescription: Markdown editor. FeatureDescription: Markdown editor.
Category: Input Editor Category: Input Editor

View File

@ -0,0 +1,32 @@
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
[assembly: AssemblyTitle("Markdown")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("146F4A3C-C611-4B60-A046-AC5C48D25C70")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent]

View File

@ -3,8 +3,8 @@ Path: ArchiveLater
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The ArchiveLater module introduces scheduled archiving functionality. Description: The ArchiveLater module introduces scheduled archiving functionality.
FeatureDescription: Scheduled archiving. FeatureDescription: Scheduled archiving.
Category: Content Category: Content

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The Orchard Blogs module is implementing basic blogging features. Description: The Orchard Blogs module is implementing basic blogging features.
FeatureDescription: A simple web log. FeatureDescription: A simple web log.
Dependencies: Shapes, Common, Routable, Feeds, Navigation, Orchard.Widgets, Orchard.jQuery, Orchard.PublishLater Dependencies: Shapes, Common, Routable, Feeds, Navigation, Orchard.Widgets, Orchard.jQuery, Orchard.PublishLater

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: Tools to create Orchard components. Description: Tools to create Orchard components.
FeatureDescription: Tools to create Orchard components. FeatureDescription: Tools to create Orchard components.
Category: Developer Category: Developer

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The comments system implemented by this module can be applied to arbitrary Orchard content types, such as blogs and pages. It includes comment validation and spam protection through the Akismet service. Description: The comments system implemented by this module can be applied to arbitrary Orchard content types, such as blogs and pages. It includes comment validation and spam protection through the Akismet service.
Features: Features:
Orchard.Comments: Orchard.Comments:

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly:SecurityTransparent] [assembly:SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: ContentTypes modules enables the creation and alteration of content types not based on code. Description: ContentTypes modules enables the creation and alteration of content types not based on code.
Dependencies: Contents Dependencies: Contents
Category: Content Category: Content

View File

@ -8,7 +8,7 @@ using System.Security;
[assembly: AssemblyTitle("Orchard.ContentTypes")] [assembly: AssemblyTitle("Orchard.ContentTypes")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard.ContentTypes")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: Contains designer tools to ease the Themes development process Description: Contains designer tools to ease the Themes development process
FeatureName: Shape Tracing FeatureName: Shape Tracing
Category: Designer Category: Designer

View File

@ -1,6 +1,7 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Security;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
@ -9,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -30,5 +31,6 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The Email Messaging module adds Email sending functionalities. Description: The Email Messaging module adds Email sending functionalities.
Features: Features:
Orchard.Email: Orchard.Email:

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: An assortment of debugging tools. Description: An assortment of debugging tools.
Category: Developer Category: Developer
Features: Features:

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -3,8 +3,8 @@ Path: ImportExport
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: Provides content item data import and export capability. Description: Provides content item data import and export capability.
FeatureDescription: Imports and exports content item data FeatureDescription: Imports and exports content item data
Category: Content Category: Content

View File

@ -8,7 +8,7 @@ using System.Security;
[assembly: AssemblyTitle("Orchard.ImportExport")] [assembly: AssemblyTitle("Orchard.ImportExport")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard.ImportExport")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The Indexing module enables the site to be indexed. The index generated by this module can then be used by the search module to provide an integrated full-text search experience to a web site. Description: The Indexing module enables the site to be indexed. The index generated by this module can then be used by the search module to provide an integrated full-text search experience to a web site.
FeatureDescription: Indexing infrastructure. Requires an index implementation like the Lucene module. FeatureDescription: Indexing infrastructure. Requires an index implementation like the Lucene module.
Category: Search Category: Search

View File

@ -8,7 +8,7 @@ using System.Security;
[assembly: AssemblyTitle("Orchard.Indexing")] [assembly: AssemblyTitle("Orchard.Indexing")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard.Indexing")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: Introduces a preconfigured container-enabled content type. Description: Introduces a preconfigured container-enabled content type.
FeatureDescription: A basic container-enabled content type. FeatureDescription: A basic container-enabled content type.
Dependencies: Contents, Containers, Navigation Dependencies: Contents, Containers, Navigation

View File

@ -9,7 +9,7 @@ using System.Security;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright <EFBFBD> Outercurve Foundation 2009")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The localization module enables the localization of content items. Description: The localization module enables the localization of content items.
FeatureDescription: Localize content items. FeatureDescription: Localize content items.
Dependencies: Settings Dependencies: Settings

View File

@ -8,7 +8,7 @@ using System.Security;
[assembly: AssemblyTitle("Orchard.Localization")] [assembly: AssemblyTitle("Orchard.Localization")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard.Localization")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -31,6 +31,6 @@ using System.Security;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The media module offer basic media management features. It currently only supports image files. Storage goes into the current Orchard file system, which can be the server's physical file system or Azure blob storage. Description: The media module offer basic media management features. It currently only supports image files. Storage goes into the current Orchard file system, which can be the server's physical file system or Azure blob storage.
FeatureDescription: File system based media upload, storage and management. FeatureDescription: File system based media upload, storage and management.
Category: Media Category: Media

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -3,8 +3,8 @@ Path: MediaPicker
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: Description for the module Description: Description for the module
Dependencies: Orchard.Media, Orchard.jQuery Dependencies: Orchard.Media, Orchard.jQuery
FeatureDescription: UI for browsing for, uploading, or selecting an image for an HTML editor. FeatureDescription: UI for browsing for, uploading, or selecting an image for an HTML editor.

View File

@ -1,6 +1,7 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Security;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
@ -9,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -30,5 +31,6 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The Messaging module adds messaging functionalities. Description: The Messaging module adds messaging functionalities.
FeatureDescription: Messaging services. FeatureDescription: Messaging services.
Category: Messaging Category: Messaging

View File

@ -8,7 +8,7 @@ using System.Security;
[assembly: AssemblyTitle("Orchard.Messaging")] [assembly: AssemblyTitle("Orchard.Messaging")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard.Messaging")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -31,6 +31,6 @@ using System.Security;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: Data migration commands. Description: Data migration commands.
FeatureDescription: Data migration commands. FeatureDescription: Data migration commands.
Category: Developer Category: Developer

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The Modules module enables the administrator of the site to manage the installed modules as well as activate and de-activate features. Description: The Modules module enables the administrator of the site to manage the installed modules as well as activate and de-activate features.
FeatureDescription: Standard module and feature management. FeatureDescription: Standard module and feature management.
Category: Core Category: Core

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The multi-tenancy module enables multiple Orchard sites to run in isolation inside of a single web application, improving site density on a single server or hosted account. Description: The multi-tenancy module enables multiple Orchard sites to run in isolation inside of a single web application, improving site density on a single server or hosted account.
FeatureDescription: Configure multiple site tenants. FeatureDescription: Configure multiple site tenants.
Category: Hosting Category: Hosting

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The packaging module enables packaging modules using the OPC format. Description: The packaging module enables packaging modules using the OPC format.
FeatureDescription: Commands for creating/installing local modules. FeatureDescription: Commands for creating/installing local modules.
Category: Packaging Category: Packaging

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: Introduces a preconfigured page content type. Description: Introduces a preconfigured page content type.
FeatureDescription: A basic page content type. FeatureDescription: A basic page content type.
Dependencies: Contents Dependencies: Contents

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -3,8 +3,8 @@ Path: PublishLater
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The PublishLater module introduces draft creation and scheduled publishing functionality. Description: The PublishLater module introduces draft creation and scheduled publishing functionality.
FeatureDescription: Draft creation and scheduled publishing. FeatureDescription: Draft creation and scheduled publishing.
Category: Content Category: Content

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: Provides Orchard Recipes. Description: Provides Orchard Recipes.
FeatureDescription: Implementation of Orchard recipes. FeatureDescription: Implementation of Orchard recipes.
Category: Core Category: Core

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The roles module is adding the ability to assign roles to users. It's also providing a set of default roles for which other modules can define default permissions. Description: The roles module is adding the ability to assign roles to users. It's also providing a set of default roles for which other modules can define default permissions.
FeatureDescription: Standard user roles. FeatureDescription: Standard user roles.
Category: Core Category: Core

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The DLR scripting module enables the possibility to execute scripts using the DLR. Description: The DLR scripting module enables the possibility to execute scripts using the DLR.
FeatureDescription: DLR scripting support. FeatureDescription: DLR scripting support.
Dependencies: Orchard.Scripting Dependencies: Orchard.Scripting

View File

@ -8,7 +8,7 @@ using System.Security;
[assembly: AssemblyTitle("Orchard.Scripting.Dlr")] [assembly: AssemblyTitle("Orchard.Scripting.Dlr")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard.Scripting.Dlr")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2019")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2019")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The scripting module enables the possibility to execute scripts using a simple custom scripting language. Description: The scripting module enables the possibility to execute scripts using a simple custom scripting language.
FeatureDescription: Scripting support. FeatureDescription: Scripting support.
Category: Scripting Category: Scripting

View File

@ -8,7 +8,7 @@ using System.Security;
[assembly: AssemblyTitle("Orchard.Scripting")] [assembly: AssemblyTitle("Orchard.Scripting")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard.Scripting")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2010")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2010")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The search module enables the management of the search index and provides the front-end searching user interface. Description: The search module enables the management of the search index and provides the front-end searching user interface.
FeatureDescription: Standard interface to Orchard's built-in search. FeatureDescription: Standard interface to Orchard's built-in search.
Category: Search Category: Search

View File

@ -8,7 +8,7 @@ using System.Security;
[assembly: AssemblyTitle("Orchard.Search")] [assembly: AssemblyTitle("Orchard.Search")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard.Search")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -1,8 +1,8 @@
Name: Setup Name: Setup
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The setup module is creating the application's setup experience. Description: The setup module is creating the application's setup experience.
FeatureDescription: Standard site setup. This feature is disabled automatically once setup is over. FeatureDescription: Standard site setup. This feature is disabled automatically once setup is over.
Category: Core Category: Core

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The tags module is providing basic tagging for arbitrary content types. Description: The tags module is providing basic tagging for arbitrary content types.
FeatureDescription: Tag a content item. FeatureDescription: Tag a content item.
Dependencies: Settings Dependencies: Settings

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The themes module makes it possible for Orchard applications to customize the look and feel of an Orchard web site. Description: The themes module makes it possible for Orchard applications to customize the look and feel of an Orchard web site.
FeatureDescription: Basic theming capability. FeatureDescription: Basic theming capability.
Category: Core Category: Core

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The users module enables user management. Description: The users module enables user management.
FeatureDescription: Standard users. FeatureDescription: Standard users.
Category: Core Category: Core

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: Provides a mecanism to generate a static version of pages for being used during application warm up. Description: Provides a mecanism to generate a static version of pages for being used during application warm up.
FeatureDescription: Generates the static version of specific pages periodically. FeatureDescription: Generates the static version of specific pages periodically.
Category: Hosting Category: Hosting

View File

@ -1,6 +1,7 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Security;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
@ -9,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -30,5 +31,6 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: An implementation of widgets for Orchard. Description: An implementation of widgets for Orchard.
FeatureDescription: An implementation of widgets. FeatureDescription: An implementation of widgets.
Category: Widget Category: Widget

View File

@ -8,7 +8,7 @@ using System.Security;
[assembly: AssemblyTitle("Orchard.Widgets")] [assembly: AssemblyTitle("Orchard.Widgets")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard.Widgets")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")] [assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -3,8 +3,8 @@ Path: Orchard.jQuery
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The jQuery module contains the jQuery and related script libraries. Description: The jQuery module contains the jQuery and related script libraries.
FeatureDescription: A common location for jQuery and related script libraries. FeatureDescription: A common location for jQuery and related script libraries.
Category: Core Category: Core

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.2.0 Version: 1.3.0
OrchardVersion: 1.2.0 OrchardVersion: 1.3.0
Description: The TinyMCE module enables rich text contents to be created using a "What You See Is What You Get" user interface. Description: The TinyMCE module enables rich text contents to be created using a "What You See Is What You Get" user interface.
FeatureDescription: TinyMCE HTML WYSIWYG editor. FeatureDescription: TinyMCE HTML WYSIWYG editor.
Category: Input Editor Category: Input Editor

View File

@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -34,6 +34,6 @@ using System.Security;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent] [assembly: SecurityTransparent]

View File

@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.2.0")] [assembly: AssemblyFileVersion("1.3.0")]

Some files were not shown because too many files have changed in this diff Show More