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.Installer | |
| parent | 746c5d2fa7cd14f648c72a87ce52e5096c1f03f1 (diff) | |
added a master version file
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 a32b88d65..b46075df1 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 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 |
