File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Podcast API .Net Library
2
2
3
+ [ ![ NuGet] ( https://img.shields.io/nuget/v/PodcastAPI.svg )] ( https://www.nuget.org/packages/PodcastAPI/ ) ![ GitHub Workflow] ( https://github.com/ListenNotes/podcast-api-dotnet/actions/workflows/dotnet.yml/badge.svg )
3
4
4
5
The Podcast API .Net library provides convenient access to the [ Listen Notes Podcast API] ( https://www.listennotes.com/api/ ) from
5
6
applications written in C#.
@@ -10,19 +11,21 @@ If you have any questions, please contact [hello@listennotes.com](hello@listenno
10
11
11
12
## Installation
12
13
13
- Using the [ .NET Core command-line interface (CLI) tools] [ dotnet-core-cli-tools ] :
14
+ You can install our [ NuGet PodcastAPI package] ( https://www.nuget.org/packages/PodcastAPI/ ) .
15
+
16
+ Using the .NET Core command-line interface (CLI) tools:
14
17
15
18
``` sh
16
19
dotnet add package PodcastAPI
17
20
```
18
21
19
- Using the [ NuGet Command Line Interface (CLI)] [ nuget-cli ] :
22
+ Using the NuGet Command Line Interface (CLI):
20
23
21
24
``` sh
22
25
nuget install PodcastAPI
23
26
```
24
27
25
- Using the [ Package Manager Console] [ package-manager-console ] :
28
+ Using the Package Manager Console:
26
29
27
30
``` powershell
28
31
Install-Package PodcastAPI
You can’t perform that action at this time.
0 commit comments