diff --git a/LinqToUmbraco/src/umbraco.Linq/Solution Items/SolutionInfo.cs b/LinqToUmbraco/src/umbraco.Linq/Solution Items/SolutionInfo.cs index b93021e598..483a13c3d6 100644 --- a/LinqToUmbraco/src/umbraco.Linq/Solution Items/SolutionInfo.cs +++ b/LinqToUmbraco/src/umbraco.Linq/Solution Items/SolutionInfo.cs @@ -2,11 +2,11 @@ using System.Reflection; using System.Resources; [assembly: AssemblyCompany("umbraco")] -[assembly: AssemblyCopyright("Copyright © 2009")] +[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguageAttribute("en-US")] -[assembly: AssemblyVersion("0.0.1.*")] -[assembly: AssemblyFileVersion("0.0.1.0")] + +[assembly: AssemblyVersion("1.0.*")] diff --git a/components/editorControls/AssemblyInfo.cs b/components/editorControls/AssemblyInfo.cs index cced87bf05..5a07eb0eb1 100644 --- a/components/editorControls/AssemblyInfo.cs +++ b/components/editorControls/AssemblyInfo.cs @@ -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 diff --git a/components/editorControls/umbraco.editorControls.csproj b/components/editorControls/umbraco.editorControls.csproj index 18c6991e34..9f7e84b9e1 100644 --- a/components/editorControls/umbraco.editorControls.csproj +++ b/components/editorControls/umbraco.editorControls.csproj @@ -160,6 +160,9 @@ + + SolutionInfo.cs + Code diff --git a/components/macroRenderings/AssemblyInfo.cs b/components/macroRenderings/AssemblyInfo.cs index 177a4f0e70..c09da3d1a0 100644 --- a/components/macroRenderings/AssemblyInfo.cs +++ b/components/macroRenderings/AssemblyInfo.cs @@ -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.macroRenderings")] [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 diff --git a/components/macroRenderings/umbraco.macroRenderings.csproj b/components/macroRenderings/umbraco.macroRenderings.csproj index 2cb1d1fec5..8a2ac33a75 100644 --- a/components/macroRenderings/umbraco.macroRenderings.csproj +++ b/components/macroRenderings/umbraco.macroRenderings.csproj @@ -148,6 +148,9 @@ + + SolutionInfo.cs + Code diff --git a/components/umbraco.controls/Properties/AssemblyInfo.cs b/components/umbraco.controls/Properties/AssemblyInfo.cs index 5cda516de5..398c9a4716 100644 --- a/components/umbraco.controls/Properties/AssemblyInfo.cs +++ b/components/umbraco.controls/Properties/AssemblyInfo.cs @@ -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")] diff --git a/components/umbraco.controls/umbraco.controls.csproj b/components/umbraco.controls/umbraco.controls.csproj index cdd1c8593f..22c2108413 100644 --- a/components/umbraco.controls/umbraco.controls.csproj +++ b/components/umbraco.controls/umbraco.controls.csproj @@ -77,6 +77,9 @@ + + Properties\SolutionInfo.cs + diff --git a/components/umbraco.webservices/Properties/AssemblyInfo.cs b/components/umbraco.webservices/Properties/AssemblyInfo.cs index 662c5136de..2dbcc08e7a 100644 --- a/components/umbraco.webservices/Properties/AssemblyInfo.cs +++ b/components/umbraco.webservices/Properties/AssemblyInfo.cs @@ -8,11 +8,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("umbraco.webservices")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("umbraco.webservices")] -[assembly: AssemblyCopyright("Copyright © 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 @@ -21,16 +17,3 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("58e13174-1338-40a8-b864-f47c7678a976")] - -// 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 Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/components/umbraco.webservices/umbraco.webservices.csproj b/components/umbraco.webservices/umbraco.webservices.csproj index a0ae12d6f9..45ade52df6 100644 --- a/components/umbraco.webservices/umbraco.webservices.csproj +++ b/components/umbraco.webservices/umbraco.webservices.csproj @@ -68,6 +68,9 @@ + + Properties\SolutionInfo.cs + Component diff --git a/umbraco.Test/Properties/AssemblyInfo.cs b/umbraco.Test/Properties/AssemblyInfo.cs index 69339e7adc..b1c866b616 100644 --- a/umbraco.Test/Properties/AssemblyInfo.cs +++ b/umbraco.Test/Properties/AssemblyInfo.cs @@ -8,11 +8,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("umbraco.Test")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("umbraco.Test")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2010")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM componenets. If you need to access a type in this assembly from @@ -20,16 +16,4 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("662e3518-c5af-49ea-a195-dee4b94a522d")] - -// 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")] +[assembly: Guid("662e3518-c5af-49ea-a195-dee4b94a522d")] \ No newline at end of file diff --git a/umbraco.Test/umbraco.Test.csproj b/umbraco.Test/umbraco.Test.csproj index ef3aadd68f..1f246054f0 100644 --- a/umbraco.Test/umbraco.Test.csproj +++ b/umbraco.Test/umbraco.Test.csproj @@ -137,6 +137,9 @@ + + Properties\SolutionInfo.cs + diff --git a/umbraco/businesslogic/AssemblyInfo.cs b/umbraco/businesslogic/AssemblyInfo.cs index 177a4f0e70..8cf17f82b9 100644 --- a/umbraco/businesslogic/AssemblyInfo.cs +++ b/umbraco/businesslogic/AssemblyInfo.cs @@ -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.businesslogic")] [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 diff --git a/umbraco/businesslogic/umbraco.businesslogic.csproj b/umbraco/businesslogic/umbraco.businesslogic.csproj index 486b6ee867..f74db9c68c 100644 --- a/umbraco/businesslogic/umbraco.businesslogic.csproj +++ b/umbraco/businesslogic/umbraco.businesslogic.csproj @@ -127,6 +127,9 @@ + + SolutionInfo.cs + Code diff --git a/umbraco/cms/Properties/AssemblyInfo.cs b/umbraco/cms/Properties/AssemblyInfo.cs index 26947c219a..9e2b8df436 100644 --- a/umbraco/cms/Properties/AssemblyInfo.cs +++ b/umbraco/cms/Properties/AssemblyInfo.cs @@ -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.cms")] [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 diff --git a/umbraco/cms/umbraco.cms.csproj b/umbraco/cms/umbraco.cms.csproj index 926a5fd3b6..7871710bfd 100644 --- a/umbraco/cms/umbraco.cms.csproj +++ b/umbraco/cms/umbraco.cms.csproj @@ -148,6 +148,9 @@ + + Properties\SolutionInfo.cs + Code diff --git a/umbraco/datalayer/Properties/AssemblyInfo.cs b/umbraco/datalayer/Properties/AssemblyInfo.cs index f16cce5d38..284c904265 100644 --- a/umbraco/datalayer/Properties/AssemblyInfo.cs +++ b/umbraco/datalayer/Properties/AssemblyInfo.cs @@ -16,11 +16,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("Umbraco Data Layer")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Umbraco Data Layer")] -[assembly: AssemblyCopyright("Copyright ©2008 Ruben Verborgh")] -[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 @@ -29,15 +25,3 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("6210756f-436d-4536-bad3-d7b000e1694f")] - -// 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("0.3.0.0")] -[assembly: AssemblyFileVersion("0.3.0.0")] diff --git a/umbraco/datalayer/umbraco.datalayer.csproj b/umbraco/datalayer/umbraco.datalayer.csproj index 8d4ffad3bc..e1e05b7d64 100644 --- a/umbraco/datalayer/umbraco.datalayer.csproj +++ b/umbraco/datalayer/umbraco.datalayer.csproj @@ -86,6 +86,9 @@ + + Properties\SolutionInfo.cs + diff --git a/umbraco/interfaces/AssemblyInfo.cs b/umbraco/interfaces/AssemblyInfo.cs index 177a4f0e70..bb21d8bdcb 100644 --- a/umbraco/interfaces/AssemblyInfo.cs +++ b/umbraco/interfaces/AssemblyInfo.cs @@ -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.interfaces")] [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 diff --git a/umbraco/interfaces/umbraco.interfaces.csproj b/umbraco/interfaces/umbraco.interfaces.csproj index fafbfef01a..4502c73dee 100644 --- a/umbraco/interfaces/umbraco.interfaces.csproj +++ b/umbraco/interfaces/umbraco.interfaces.csproj @@ -114,6 +114,9 @@ + + SolutionInfo.cs + Code diff --git a/umbraco/presentation/AssemblyInfo.cs b/umbraco/presentation/Properties/AssemblyInfo.cs similarity index 80% rename from umbraco/presentation/AssemblyInfo.cs rename to umbraco/presentation/Properties/AssemblyInfo.cs index cced87bf05..7d15bc7671 100644 --- a/umbraco/presentation/AssemblyInfo.cs +++ b/umbraco/presentation/Properties/AssemblyInfo.cs @@ -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.presentation")] [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 diff --git a/umbraco/presentation/config/restExtensions.config b/umbraco/presentation/config/restExtensions.config index 991dde0bc7..ef5990acaf 100644 --- a/umbraco/presentation/config/restExtensions.config +++ b/umbraco/presentation/config/restExtensions.config @@ -10,4 +10,8 @@ --> + + + + \ No newline at end of file diff --git a/umbraco/presentation/config/umbracoSettings.config b/umbraco/presentation/config/umbracoSettings.config index aacd551e8d..112086075a 100644 --- a/umbraco/presentation/config/umbracoSettings.config +++ b/umbraco/presentation/config/umbracoSettings.config @@ -150,4 +150,4 @@ - + \ No newline at end of file diff --git a/umbraco/presentation/config/xsltExtensions.config b/umbraco/presentation/config/xsltExtensions.config index 2dcd626a97..e28effb022 100644 --- a/umbraco/presentation/config/xsltExtensions.config +++ b/umbraco/presentation/config/xsltExtensions.config @@ -1,3 +1,7 @@ - + - \ No newline at end of file + + + + + \ No newline at end of file diff --git a/umbraco/presentation/umbraco.presentation.csproj b/umbraco/presentation/umbraco.presentation.csproj index 1b775ec80e..33eb4ebf49 100644 --- a/umbraco/presentation/umbraco.presentation.csproj +++ b/umbraco/presentation/umbraco.presentation.csproj @@ -212,7 +212,10 @@ - + + Properties\SolutionInfo.cs + + Code @@ -2845,7 +2848,6 @@ umbraco.xsd - diff --git a/umbraco/presentation/umbraco_client/tabview/javascript.js b/umbraco/presentation/umbraco_client/tabview/javascript.js index 5b6015c3b4..eacb1525d5 100644 --- a/umbraco/presentation/umbraco_client/tabview/javascript.js +++ b/umbraco/presentation/umbraco_client/tabview/javascript.js @@ -8,18 +8,18 @@ Umbraco.Controls.TabView = (function () { var obj = { setActiveTab: function (tabviewid, tabid, tabs) { for (var i = 0; i < tabs.length; i++) { - $("#" + tabs[i]).attr("class", "tabOff"); - $("#" + tabs[i] + "layer").hide(); + jQuery("#" + tabs[i]).attr("class", "tabOff"); + jQuery("#" + tabs[i] + "layer").hide(); } - var activeTab = $("#" + tabid).attr("class", "tabOn"); - $("#" + tabid + "layer").show(); - $("#" + tabviewid + '_activetab').val(tabid); + var activeTab = jQuery("#" + tabid).attr("class", "tabOn"); + jQuery("#" + tabid + "layer").show(); + jQuery("#" + tabviewid + '_activetab').val(tabid); // show first tinymce toolbar - $(".tinymceMenuBar").hide(); - $(document).ready(function () { - $("#" + tabid + "layer .tinymceMenuBar:first").show(); + jQuery(".tinymceMenuBar").hide(); + jQuery(document).ready(function () { + jQuery("#" + tabid + "layer .tinymceMenuBar:first").show(); }); for (var i = 0; i < onChangeEvents.length; i++) { var fn = onChangeEvents[i]; @@ -75,7 +75,7 @@ Umbraco.Controls.TabView = (function () { // Try to grab the next one! if (nextTab != "00") { - if ($("#" + preFix + '_tab' + nextTab) != null) { + if (jQuery("#" + preFix + '_tab' + nextTab) != null) { setActiveTab(preFix, preFix + '_tab' + nextTab, eval(preFix + '_tabs')); } } @@ -83,7 +83,7 @@ Umbraco.Controls.TabView = (function () { }; return obj; -})(jQuery); +})(); function setActiveTab(tabviewid, tabid, tabs) { Umbraco.Controls.TabView.setActiveTab(tabviewid, tabid, tabs); diff --git a/umbraco/presentation/web.config.UMBRACOELISE.xslt b/umbraco/presentation/web.config.UMBRACOELISE.xslt index e203564fa6..20e07d1d59 100644 --- a/umbraco/presentation/web.config.UMBRACOELISE.xslt +++ b/umbraco/presentation/web.config.UMBRACOELISE.xslt @@ -8,7 +8,7 @@ - + 4.1.0.RC diff --git a/umbraco/providers/Properties/AssemblyInfo.cs b/umbraco/providers/Properties/AssemblyInfo.cs index c85929af3c..e249e1de24 100644 --- a/umbraco/providers/Properties/AssemblyInfo.cs +++ b/umbraco/providers/Properties/AssemblyInfo.cs @@ -8,11 +8,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("umbraco.providers")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("umbraco.providers")] -[assembly: AssemblyCopyright("Copyright © 2007")] -[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 @@ -20,16 +16,4 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5b071553-1474-44a0-9cad-52b3f3255639")] - -// 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")] +[assembly: Guid("5b071553-1474-44a0-9cad-52b3f3255639")] \ No newline at end of file diff --git a/umbraco/providers/umbraco.providers.csproj b/umbraco/providers/umbraco.providers.csproj index 89d6365041..47ad5c3226 100644 --- a/umbraco/providers/umbraco.providers.csproj +++ b/umbraco/providers/umbraco.providers.csproj @@ -69,6 +69,9 @@ + + Properties\SolutionInfo.cs + diff --git a/umbraco/umbraco.Legacy/Properties/AssemblyInfo.cs b/umbraco/umbraco.Legacy/Properties/AssemblyInfo.cs index 1454dbe9b9..44bcc57804 100644 --- a/umbraco/umbraco.Legacy/Properties/AssemblyInfo.cs +++ b/umbraco/umbraco.Legacy/Properties/AssemblyInfo.cs @@ -8,11 +8,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("umbraco.Legacy")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("umbraco.Legacy")] -[assembly: AssemblyCopyright("Copyright © 2009")] -[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 @@ -21,15 +17,3 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("3d5900ae-111a-45be-96b3-d9e4606ca793")] - -// 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")] diff --git a/umbraco/umbraco.Legacy/umbraco.Legacy.csproj b/umbraco/umbraco.Legacy/umbraco.Legacy.csproj index 2a34706a72..49d92c05d8 100644 --- a/umbraco/umbraco.Legacy/umbraco.Legacy.csproj +++ b/umbraco/umbraco.Legacy/umbraco.Legacy.csproj @@ -76,6 +76,9 @@ + + Properties\SolutionInfo.cs +