Skip to content

Commit

Permalink
update ManagedKeyVaultSecurityKey to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brentschmaltz committed Sep 21, 2018
1 parent 4f9723a commit 57a8605
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyInformationalVersion("5.2.5")]
[assembly: AssemblyFileVersion("5.2.5")]
[assembly: AssemblyInformationalVersion("5.3.0")]
[assembly: AssemblyFileVersion("5.3.0")]
[assembly: AssemblyMetadata("Serviceable", "True")]
[assembly: AssemblyVersion("5.2.5")]
[assembly: AssemblyVersion("5.3.0")]
[assembly: CLSCompliant(true)]
[assembly: ComVisible(false)]

0 comments on commit 57a8605

Please sign in to comment.