fixing javascript error with tab view in media picker for tinyMCE

fixing assembly versioning so that all umbraco assemblies have the same version
~AP

[TFS Changeset #70951]
This commit is contained in:
hartvig
2010-06-23 14:12:16 +00:00
parent 25e0fd1151
commit cfb088ee07
30 changed files with 74 additions and 225 deletions

View File

@@ -8,11 +8,11 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("umbraco.controls")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("netMedia.dk ApS")]
//[assembly: AssemblyCompany("netMedia.dk ApS")]
[assembly: AssemblyProduct("umbraco.controls")]
[assembly: AssemblyCopyright("Copyright © netMedia.dk ApS 2008")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
//[assembly: AssemblyCopyright("Copyright © netMedia.dk ApS 2008")]
//[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
@@ -22,14 +22,3 @@ using System.Runtime.InteropServices;
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("1292737a-7e2d-464a-9850-9380792f668e")]
// 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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]