Skip to content

Commit

Permalink
Upgrade package version.
Browse files Browse the repository at this point in the history
Update README.md.
Remove nuspec.
  • Loading branch information
CXuesong committed Jun 29, 2017
1 parent 77c71a3 commit 1329e8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 53 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
A .NET Portable & asynchronous MediaWiki API client library for wiki sites. This library aims for human users, as well as bots.
A .NET Standard asynchronous MediaWiki API client library for wiki sites. This library aims for human users, as well as bots.

This package is now available on NuGet. You may install the package using the following command in the Package Management Console

```powershell
Install-Package CXuesong.MW.WikiClientLibrary -Pre
Install-Package CXuesong.MW.WikiClientLibrary
```

Before running the test cases, please take a look at the [last section](#setting-up-test-cases).
Expand All @@ -12,7 +12,7 @@ Before running the test cases, please take a look at the [last section](#setting

## Overview

This portable & asynchronous MediaWiki API client provides an easy and asynchronous access to commonly-used MediaWiki API. Developed in Visual Studio 2015, The portable library targets at .NET Framework 4.5, ASP.NET Core 1.0, Xamarin.iOS, and Xamarin.Android. It has the following features
This portable & asynchronous MediaWiki API client provides an easy and asynchronous access to commonly-used MediaWiki API. Developed in Visual Studio 2017, the portable library targets at .NET Standard 1.1 (See [Supported Platforms](https://docs.microsoft.com/zh-cn/dotnet/standard/net-standard#net-platforms-support)). It has the following features

* Queries and edits for pages, including standard pages, category pages, and file pages.

Expand All @@ -25,7 +25,7 @@ This portable & asynchronous MediaWiki API client provides an easy and asynchron

* Tokens are hidden in the library functions, so that client won't bother to retrieve them over and over again.

* Query continuations are hidden by `IAsyncEnumerable`, which will ease the pain when using page generators.
* Query continuations are encapsulated by `IAsyncEnumerable`, which will ease the pain when using page generators.

* Other miscellaneous MediaWiki API, such as

Expand Down
8 changes: 4 additions & 4 deletions WikiClientLibrary/WikiClientLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFramework>netstandard1.1</TargetFramework>
<AssemblyName>WikiClientLibrary</AssemblyName>
<PackageId>CXuesong.MW.WikiClientLibrary</PackageId>
<AssemblyVersion>0.5.0.5</AssemblyVersion>
<FileVersion>0.5.0.5</FileVersion>
<AssemblyVersion>0.5.1.0</AssemblyVersion>
<FileVersion>0.5.1.0</FileVersion>
<Copyright>Copyright (C) CXuesong 2016</Copyright>
<Description>Wiki Client Library is a .NET Portable &amp; asynchronous client library for MediaWiki sites.
<Description>Wiki Client Library is a .NET Standard &amp; asynchronous client library for MediaWiki sites.

This portable &amp; asynchronous MediaWiki API client provides an easy and asynchronous access to commonly-used MediaWiki API. It has the following features:

Expand All @@ -27,7 +27,7 @@
<RepositoryUrl>https://github.com/CXuesong/WikiClientLibrary</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.5</Version>
<Version>0.5.1</Version>
<Authors>CXuesong</Authors>
<Company />
</PropertyGroup>
Expand Down
45 changes: 0 additions & 45 deletions WikiClientLibrary/WikiClientLibrary.nuspec

This file was deleted.

0 comments on commit 1329e8c

Please sign in to comment.