2
0
Эх сурвалжийг харах

added a master version file

LukePulverenti 12 жил өмнө
parent
commit
fab627c845
33 өөрчлөгдсөн 66 нэмэгдсэн , 85 устгасан
  1. 3 0
      MediaBrowser.Api/MediaBrowser.Api.csproj
  2. 0 4
      MediaBrowser.Api/Properties/AssemblyInfo.cs
  3. 3 0
      MediaBrowser.ApiInteraction.Javascript/MediaBrowser.ApiInteraction.Javascript.csproj
  4. 1 5
      MediaBrowser.ApiInteraction.Javascript/Properties/AssemblyInfo.cs
  5. 3 0
      MediaBrowser.ApiInteraction.Portable/MediaBrowser.ApiInteraction.Portable.csproj
  6. 1 5
      MediaBrowser.ApiInteraction.Portable/Properties/AssemblyInfo.cs
  7. 3 0
      MediaBrowser.ApiInteraction/MediaBrowser.ApiInteraction.csproj
  8. 1 5
      MediaBrowser.ApiInteraction/Properties/AssemblyInfo.cs
  9. 3 0
      MediaBrowser.ClickOnce/MediaBrowser.ClickOnce.csproj
  10. 1 6
      MediaBrowser.ClickOnce/Properties/AssemblyInfo.cs
  11. 3 0
      MediaBrowser.Common/MediaBrowser.Common.csproj
  12. 1 5
      MediaBrowser.Common/Properties/AssemblyInfo.cs
  13. 3 0
      MediaBrowser.Controller/MediaBrowser.Controller.csproj
  14. 1 5
      MediaBrowser.Controller/Properties/AssemblyInfo.cs
  15. 3 0
      MediaBrowser.Installer/MediaBrowser.Installer.csproj
  16. 1 6
      MediaBrowser.Installer/Properties/AssemblyInfo.cs
  17. 3 0
      MediaBrowser.IsoMounter/MediaBrowser.IsoMounter.csproj
  18. 1 5
      MediaBrowser.IsoMounter/Properties/AssemblyInfo.cs
  19. 3 0
      MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj
  20. 1 6
      MediaBrowser.Logging.NLog/Properties/AssemblyInfo.cs
  21. 3 0
      MediaBrowser.Model/MediaBrowser.Model.csproj
  22. 1 5
      MediaBrowser.Model/Properties/AssemblyInfo.cs
  23. 3 0
      MediaBrowser.Server.Sqlite/MediaBrowser.Server.Sqlite.csproj
  24. 1 6
      MediaBrowser.Server.Sqlite/Properties/AssemblyInfo.cs
  25. 3 0
      MediaBrowser.Server.Uninstall/MediaBrowser.Server.Uninstall.csproj
  26. 1 6
      MediaBrowser.Server.Uninstall/Properties/AssemblyInfo.cs
  27. 3 0
      MediaBrowser.Server.WorldWeatherOnline/MediaBrowser.Server.WorldWeatherOnline.csproj
  28. 1 6
      MediaBrowser.Server.WorldWeatherOnline/Properties/AssemblyInfo.cs
  29. 3 0
      MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj
  30. 1 5
      MediaBrowser.ServerApplication/Properties/AssemblyInfo.cs
  31. 3 0
      MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
  32. 1 5
      MediaBrowser.WebDashboard/Properties/AssemblyInfo.cs
  33. 3 0
      SharedVersion.cs

+ 3 - 0
MediaBrowser.Api/MediaBrowser.Api.csproj

@@ -73,6 +73,9 @@
     <Reference Include="System.XML" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="ApiService.cs" />
     <Compile Include="EnvironmentService.cs" />
     <Compile Include="HttpHandlers\PlaybackCheckInHandler.cs" />

+ 0 - 4
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.*")]

+ 3 - 0
MediaBrowser.ApiInteraction.Javascript/MediaBrowser.ApiInteraction.Javascript.csproj

@@ -77,6 +77,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="JavascriptApiClientService.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>

+ 1 - 5
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.*")]
+//

+ 3 - 0
MediaBrowser.ApiInteraction.Portable/MediaBrowser.ApiInteraction.Portable.csproj

@@ -38,6 +38,9 @@
     <Compile Include="..\MediaBrowser.ApiInteraction\AsyncHttpClient.cs">
       <Link>AsyncHttpClient.cs</Link>
     </Compile>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="DataSerializer.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="..\MediaBrowser.ApiInteraction\BaseApiClient.cs">

+ 1 - 5
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.*")]
+//

+ 3 - 0
MediaBrowser.ApiInteraction/MediaBrowser.ApiInteraction.csproj

@@ -52,6 +52,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="AsyncHttpClient.cs" />
     <Compile Include="BaseApiClient.cs" />
     <Compile Include="ApiClient.cs" />

+ 1 - 5
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.*")]
+//

+ 3 - 0
MediaBrowser.ClickOnce/MediaBrowser.ClickOnce.csproj

@@ -40,6 +40,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="ApplicationUpdateCheck.cs" />
     <Compile Include="ApplicationUpdater.cs" />
     <Compile Include="ClickOnceHelper.cs" />

+ 1 - 6
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")]
+//

+ 3 - 0
MediaBrowser.Common/MediaBrowser.Common.csproj

@@ -120,6 +120,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="Events\EventHelper.cs" />
     <Compile Include="Extensions\BaseExtensions.cs" />
     <Compile Include="Events\GenericEventArgs.cs" />

+ 1 - 5
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.*")]
+//

+ 3 - 0
MediaBrowser.Controller/MediaBrowser.Controller.csproj

@@ -75,6 +75,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="Drawing\ImageExtensions.cs" />
     <Compile Include="Drawing\ImageHeader.cs" />
     <Compile Include="Drawing\ImageManager.cs" />

+ 1 - 5
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.*")]
+//

+ 3 - 0
MediaBrowser.Installer/MediaBrowser.Installer.csproj

@@ -101,6 +101,9 @@
       <Generator>MSBuild:Compile</Generator>
       <SubType>Designer</SubType>
     </Page>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="App.xaml.cs">
       <DependentUpon>App.xaml</DependentUpon>
       <SubType>Code</SubType>

+ 1 - 6
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")]
+//

+ 3 - 0
MediaBrowser.IsoMounter/MediaBrowser.IsoMounter.csproj

@@ -62,6 +62,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="PismoIsoManager.cs" />
     <Compile Include="PismoMount.cs" />
     <Compile Include="MyPfmFileMountUi.cs" />

+ 1 - 5
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.*")]
+//

+ 3 - 0
MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj

@@ -44,6 +44,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="LogHelper.cs" />
     <Compile Include="NLogger.cs" />
     <Compile Include="NlogManager.cs" />

+ 1 - 6
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")]
+//

+ 3 - 0
MediaBrowser.Model/MediaBrowser.Model.csproj

@@ -37,6 +37,9 @@
     <RunPostBuildEvent>Always</RunPostBuildEvent>
   </PropertyGroup>
   <ItemGroup>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="Configuration\BaseApplicationConfiguration.cs" />
     <Compile Include="Configuration\ServerConfiguration.cs" />
     <Compile Include="Dto\BaseItemPerson.cs" />

+ 1 - 5
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.*")]
+//

+ 3 - 0
MediaBrowser.Server.Sqlite/MediaBrowser.Server.Sqlite.csproj

@@ -51,6 +51,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="SQLiteDisplayPreferencesRepository.cs" />
     <Compile Include="SQLiteExtensions.cs" />

+ 1 - 6
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")]
+//

+ 3 - 0
MediaBrowser.Server.Uninstall/MediaBrowser.Server.Uninstall.csproj

@@ -44,6 +44,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="Globals.cs" />
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />

+ 1 - 6
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")]
+//

+ 3 - 0
MediaBrowser.Server.WorldWeatherOnline/MediaBrowser.Server.WorldWeatherOnline.csproj

@@ -43,6 +43,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="WeatherProvider.cs" />
   </ItemGroup>

+ 1 - 6
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")]
+//

+ 3 - 0
MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj

@@ -179,6 +179,9 @@
       <Generator>MSBuild:Compile</Generator>
       <SubType>Designer</SubType>
     </Page>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="App.xaml.cs">
       <DependentUpon>App.xaml</DependentUpon>
       <SubType>Code</SubType>

+ 1 - 5
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.*")]
+//

+ 3 - 0
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -78,6 +78,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\SharedVersion.cs">
+      <Link>Properties\SharedVersion.cs</Link>
+    </Compile>
     <Compile Include="Api\DashboardInfo.cs" />
     <Compile Include="Api\DashboardService.cs" />
     <Compile Include="Api\DashboardInfoWebSocketListener.cs" />

+ 1 - 5
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.*")]
+//

+ 3 - 0
SharedVersion.cs

@@ -0,0 +1,3 @@
+using System.Reflection;
+
+[assembly: AssemblyVersion("3.0.*")]