From 8536035befa133553a3e6296bf5a03bd46be9e04 Mon Sep 17 00:00:00 2001 From: Albireo Date: Sat, 5 Apr 2014 15:47:00 +0200 Subject: [PATCH] Update version number and NuGet release notes --- Albireo.Otp/Albireo.Otp.nuspec | 2 +- Albireo.Otp/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Albireo.Otp/Albireo.Otp.nuspec b/Albireo.Otp/Albireo.Otp.nuspec index f8c1b4c..d81a945 100644 --- a/Albireo.Otp/Albireo.Otp.nuspec +++ b/Albireo.Otp/Albireo.Otp.nuspec @@ -6,7 +6,7 @@ Albireo's HOTP and TOTP authentication library $author$ $description$ - First usable version. + Add key URI support. A library for HOTP and TOTP authentication. https://github.com/kappa7194/otp http://i.imgur.com/Nxg6TU5.png diff --git a/Albireo.Otp/Properties/AssemblyInfo.cs b/Albireo.Otp/Properties/AssemblyInfo.cs index e177e7e..bc45239 100644 --- a/Albireo.Otp/Properties/AssemblyInfo.cs +++ b/Albireo.Otp/Properties/AssemblyInfo.cs @@ -11,5 +11,5 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("9bedccab-dfe2-48c2-8a6c-ef9443bc730a")] -[assembly: AssemblyVersion("1.0.1")] -[assembly: AssemblyFileVersion("1.0.1")] +[assembly: AssemblyVersion("1.1.0")] +[assembly: AssemblyFileVersion("1.1.0")]