Skip to content

Commit

Permalink
Merge pull request nunit#4724 from nunit/ensureVersionNumber
Browse files Browse the repository at this point in the history
Ensure we always have a version number
  • Loading branch information
mikkelbu authored Jun 6, 2024
2 parents 747ee61 + 8cb7772 commit 7624029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NUnitFramework/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<Company>NUnit Software</Company>
<Product>NUnit 4</Product>
<Version Condition="'$(Version)'==''">4.0.0.0</Version>
<Copyright>Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt</Copyright>
<Trademark>NUnit is a trademark of NUnit Software</Trademark>
</PropertyGroup>
Expand Down

0 comments on commit 7624029

Please sign in to comment.