Skip to content

Commit

Permalink
Merge branch 'release/v2.0.3' into support/v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKetting committed Feb 28, 2021
2 parents a6ac69f + 99d7614 commit 822df94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AssemblyInfoShared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: AssemblyTrademark ("")]
[assembly: AssemblyConfiguration ("Build type: Debug")]
[assembly: AssemblyVersion ("2.0.0.0")]
[assembly: AssemblyFileVersion ("2.0.2.0")]
[assembly: AssemblyInformationalVersion ("2.0.2 Debug; ")]
[assembly: AssemblyFileVersion ("2.0.3.0")]
[assembly: AssemblyInformationalVersion ("2.0.3 Debug; ")]
2 changes: 1 addition & 1 deletion Build/Customizations/Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
............ CI, nightly (will be suffixed by '-x.1.buildnumber')
............ local (will be suffixed by '-x.9.yymmdd-hhMMss')
-->
<Version Condition="'$(Version)' == ''">2.0.2</Version>
<Version Condition="'$(Version)' == ''">2.0.3</Version>
</PropertyGroup>
</Project>

0 comments on commit 822df94

Please sign in to comment.