Skip to content

Commit

Permalink
Update version number and NuGet release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa7194 committed Apr 5, 2014
1 parent 89fe91e commit 74319af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Albireo.Otp/Albireo.Otp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
<title>Albireo's HOTP and TOTP authentication library</title>
<authors>$author$</authors>
<description>$description$</description>
<releaseNotes>
Add the possibility to choose the hashing algorithm used in the one-time code computation.
This is a breaking change because it modifies the methods signatures.
The previous fixed hashing algorithm was SHA1.
</releaseNotes>
<releaseNotes>The library has been downgraded to .NET framework 4.0 to allow usage on older projects.</releaseNotes>
<summary>A library for HOTP and TOTP authentication.</summary>
<projectUrl>https://github.com/kappa7194/otp</projectUrl>
<iconUrl>http://i.imgur.com/Nxg6TU5.png</iconUrl>
Expand Down
4 changes: 2 additions & 2 deletions Albireo.Otp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("9bedccab-dfe2-48c2-8a6c-ef9443bc730a")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]

0 comments on commit 74319af

Please sign in to comment.