Skip to content

Commit

Permalink
Update RubberduckBaseProject.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Nov 5, 2023
1 parent c8057ec commit 32da47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RubberduckBaseProject.csproj
Expand Up @@ -20,7 +20,7 @@
<!-- Ignore VisualStudio whining about the CodeAnalysis assembly changing (IDE1001) -->
<DisabledWarnings>$(DisabledWarnings);4011;1001;1591</DisabledWarnings>
<!-- Declare a Version if it's not already declared as a global property through MSBuild invocation -->
<Version Condition=" '$(Version)' == '' ">2.5.9</Version>
<Version Condition=" '$(Version)' == '' ">2.5.9.1</Version>
<!-- all other relevant version numbers are computed from Version automagically -->
</PropertyGroup>

Expand Down

0 comments on commit 32da47c

Please sign in to comment.