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

@@ -8,7 +8,7 @@ using System.Security;
[assembly: AssemblyTitle("Orchard.ImportExport")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard.ImportExport")]
[assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -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("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
[assembly: SecurityTransparent]