diff options
Diffstat (limited to 'MediaBrowser.Installer')
| -rw-r--r-- | MediaBrowser.Installer/MediaBrowser.Installer.csproj | 3 | ||||
| -rw-r--r-- | MediaBrowser.Installer/Properties/AssemblyInfo.cs | 7 |
2 files changed, 4 insertions, 6 deletions
diff --git a/MediaBrowser.Installer/MediaBrowser.Installer.csproj b/MediaBrowser.Installer/MediaBrowser.Installer.csproj index a32b88d656..b46075df19 100644 --- a/MediaBrowser.Installer/MediaBrowser.Installer.csproj +++ b/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> diff --git a/MediaBrowser.Installer/Properties/AssemblyInfo.cs b/MediaBrowser.Installer/Properties/AssemblyInfo.cs index c7f5529907..66ed12d739 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 |
