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 2cdfc69 commit 8536035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Albireo.Otp/Albireo.Otp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Albireo's HOTP and TOTP authentication library</title>
<authors>$author$</authors>
<description>$description$</description>
<releaseNotes>First usable version.</releaseNotes>
<releaseNotes>Add key URI support.</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("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]

0 comments on commit 8536035

Please sign in to comment.