update version

This commit is contained in:
2013-10-25 15:19:42 +02:00
parent abfb9f6d78
commit 2a08adef45
3 changed files with 19 additions and 12 deletions
+8
View File
@@ -1,3 +1,11 @@
### 2.1.0 (2013-10-25)
- Rename `Statistics()` to `GetUserStatistics()`
- Made `CallbackUri` public (thanks to @ScottIsAFool)
- Added Fody/PropertyChanged (thanks to @ScottIsAFool)
- Method `GetUsageLimits()` to retrieve API usage limits
- Add PORTABLE constant to SgmlReader
### 2.0.1 (2013-10-19)
- Catch HttpRequestExceptions and provide as InnerException for PocketException
+2 -2
View File
@@ -25,5 +25,5 @@ using System.Runtime.InteropServices;
// 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("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]
+9 -10
View File
@@ -2,12 +2,7 @@
**PocketSharp** is a C#.NET portable class library that integrates the [Pocket API v3](http://getpocket.com/developer).
**Website:** [pocketsharp.frontendplay.com](http://pocketsharp.frontendplay.com/)
<br>
**NuGet:** [nuget.org/packages/PocketSharp](https://www.nuget.org/packages/PocketSharp/)
## Install using NuGet
## Install using [NuGet](https://www.nuget.org/packages/PocketSharp/)
```
Install-Package PocketSharp
@@ -15,7 +10,7 @@ Install-Package PocketSharp
## Documentation
See [wiki](https://github.com/ceee/PocketSharp/wiki) or [website](http://pocketsharp.frontendplay.com/).
See [wiki](https://github.com/ceee/PocketSharp/wiki)
---
@@ -48,7 +43,7 @@ Which will output:
PocketSharp is a **Portable Class Library** (since 1.0.0), therefore it's compatible with multiple platforms:
- **.NET** >= 4.0.3 (including WPF)
- **.NET** >= 4.5 (including WPF)
- **Silverlight** >= 4
- **Windows Phone** >= 7.5
- **Windows Store**
@@ -58,13 +53,13 @@ You can find examples for Silverlight 5, WP8 and WPF in the `PocketSharp.Example
## What's next?
- `cancellationToken` support for all methods
- get account statistics on your current usage data (remaining requests, ...)
## Dependencies
- [Microsoft.Bcl.Async](https://www.nuget.org/packages/Microsoft.Bcl.Async/)
- [Microsoft.Net.Http](https://www.nuget.org/packages/Microsoft.Net.Http/)
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/)
- [PropertyChanged.Fody](https://github.com/Fody/PropertyChanged)
## Forked Dependencies
@@ -72,10 +67,14 @@ You can find examples for Silverlight 5, WP8 and WPF in the `PocketSharp.Example
- [SgmlReader](https://github.com/MindTouch/SGMLReader) - converted to a PCL
## Contributors
| [![twitter/artistandsocial](http://gravatar.com/avatar/9c61b1f4307425f12f05d3adb930ba66?s=70)](http://twitter.com/artistandsocial "Follow @artistandsocial on Twitter") |
| [![ceee](http://gravatar.com/avatar/9c61b1f4307425f12f05d3adb930ba66?s=70)](https://github.com/ceee "Tobias Klika") |
|---|
| [Tobias Klika @ceee](https://github.com/ceee) |
| [![ScottIsAFool](http://gravatar.com/avatar/6df656872a87b09a7470feb4867ed927?s=70)](https://github.com/ScottIsAFool "Scott Lovegrove") |
|---|
| [Scott Lovegrove @ScottIsAFool](https://github.com/ScottIsAFool) |
## License
[MIT License](https://github.com/ceee/PocketSharp/blob/master/LICENSE-MIT)