Skip to content

Commit

Permalink
Version 1.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
B1t0n committed Jul 16, 2024
1 parent 11def0a commit 7c5d9a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BackupKeyManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Sygnia")]
[assembly: AssemblyProduct("BackupKeyManager")]
[assembly: AssemblyCopyright("Copyright 2023, SygniaLabs")]
[assembly: AssemblyCopyright("Copyright 2024, SygniaLabs")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1")]
[assembly: AssemblyFileVersion("1.1")]
[assembly: AssemblyVersion("1.2")]
[assembly: AssemblyFileVersion("1.2")]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.2] - 2024-07-16
- Fix for UNICODE Encoding issue caused invalid certificate structure errors
- Bump System.Formats.Asn1 from 6.0.0 to 6.0.1 in

## [1.1] - 2023-09-22
- Changed certificate validity period from 1 year type to 365 days. [Issue #4](https://github.com/SygniaLabs/BackupKeyManager/issues/4)
- Changed memory release method for data retrieved using LsaRetrievePrivateData [Issue #3](https://github.com/SygniaLabs/BackupKeyManager/issues/4)
Expand Down

0 comments on commit 7c5d9a1

Please sign in to comment.