forked from TwitchLib/TwitchLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTwitchLib.nuspec
24 lines (24 loc) · 1.27 KB
/
TwitchLib.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>TwitchLib</id>
<title>TwitchLib</title>
<version>3.5.3</version>
<authors>swiftyspiffy,Prom3theu5,Syzuna,LuckyNoS7evin</authors>
<owners>swiftyspiffy,TwitchLib</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<iconUrl>https://cdn.syzuna-programs.de/images/twitchlib.png</iconUrl>
<projectUrl>https://github.com/TwitchLib/TwitchLib</projectUrl>
<description>Twitch C# library for accessing Twitch chat and whispers with events, Twitch API wrapper with every available API endpoint, PubSub wrapper and an Eventsub Websocket implementation</description>
<releaseNotes>See changelog of included packages for release notes</releaseNotes>
<copyright>Copyright 2022</copyright>
<tags>twitch library irc chat c# csharp api events pubsub net standard 2.0</tags>
<dependencies>
<dependency id="TwitchLib.Api" version="3.8.0" />
<dependency id="TwitchLib.Client" version="3.3.1" />
<dependency id="TwitchLib.Pubsub" version="3.2.6" />
<dependency id="TwitchLib.EventSub.Websockets" version="0.0.3" />
</dependencies>
</metadata>
</package>