Skip to content

Commit ac7388f

Browse files
docs(readme): mention targets
1 parent 94f2cdb commit ac7388f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
[![Version](https://img.shields.io/nuget/v/Ipfs.Api.svg)](https://www.nuget.org/packages/Ipfs.Api)
66
[![docs](https://cdn.rawgit.com/richardschneider/net-ipfs-core/master/doc/images/docs-latest-green.svg)](https://richardschneider.github.io/net-ipfs-api)
77

8-
Provides access to the [Inter Planetary File System API](https://ipfs.io/docs/api/) for .Net (C#, VB, F# ...)
8+
Provides access to the [Inter Planetary File System API](https://ipfs.io/docs/api/) for .Net (C#, VB, F# ...). It supports the following runtimes
9+
10+
- .NET Framework 4.5
11+
- .NET Standard 2.0
12+
913

1014
A .Net client library for the IPFS HTTP API, implemented in C#. This client library implements the [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
1115
More information, including the Class Reference, is on the [Project](https://richardschneider.github.io/net-ipfs-api/) web site.
@@ -22,6 +26,6 @@ Published releases of IPFS API are available on [NuGet](https://www.nuget.org/pa
2226
For the latest build or older non-released builds see [Continuous Integration](https://github.com/richardschneider/net-ipfs-core/wiki/Continuous-Integration).
2327

2428
# License
25-
Copyright © 2015-2016 Richard Schneider ([email protected])
29+
Copyright © 2015-2017 Richard Schneider ([email protected])
2630

2731
The IPFS API library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php "Read more about the MIT license form") license. Refere to the [LICENSE](https://github.com/richardschneider/net-ipfs-api/blob/master/LICENSE) file for more information.

0 commit comments

Comments
 (0)