Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed Feb 17, 2016
1 parent 7827e51 commit e27cd14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Scrypt/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: AssemblyDescription("A .NET implementation of scrypt algorithm.")]
[assembly: AssemblyCompany("Vinicius Chiele")]
[assembly: AssemblyProduct("Scrypt.NET")]
[assembly: AssemblyCopyright("Copyright © Vinicius Chiele 2014")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0")]
[assembly: AssemblyCopyright("Copyright © Vinicius Chiele 2016")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyInformationalVersion("1.0.1.0")]
2 changes: 1 addition & 1 deletion src/Scrypt/Scrypt.NET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Scrypt.NET</id>
<version>1.0.0</version>
<version>1.0.1</version>
<title>Scrypt.NET</title>
<authors>Vinicius Chiele</authors>
<owners>Vinicius Chiele</owners>
Expand Down

0 comments on commit e27cd14

Please sign in to comment.