Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 4eb48c6

Browse files
authored
Update Readme.md
1 parent 6a31164 commit 4eb48c6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NuGet](https://img.shields.io/nuget/v/SRLApiClient.svg)](https://www.nuget.org/packages/SRLApiClient) [![NuGet Pre-Release](https://img.shields.io/nuget/vpre/SRLApiClient.svg?label=nuget%20pre-release)](https://www.nuget.org/packages/SRLApiClient) ![Nuget](https://img.shields.io/nuget/dt/SRLApiClient.svg) [![Build Status](https://dev.azure.com/bitpatty/SRLApiClient/_apis/build/status/BitPatty.SRLApiClient?branchName=master)](https://dev.azure.com/bitpatty/SRLApiClient/_build/latest?definitionId=2&branchName=master) [![GitHub license](https://img.shields.io/badge/license-AGPLv3-blue.svg)](https://raw.githubusercontent.com/BitPatty/SRLApiClient/master/LICENSE)
44

5-
This repository contains a compact, asynchronous .Net Standard 2.0 wrapper around the [SpeedRunsLive](http://speedrunslive.com) API. The client is available via [NuGet](https://www.nuget.org/packages/SRLApiClient).
5+
This repository contains a compact, asynchronous .Net Standard 2.1 wrapper around the [SpeedRunsLive](http://speedrunslive.com) API. The client is available via [NuGet](https://www.nuget.org/packages/SRLApiClient).
66

77
```bash
88
#.Net
@@ -27,7 +27,7 @@ The client supports synchronous and asynchronous GET requests on the following e
2727

2828
Authentication via HTTP is supported to update user profiles. POST/PUT requests on other endpoints are not possible, since users are missing the required privileges.
2929

30-
The client also supports a user defined number of HTTP clients. Requests are parallelized automatically. Using a pool size of > 10 is not recommended.
30+
The client also supports a user defined number of HTTP clients. Using a pool size of > 10 is not recommended.
3131

3232
<p align="center">
3333
<img src="https://i.imgur.com/PwlkNML.png" />
@@ -37,7 +37,7 @@ The client also supports a user defined number of HTTP clients. Requests are par
3737

3838
## Requirements
3939

40-
The SRL API Client supports any platform that implements [.NET Standard 2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support).
40+
The SRL API Client supports any platform that implements [.NET Standard 2.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support).
4141

4242
### Dependencies
4343

@@ -54,8 +54,8 @@ You can visit [srlclient.zint.ch](https://srlclient.zint.ch) for the autogenerat
5454
## License
5555

5656
```
57-
SRLApiClient - A .NET Standard 2.0 wrapper around the SpeedRunsLive API
58-
Copyright (C) 2018-2019 Matteias Collet
57+
SRLApiClient - A .NET Standard wrapper around the SpeedRunsLive API
58+
Copyright (C) 2018-2020 Matteias Collet
5959
6060
This program is free software: you can redistribute it and/or modify
6161
it under the terms of the GNU Affero General Public License as published

0 commit comments

Comments
 (0)