Skip to content

Commit

Permalink
tidy up the mentions of the supported platforms (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jan 27, 2020
1 parent 2431bb4 commit bbae519
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/netcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.platform }}

Expand All @@ -25,3 +25,4 @@ jobs:
dotnet-version: 2.1.803
- name: Build with dotnet
run: ./build.sh --linksources=true --verbosity=verbose
shell: bash
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

![logo](octokit-dotnet_2.png)

Octokit is a client library targeting .NET 4.5 and above that provides an easy
way to interact with the [GitHub API](http://developer.github.com/v3/).
Octokit is a client library targeting .NET Framework 4.5+ and .NET Standard 1+
and above that provides an easy way to interact with the
[GitHub API](http://developer.github.com/v3/).

## Usage examples

Expand All @@ -24,8 +25,8 @@ Console.WriteLine(user.Followers + " folks love the half ogre!");

## Supported Platforms

* .NET 4.5 (Desktop / Server)
* [.NET Standard 1.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard)
* .NET 4.5 (Desktop / Server) or greater
* [.NET Standard 1.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) or greater

## Getting Started

Expand Down

0 comments on commit bbae519

Please sign in to comment.