From fab627c845d980e46f1385f460c0c4d19fcabc86 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Fri, 22 Feb 2013 02:17:50 -0500 Subject: added a master version file --- MediaBrowser.Api/MediaBrowser.Api.csproj | 3 +++ MediaBrowser.Api/Properties/AssemblyInfo.cs | 4 ---- .../MediaBrowser.ApiInteraction.Javascript.csproj | 3 +++ MediaBrowser.ApiInteraction.Javascript/Properties/AssemblyInfo.cs | 6 +----- .../MediaBrowser.ApiInteraction.Portable.csproj | 3 +++ MediaBrowser.ApiInteraction.Portable/Properties/AssemblyInfo.cs | 6 +----- MediaBrowser.ApiInteraction/MediaBrowser.ApiInteraction.csproj | 3 +++ MediaBrowser.ApiInteraction/Properties/AssemblyInfo.cs | 6 +----- MediaBrowser.ClickOnce/MediaBrowser.ClickOnce.csproj | 3 +++ MediaBrowser.ClickOnce/Properties/AssemblyInfo.cs | 7 +------ MediaBrowser.Common/MediaBrowser.Common.csproj | 3 +++ MediaBrowser.Common/Properties/AssemblyInfo.cs | 6 +----- MediaBrowser.Controller/MediaBrowser.Controller.csproj | 3 +++ MediaBrowser.Controller/Properties/AssemblyInfo.cs | 6 +----- MediaBrowser.Installer/MediaBrowser.Installer.csproj | 3 +++ MediaBrowser.Installer/Properties/AssemblyInfo.cs | 7 +------ MediaBrowser.IsoMounter/MediaBrowser.IsoMounter.csproj | 3 +++ MediaBrowser.IsoMounter/Properties/AssemblyInfo.cs | 6 +----- MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj | 3 +++ MediaBrowser.Logging.NLog/Properties/AssemblyInfo.cs | 7 +------ MediaBrowser.Model/MediaBrowser.Model.csproj | 3 +++ MediaBrowser.Model/Properties/AssemblyInfo.cs | 6 +----- MediaBrowser.Server.Sqlite/MediaBrowser.Server.Sqlite.csproj | 3 +++ MediaBrowser.Server.Sqlite/Properties/AssemblyInfo.cs | 7 +------ MediaBrowser.Server.Uninstall/MediaBrowser.Server.Uninstall.csproj | 3 +++ MediaBrowser.Server.Uninstall/Properties/AssemblyInfo.cs | 7 +------ .../MediaBrowser.Server.WorldWeatherOnline.csproj | 3 +++ MediaBrowser.Server.WorldWeatherOnline/Properties/AssemblyInfo.cs | 7 +------ .../MediaBrowser.ServerApplication.csproj | 3 +++ MediaBrowser.ServerApplication/Properties/AssemblyInfo.cs | 6 +----- MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 3 +++ MediaBrowser.WebDashboard/Properties/AssemblyInfo.cs | 6 +----- SharedVersion.cs | 3 +++ 33 files changed, 66 insertions(+), 85 deletions(-) create mode 100644 SharedVersion.cs diff --git a/MediaBrowser.Api/MediaBrowser.Api.csproj b/MediaBrowser.Api/MediaBrowser.Api.csproj index 220101de5..1d204cc7a 100644 --- a/MediaBrowser.Api/MediaBrowser.Api.csproj +++ b/MediaBrowser.Api/MediaBrowser.Api.csproj @@ -73,6 +73,9 @@ + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.Api/Properties/AssemblyInfo.cs b/MediaBrowser.Api/Properties/AssemblyInfo.cs index ad5fb78d9..c68952291 100644 --- a/MediaBrowser.Api/Properties/AssemblyInfo.cs +++ b/MediaBrowser.Api/Properties/AssemblyInfo.cs @@ -28,7 +28,3 @@ using System.Runtime.InteropServices; // 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("2.9.*")] diff --git a/MediaBrowser.ApiInteraction.Javascript/MediaBrowser.ApiInteraction.Javascript.csproj b/MediaBrowser.ApiInteraction.Javascript/MediaBrowser.ApiInteraction.Javascript.csproj index 984a28ad7..dde00e984 100644 --- a/MediaBrowser.ApiInteraction.Javascript/MediaBrowser.ApiInteraction.Javascript.csproj +++ b/MediaBrowser.ApiInteraction.Javascript/MediaBrowser.ApiInteraction.Javascript.csproj @@ -77,6 +77,9 @@ + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.ApiInteraction.Javascript/Properties/AssemblyInfo.cs b/MediaBrowser.ApiInteraction.Javascript/Properties/AssemblyInfo.cs index 7dc30763f..1a0333e49 100644 --- a/MediaBrowser.ApiInteraction.Javascript/Properties/AssemblyInfo.cs +++ b/MediaBrowser.ApiInteraction.Javascript/Properties/AssemblyInfo.cs @@ -27,8 +27,4 @@ using System.Runtime.InteropServices; // 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("2.9.*")] +// \ No newline at end of file diff --git a/MediaBrowser.ApiInteraction.Portable/MediaBrowser.ApiInteraction.Portable.csproj b/MediaBrowser.ApiInteraction.Portable/MediaBrowser.ApiInteraction.Portable.csproj index e072c60b0..2b6b0b123 100644 --- a/MediaBrowser.ApiInteraction.Portable/MediaBrowser.ApiInteraction.Portable.csproj +++ b/MediaBrowser.ApiInteraction.Portable/MediaBrowser.ApiInteraction.Portable.csproj @@ -38,6 +38,9 @@ AsyncHttpClient.cs + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.ApiInteraction.Portable/Properties/AssemblyInfo.cs b/MediaBrowser.ApiInteraction.Portable/Properties/AssemblyInfo.cs index 9da21151a..e14673826 100644 --- a/MediaBrowser.ApiInteraction.Portable/Properties/AssemblyInfo.cs +++ b/MediaBrowser.ApiInteraction.Portable/Properties/AssemblyInfo.cs @@ -20,8 +20,4 @@ using System.Resources; // 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("2.9.*")] +// \ No newline at end of file diff --git a/MediaBrowser.ApiInteraction/MediaBrowser.ApiInteraction.csproj b/MediaBrowser.ApiInteraction/MediaBrowser.ApiInteraction.csproj index 23f43d125..f3a25e897 100644 --- a/MediaBrowser.ApiInteraction/MediaBrowser.ApiInteraction.csproj +++ b/MediaBrowser.ApiInteraction/MediaBrowser.ApiInteraction.csproj @@ -52,6 +52,9 @@ + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.ApiInteraction/Properties/AssemblyInfo.cs b/MediaBrowser.ApiInteraction/Properties/AssemblyInfo.cs index bdacad9d1..e4ed8a6ad 100644 --- a/MediaBrowser.ApiInteraction/Properties/AssemblyInfo.cs +++ b/MediaBrowser.ApiInteraction/Properties/AssemblyInfo.cs @@ -27,8 +27,4 @@ using System.Runtime.InteropServices; // 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("2.9.*")] +// \ No newline at end of file diff --git a/MediaBrowser.ClickOnce/MediaBrowser.ClickOnce.csproj b/MediaBrowser.ClickOnce/MediaBrowser.ClickOnce.csproj index 00370bfcd..e6496eae8 100644 --- a/MediaBrowser.ClickOnce/MediaBrowser.ClickOnce.csproj +++ b/MediaBrowser.ClickOnce/MediaBrowser.ClickOnce.csproj @@ -40,6 +40,9 @@ + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.ClickOnce/Properties/AssemblyInfo.cs b/MediaBrowser.ClickOnce/Properties/AssemblyInfo.cs index 1faa44e01..c3947b648 100644 --- a/MediaBrowser.ClickOnce/Properties/AssemblyInfo.cs +++ b/MediaBrowser.ClickOnce/Properties/AssemblyInfo.cs @@ -28,9 +28,4 @@ using System.Runtime.InteropServices; // 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")] +// \ No newline at end of file diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj index c7b162dee..d30dd703b 100644 --- a/MediaBrowser.Common/MediaBrowser.Common.csproj +++ b/MediaBrowser.Common/MediaBrowser.Common.csproj @@ -120,6 +120,9 @@ + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.Common/Properties/AssemblyInfo.cs b/MediaBrowser.Common/Properties/AssemblyInfo.cs index 76a95f845..d7bbb6f3a 100644 --- a/MediaBrowser.Common/Properties/AssemblyInfo.cs +++ b/MediaBrowser.Common/Properties/AssemblyInfo.cs @@ -27,8 +27,4 @@ using System.Runtime.InteropServices; // 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("2.9.*")] +// \ No newline at end of file diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 27d67fd17..3978e6e39 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -75,6 +75,9 @@ + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.Controller/Properties/AssemblyInfo.cs b/MediaBrowser.Controller/Properties/AssemblyInfo.cs index f48500878..a5abf79ee 100644 --- a/MediaBrowser.Controller/Properties/AssemblyInfo.cs +++ b/MediaBrowser.Controller/Properties/AssemblyInfo.cs @@ -27,8 +27,4 @@ using System.Runtime.InteropServices; // 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("2.9.*")] +// \ No newline at end of file diff --git a/MediaBrowser.Installer/MediaBrowser.Installer.csproj b/MediaBrowser.Installer/MediaBrowser.Installer.csproj index a32b88d65..b46075df1 100644 --- a/MediaBrowser.Installer/MediaBrowser.Installer.csproj +++ b/MediaBrowser.Installer/MediaBrowser.Installer.csproj @@ -101,6 +101,9 @@ MSBuild:Compile Designer + + Properties\SharedVersion.cs + App.xaml Code diff --git a/MediaBrowser.Installer/Properties/AssemblyInfo.cs b/MediaBrowser.Installer/Properties/AssemblyInfo.cs index c7f552990..66ed12d73 100644 --- a/MediaBrowser.Installer/Properties/AssemblyInfo.cs +++ b/MediaBrowser.Installer/Properties/AssemblyInfo.cs @@ -47,9 +47,4 @@ using System.Windows; // 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")] +// \ No newline at end of file diff --git a/MediaBrowser.IsoMounter/MediaBrowser.IsoMounter.csproj b/MediaBrowser.IsoMounter/MediaBrowser.IsoMounter.csproj index 2dd1fa8b6..1af10a30e 100644 --- a/MediaBrowser.IsoMounter/MediaBrowser.IsoMounter.csproj +++ b/MediaBrowser.IsoMounter/MediaBrowser.IsoMounter.csproj @@ -62,6 +62,9 @@ + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.IsoMounter/Properties/AssemblyInfo.cs b/MediaBrowser.IsoMounter/Properties/AssemblyInfo.cs index 6908aa754..f4eb2bd3c 100644 --- a/MediaBrowser.IsoMounter/Properties/AssemblyInfo.cs +++ b/MediaBrowser.IsoMounter/Properties/AssemblyInfo.cs @@ -27,8 +27,4 @@ using System.Runtime.InteropServices; // 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.*")] \ No newline at end of file +// \ No newline at end of file diff --git a/MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj b/MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj index e24373aeb..592e09a83 100644 --- a/MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj +++ b/MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj @@ -44,6 +44,9 @@ + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.Logging.NLog/Properties/AssemblyInfo.cs b/MediaBrowser.Logging.NLog/Properties/AssemblyInfo.cs index 35e100281..345d727be 100644 --- a/MediaBrowser.Logging.NLog/Properties/AssemblyInfo.cs +++ b/MediaBrowser.Logging.NLog/Properties/AssemblyInfo.cs @@ -28,9 +28,4 @@ using System.Runtime.InteropServices; // 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")] +// \ No newline at end of file diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj index 14ab663d3..f445567f1 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/MediaBrowser.Model/MediaBrowser.Model.csproj @@ -37,6 +37,9 @@ Always + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.Model/Properties/AssemblyInfo.cs b/MediaBrowser.Model/Properties/AssemblyInfo.cs index e11715317..fabfd908b 100644 --- a/MediaBrowser.Model/Properties/AssemblyInfo.cs +++ b/MediaBrowser.Model/Properties/AssemblyInfo.cs @@ -20,8 +20,4 @@ using System.Resources; // 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("2.9.*")] +// \ No newline at end of file diff --git a/MediaBrowser.Server.Sqlite/MediaBrowser.Server.Sqlite.csproj b/MediaBrowser.Server.Sqlite/MediaBrowser.Server.Sqlite.csproj index b4e8dba89..f4fb64ea5 100644 --- a/MediaBrowser.Server.Sqlite/MediaBrowser.Server.Sqlite.csproj +++ b/MediaBrowser.Server.Sqlite/MediaBrowser.Server.Sqlite.csproj @@ -51,6 +51,9 @@ + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.Server.Sqlite/Properties/AssemblyInfo.cs b/MediaBrowser.Server.Sqlite/Properties/AssemblyInfo.cs index 905af0e8c..7c69b5544 100644 --- a/MediaBrowser.Server.Sqlite/Properties/AssemblyInfo.cs +++ b/MediaBrowser.Server.Sqlite/Properties/AssemblyInfo.cs @@ -28,9 +28,4 @@ using System.Runtime.InteropServices; // 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")] +// \ No newline at end of file diff --git a/MediaBrowser.Server.Uninstall/MediaBrowser.Server.Uninstall.csproj b/MediaBrowser.Server.Uninstall/MediaBrowser.Server.Uninstall.csproj index 334a7d345..23afb746f 100644 --- a/MediaBrowser.Server.Uninstall/MediaBrowser.Server.Uninstall.csproj +++ b/MediaBrowser.Server.Uninstall/MediaBrowser.Server.Uninstall.csproj @@ -44,6 +44,9 @@ + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.Server.Uninstall/Properties/AssemblyInfo.cs b/MediaBrowser.Server.Uninstall/Properties/AssemblyInfo.cs index e5f0891ca..14e0dd778 100644 --- a/MediaBrowser.Server.Uninstall/Properties/AssemblyInfo.cs +++ b/MediaBrowser.Server.Uninstall/Properties/AssemblyInfo.cs @@ -27,9 +27,4 @@ using System.Runtime.InteropServices; // 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")] +// \ No newline at end of file diff --git a/MediaBrowser.Server.WorldWeatherOnline/MediaBrowser.Server.WorldWeatherOnline.csproj b/MediaBrowser.Server.WorldWeatherOnline/MediaBrowser.Server.WorldWeatherOnline.csproj index 941666770..98e973c15 100644 --- a/MediaBrowser.Server.WorldWeatherOnline/MediaBrowser.Server.WorldWeatherOnline.csproj +++ b/MediaBrowser.Server.WorldWeatherOnline/MediaBrowser.Server.WorldWeatherOnline.csproj @@ -43,6 +43,9 @@ + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.Server.WorldWeatherOnline/Properties/AssemblyInfo.cs b/MediaBrowser.Server.WorldWeatherOnline/Properties/AssemblyInfo.cs index 97f2ae6e1..d5d94bafd 100644 --- a/MediaBrowser.Server.WorldWeatherOnline/Properties/AssemblyInfo.cs +++ b/MediaBrowser.Server.WorldWeatherOnline/Properties/AssemblyInfo.cs @@ -28,9 +28,4 @@ using System.Runtime.InteropServices; // 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")] +// \ No newline at end of file diff --git a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj index 2f9169123..79ced29a7 100644 --- a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj +++ b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj @@ -179,6 +179,9 @@ MSBuild:Compile Designer + + Properties\SharedVersion.cs + App.xaml Code diff --git a/MediaBrowser.ServerApplication/Properties/AssemblyInfo.cs b/MediaBrowser.ServerApplication/Properties/AssemblyInfo.cs index 20ef6e700..11ac6c7bb 100644 --- a/MediaBrowser.ServerApplication/Properties/AssemblyInfo.cs +++ b/MediaBrowser.ServerApplication/Properties/AssemblyInfo.cs @@ -45,8 +45,4 @@ using System.Windows; // 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("2.9.*")] +// \ No newline at end of file diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 9a1c89c66..b18a2a832 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -78,6 +78,9 @@ + + Properties\SharedVersion.cs + diff --git a/MediaBrowser.WebDashboard/Properties/AssemblyInfo.cs b/MediaBrowser.WebDashboard/Properties/AssemblyInfo.cs index b9ce4d0ae..599a895be 100644 --- a/MediaBrowser.WebDashboard/Properties/AssemblyInfo.cs +++ b/MediaBrowser.WebDashboard/Properties/AssemblyInfo.cs @@ -27,8 +27,4 @@ using System.Runtime.InteropServices; // 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("2.9.*")] +// \ No newline at end of file diff --git a/SharedVersion.cs b/SharedVersion.cs new file mode 100644 index 000000000..261ee6a4f --- /dev/null +++ b/SharedVersion.cs @@ -0,0 +1,3 @@ +using System.Reflection; + +[assembly: AssemblyVersion("3.0.*")] -- cgit v1.2.3