Skip to content

Commit

Permalink
Version bumped to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jariq committed Jan 2, 2018
1 parent 2d6071b commit 9423219
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/Pkcs11Interop.X509Store.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Pkcs11Interop.X509Store</id>
<version>0.1.0</version>
<version>0.2.0</version>
<title>Pkcs11Interop.X509Store</title>
<authors>Jaroslav Imrich</authors>
<owners>Jaroslav Imrich</owners>
Expand Down
4 changes: 2 additions & 2 deletions src/Pkcs11Interop.X509Store.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("bbe56bba-ee94-4d09-9c77-062a26950022")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]
9 changes: 9 additions & 0 deletions src/Pkcs11Interop.X509Store/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
Pkcs11Interop 0.2.0 (2018-01-02)
- Fixed PKCS#1 DigestInfo encoding
- Added support for RSASSA-PSS signature scheme
- Added support for ECDSA signatures
- Added support for private keys protected with PIN.
Those with CKA_ALWAYS_AUTHENTICATE attribute is set to CK_TRUE.
- Removed Pkcs11SlotInfo::TokenPresent property.
If token is not present then Pkcs11Slot::Token is null.

Pkcs11Interop 0.1.0 (2017-12-27)
- Initial development release
4 changes: 2 additions & 2 deletions src/Pkcs11Interop.X509Store/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("e5fb0c6d-e99a-4160-9f55-ce13ea7d131f")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]
4 changes: 2 additions & 2 deletions src/Pkcs11Interop.X509StoreUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("f1064fbc-6c7e-4d6a-8a0a-1442b466f898")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]

0 comments on commit 9423219

Please sign in to comment.