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.Server.Uninstall | |
| parent | 746c5d2fa7cd14f648c72a87ce52e5096c1f03f1 (diff) | |
added a master version file
Diffstat (limited to 'MediaBrowser.Server.Uninstall')
| -rw-r--r-- | MediaBrowser.Server.Uninstall/MediaBrowser.Server.Uninstall.csproj | 3 | ||||
| -rw-r--r-- | MediaBrowser.Server.Uninstall/Properties/AssemblyInfo.cs | 7 |
2 files changed, 4 insertions, 6 deletions
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 @@ <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" /> 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 |
