Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Syzuna committed Nov 18, 2023
1 parent f51ef9f commit 3825426
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions TwitchLib.EventSub.Core/TwitchLib.EventSub.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
<PackageId>TwitchLib.EventSub.Core</PackageId>
<Title>TwitchLib.EventSub.Core</Title>
<Authors>swiftyspiffy, Prom3theu5, Syzuna, LuckyNoS7evin</Authors>
<VersionPrefix>2.4.3</VersionPrefix>
<VersionPrefix>2.5.0</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<AssemblyVersion>2.4.3</AssemblyVersion>
<FileVersion>2.4.3</FileVersion>
<AssemblyVersion>2.5.0</AssemblyVersion>
<FileVersion>2.5.0</FileVersion>
<Description>Contains Subscription Types and Models for Twitch's EventSub system</Description>
<PackageIconUrl>https://cdn.syzuna-programs.de/images/twitchlib.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/TwitchLib/TwitchLib.EventSub.Websockets</PackageProjectUrl>
<RepositoryUrl>https://github.com/TwitchLib/TwitchLib.EventSub.Websockets</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Copyright 2023</Copyright>
<PackageTags>twitch library events eventsub subscriptiontypes c# csharp net netstandard2.0 netstandard2.1 5.0 6.0 7.0</PackageTags>
<PackageReleaseNotes>Added GuestStar Subscription Types, added AsyncEventHandler delegate</PackageReleaseNotes>
<PackageTags>twitch library events eventsub subscriptiontypes c# csharp net netstandard2.0 netstandard2.1 5.0 6.0 7.0 8.0</PackageTags>
<PackageReleaseNotes>Added .NET 8 build target, removed GuestStarSlotUpdate, updated GuestStarGuestUpdated, Fixed some GuestStar property names, fixed HypeTrainProgress</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<NeutralLanguage>en-US</NeutralLanguage>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand Down

0 comments on commit 3825426

Please sign in to comment.