Skip to content

Commit

Permalink
Merge pull request #215 from WiseTechGlobal/yaakov/372
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-reichle authored Aug 8, 2023
2 parents eb4423c + 913c9ef commit a92edce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- and the major/minor/build versions should match the NuGet package version (NuGet is x.y.z only)
- Revision should be incremented whenever you want to publish a new version.
-->
<ShortVersion Condition=" '$(TagVersion)' == '' ">3.7.1</ShortVersion>
<ShortVersion Condition=" '$(TagVersion)' == '' ">3.7.2</ShortVersion>
<ShortVersion Condition=" '$(TagVersion)' != '' ">$(TagVersion.Split('-', 2)[0])</ShortVersion>
<VersionSuffix Condition=" '$(TagVersion)' != '' ">$(TagVersion.Substring($(ShortVersion.Length)))</VersionSuffix>

Expand Down

0 comments on commit a92edce

Please sign in to comment.