Skip to content

Commit

Permalink
version change for ITokenProviderFactory change (#13)
Browse files Browse the repository at this point in the history
* version change

* changed text

Co-authored-by: Basavaraj Araballi (XQK) <[email protected]>
  • Loading branch information
Araballi and Basavaraj Araballi (XQK) committed Jul 21, 2021
1 parent 4958534 commit aa4506d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.0.1
* Allow client class to accept ITokenProviderFactory

2.0.0
* Make client assembly strongly named
* Make client assembly versioned
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<Description>A client library for KMD Logic CVR</Description>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.0</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.1</VersionPrefix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
<Authors>KMD</Authors>
Expand Down

0 comments on commit aa4506d

Please sign in to comment.