Skip to content

Commit

Permalink
Updated version and .nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Krutov committed Jul 13, 2015
1 parent 383aba1 commit 81b93d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Radish/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
[assembly: AssemblyVersion("1.0.1.2")]
[assembly: AssemblyFileVersion("1.0.1.2")]
[assembly: AssemblyInformationalVersionAttribute("1.0.1")]
6 changes: 3 additions & 3 deletions Radish/Radish.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<summary>$description$</summary>
<releaseNotes>Initial version</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>REST Documentation</tags>
<releaseNotes>Fixed issues</releaseNotes>
<copyright>Copyright Alexander Krutov, 2015</copyright>
<tags>REST Documentation HelpPage WebAPI</tags>
<dependencies>
</dependencies>
</metadata>
Expand Down

0 comments on commit 81b93d7

Please sign in to comment.