Skip to content

Commit

Permalink
bump nuspect/assemblyinfo to 1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
judwhite committed Aug 20, 2016
1 parent 9206650 commit fe1f5cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NsqSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
// 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("0.5.4")]
[assembly: AssemblyVersion("1.0.0")]
8 changes: 4 additions & 4 deletions nuget/NsqSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<metadata>
<id>NsqSharp</id>
<title>NsqSharp</title>
<version>0.5.4</version>
<authors>Judson White</authors>
<owners>Judson White</owners>
<version>1.0.0-beta</version>
<authors>Jud White</authors>
<owners>Jud White</owners>
<licenseUrl>https://raw.githubusercontent.com/judwhite/NsqSharp/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/judwhite/NsqSharp</projectUrl>
<iconUrl>http://judsonwhite.com/images/nsq_sharp.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Client library for NSQ, a realtime distributed messaging platform. http://nsq.io</description>
<summary>Client library for NSQ, a realtime distributed messaging platform. http://nsq.io</summary>
<releaseNotes></releaseNotes>
<copyright>Copyright 2015</copyright>
<copyright>Copyright 2015-2016</copyright>
<tags>nsq queue esb service bus distributed messaging</tags>
</metadata>
</package>

0 comments on commit fe1f5cb

Please sign in to comment.