Skip to content

Commit

Permalink
Updated version to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jariq committed Aug 2, 2020
1 parent 29e159b commit dd2c91e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 5.1.0-{build}
version: 5.1.1-{build}
image: Visual Studio 2017
branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen/Doxyfile
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Pkcs11Interop
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 5.1.0
PROJECT_NUMBER = 5.1.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
3 changes: 3 additions & 0 deletions src/Pkcs11Interop/CHANGELOG.txt
@@ -1,3 +1,6 @@
Pkcs11Interop 5.1.1 (2020-08-02)
- #164 - Fixed processing of unextractable array attributes

Pkcs11Interop 5.1.0 (2020-03-12)
- Support alternative "empty" value of CK_DATE
- #143 - Use LoadLibraryEx instead of LoadLibrary
Expand Down
2 changes: 1 addition & 1 deletion src/Pkcs11Interop/Pkcs11Interop.csproj
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>5.1.0</Version>
<Version>5.1.1</Version>
<Authors>Jaroslav Imrich</Authors>
<Description>Managed .NET wrapper for unmanaged PKCS#11 libraries</Description>
<Copyright>Copyright (c) 2012-2020 The Pkcs11Interop Project</Copyright>
Expand Down

0 comments on commit dd2c91e

Please sign in to comment.