Skip to content

Commit

Permalink
Release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-simlinger committed Mar 22, 2019
1 parent a476fd0 commit 0804a97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed


## [1.9.0] - 2019-03-22
## [1.9.1] - 2019-03-22

### Added

Expand Down Expand Up @@ -237,5 +237,5 @@ First release
[1.7.0]: https://github.com/secucard/secucard-connect-net-sdk/compare/1.6.0...1.7.0
[1.8.0]: https://github.com/secucard/secucard-connect-net-sdk/compare/1.7.0...1.8.0
[1.8.1]: https://github.com/secucard/secucard-connect-net-sdk/compare/1.8.0...1.8.1
[1.9.0]: https://github.com/secucard/secucard-connect-net-sdk/compare/1.8.1...1.9.0
[1.9.1]: https://github.com/secucard/secucard-connect-net-sdk/compare/1.8.1...1.9.1

4 changes: 2 additions & 2 deletions lib/Secucard.Connect/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.9.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]
[assembly: AssemblyVersion("1.9.1.0")]
[assembly: AssemblyFileVersion("1.9.1.0")]
2 changes: 1 addition & 1 deletion lib/Secucard.Connect/SecucardConnect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace Secucard.Connect
/// </summary>
public class SecucardConnect
{
public const string Version = "1.9.0";
public const string Version = "1.9.1";
private readonly ClientConfiguration _configuration;
private readonly ClientContext _context;
private readonly Dictionary<string, IService> _serviceDict;
Expand Down

0 comments on commit 0804a97

Please sign in to comment.