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 Sep 16, 2015
1 parent 3fa208c commit 57c7751
Show file tree
Hide file tree
Showing 6 changed files with 7 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.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
Binary file modified NuGet.DDPClient/NuGet.exe
Binary file not shown.
Binary file modified NuGet.DDPClient/NuGet.log
Binary file not shown.
8 changes: 3 additions & 5 deletions NuGet.DDPClient/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
<package >
<metadata>
<id>DDPClient.Net</id>
<version>0.4.1</version>
<version>0.5</version>
<title>DDPClient.Net</title>
<authors>Paul Duguet, Sony Arouje, David Cornish</authors>
<authors>Paul Duguet, Sony Arouje, David Cornish, David Workman</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>
* SSL optional on websockets (for dev mode)
* Method call with 'object' type parameters (not only 'string' as before)
* Added support for 'remove' message
* Handle socket connexion fail with exception
</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.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
Binary file modified NuGet.DDPClient/lib/DDPClient.Net.dll
Binary file not shown.

0 comments on commit 57c7751

Please sign in to comment.