diff options
| author | Anthony Lavado <anthonylavado@users.noreply.github.com> | 2019-01-05 04:12:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-05 04:12:00 +0000 |
| commit | cc4d17edbd23ee604ecdd41e9f0b3fb35a0c98da (patch) | |
| tree | 63c55569c56f817438fbd4826be8765f2d12a714 /MediaBrowser.sln | |
| parent | 08a67f9ea14603c6d1ecd791d3a853ec6e72700d (diff) | |
| parent | e4c81f763b1c8f191107bfff9e7e4e5a370c3c36 (diff) | |
Merge pull request #407 from EraYaN/stop-version-addins-on-solution
Stop version addins on solution from messing with the AssemblyVersions
Diffstat (limited to 'MediaBrowser.sln')
| -rw-r--r-- | MediaBrowser.sln | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MediaBrowser.sln b/MediaBrowser.sln index 6e9f240b0..dfc3b253e 100644 --- a/MediaBrowser.sln +++ b/MediaBrowser.sln @@ -177,6 +177,17 @@ Global GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {3448830C-EBDC-426C-85CD-7BBB9651A7FE} EndGlobalSection + GlobalSection(AutomaticVersions) = postSolution + UpdateAssemblyVersion = True + UpdateAssemblyFileVersion = True + UpdateAssemblyInfoVersion = True + AssemblyVersionSettings = None.None.None.None + AssemblyFileVersionSettings = None.None.None.None + AssemblyInfoVersionSettings = None.None.None.None + UpdatePackageVersion = False + AssemblyInfoVersionType = SettingsVersion + InheritWinAppVersionFrom = None + EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution Policies = $0 $0.StandardHeader = $1 |
