update version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")]
|
||||
@@ -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
|
||||
| [](http://twitter.com/artistandsocial "Follow @artistandsocial on Twitter") |
|
||||
| [](https://github.com/ceee "Tobias Klika") |
|
||||
|---|
|
||||
| [Tobias Klika @ceee](https://github.com/ceee) |
|
||||
|
||||
| [](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)
|
||||
|
||||
Reference in New Issue
Block a user