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

@@ -6,27 +6,10 @@ using System.Runtime.CompilerServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyTitle("umbraco.editorControls")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
//
// 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.*")]
//
// In order to sign your assembly you must specify a key to use. Refer to the