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.ApiInteraction | |
| parent | 746c5d2fa7cd14f648c72a87ce52e5096c1f03f1 (diff) | |
added a master version file
Diffstat (limited to 'MediaBrowser.ApiInteraction')
| -rw-r--r-- | MediaBrowser.ApiInteraction/MediaBrowser.ApiInteraction.csproj | 3 | ||||
| -rw-r--r-- | MediaBrowser.ApiInteraction/Properties/AssemblyInfo.cs | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/MediaBrowser.ApiInteraction/MediaBrowser.ApiInteraction.csproj b/MediaBrowser.ApiInteraction/MediaBrowser.ApiInteraction.csproj index 23f43d125c..f3a25e897a 100644 --- a/MediaBrowser.ApiInteraction/MediaBrowser.ApiInteraction.csproj +++ b/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" /> diff --git a/MediaBrowser.ApiInteraction/Properties/AssemblyInfo.cs b/MediaBrowser.ApiInteraction/Properties/AssemblyInfo.cs index bdacad9d17..e4ed8a6ada 100644 --- a/MediaBrowser.ApiInteraction/Properties/AssemblyInfo.cs +++ b/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.*")] +//
\ No newline at end of file |
