We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8057ec commit 32da47cCopy full SHA for 32da47c
RubberduckBaseProject.csproj
@@ -20,7 +20,7 @@
20
<!-- Ignore VisualStudio whining about the CodeAnalysis assembly changing (IDE1001) -->
21
<DisabledWarnings>$(DisabledWarnings);4011;1001;1591</DisabledWarnings>
22
<!-- Declare a Version if it's not already declared as a global property through MSBuild invocation -->
23
- <Version Condition=" '$(Version)' == '' ">2.5.9</Version>
+ <Version Condition=" '$(Version)' == '' ">2.5.9.1</Version>
24
<!-- all other relevant version numbers are computed from Version automagically -->
25
</PropertyGroup>
26
0 commit comments