diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-22 02:17:50 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-22 02:17:50 -0500 |
| commit | fab627c845d980e46f1385f460c0c4d19fcabc86 (patch) | |
| tree | b258be7015cee1894f2e4967d14730292e1ed977 /MediaBrowser.ServerApplication | |
| parent | 746c5d2fa7cd14f648c72a87ce52e5096c1f03f1 (diff) | |
added a master version file
Diffstat (limited to 'MediaBrowser.ServerApplication')
| -rw-r--r-- | MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj | 3 | ||||
| -rw-r--r-- | MediaBrowser.ServerApplication/Properties/AssemblyInfo.cs | 6 |
2 files changed, 4 insertions, 5 deletions
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 @@ <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> 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 |
