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.Logging.NLog | |
| parent | 746c5d2fa7cd14f648c72a87ce52e5096c1f03f1 (diff) | |
added a master version file
Diffstat (limited to 'MediaBrowser.Logging.NLog')
| -rw-r--r-- | MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj | 3 | ||||
| -rw-r--r-- | MediaBrowser.Logging.NLog/Properties/AssemblyInfo.cs | 7 |
2 files changed, 4 insertions, 6 deletions
diff --git a/MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj b/MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj index e24373aebd..592e09a832 100644 --- a/MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj +++ b/MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj @@ -44,6 +44,9 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="..\SharedVersion.cs"> + <Link>Properties\SharedVersion.cs</Link> + </Compile> <Compile Include="LogHelper.cs" /> <Compile Include="NLogger.cs" /> <Compile Include="NlogManager.cs" /> diff --git a/MediaBrowser.Logging.NLog/Properties/AssemblyInfo.cs b/MediaBrowser.Logging.NLog/Properties/AssemblyInfo.cs index 35e1002812..345d727bee 100644 --- a/MediaBrowser.Logging.NLog/Properties/AssemblyInfo.cs +++ b/MediaBrowser.Logging.NLog/Properties/AssemblyInfo.cs @@ -28,9 +28,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 |
