Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Updated version and nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
OzTK committed Mar 11, 2014
1 parent bc5f4bc commit 69a72ba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Net.DDP.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
Binary file modified NuGet.DDPClient/NuGet.log
Binary file not shown.
7 changes: 2 additions & 5 deletions NuGet.DDPClient/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
<package >
<metadata>
<id>DDPClient.Net</id>
<version>0.3.0</version>
<version>0.3.1</version>
<title>DDPClient.Net</title>
<authors>Paul Duguet</authors>
<owners></owners>
<description>
DDP client library for .NET for use with Meteor's ddp protocol. Still in an early version and allowing only basic subscriptions and calls. This project was originally started by Sony Arouje : https://github.com/sonyarouje/DDPClient.NET
</description>
<releaseNotes>
* Strongly typed data type with enum (!Change usage!)
* Refactored responses handling
* Added error handling
* Added "changed" to subs handling (untested)
Methods Call and Subscribe of IClient can now be used with params string array
</releaseNotes>
<summary>
DDP client library for .NET
Expand Down
4 changes: 2 additions & 2 deletions NuGet.DDPClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
Binary file modified NuGet.DDPClient/lib/DDPClient.Net.dll
Binary file not shown.

0 comments on commit 69a72ba

Please sign in to comment.