diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-04 16:57:39 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-04 16:57:39 +0100 |
| commit | e4c81f763b1c8f191107bfff9e7e4e5a370c3c36 (patch) | |
| tree | c251a6074c2d93248cf2005fa3d729040f3d0fa6 | |
| parent | 86275bcc55cfe6cf6798d152a53f79c6f7811b52 (diff) | |
Stop version addins from messing with the AssemblyVersion.
Project uses manual versioning. This breaks very annoyingly with my global settings.
| -rw-r--r-- | MediaBrowser.sln | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MediaBrowser.sln b/MediaBrowser.sln index 077bc6aee..f0d51247f 100644 --- a/MediaBrowser.sln +++ b/MediaBrowser.sln @@ -581,6 +581,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 |
