mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
tidy up the mentions of the supported platforms (#2068)
This commit is contained in:
3
.github/workflows/netcore.yml
vendored
3
.github/workflows/netcore.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
platform: [ubuntu-latest, macos-latest]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
@@ -25,3 +25,4 @@ jobs:
|
||||
dotnet-version: 2.1.803
|
||||
- name: Build with dotnet
|
||||
run: ./build.sh --linksources=true --verbosity=verbose
|
||||
shell: bash
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user