Skip to content

Commit

Permalink
Bumped major version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukk94 committed Jun 8, 2023
1 parent ccdfd61 commit dcef147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TwitchLib.PubSub/TwitchLib.PubSub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>TwitchLib.PubSub</PackageId>
<VersionPrefix>3.2.6</VersionPrefix>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Description>PubSub component of TwitchLib. This component allows you to access Twitch's PubSub event system and subscribe/unsubscribe from topics.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -18,8 +18,8 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>twitch library irc chat c# csharp api events pubsub net standard 2.0</PackageTags>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>3.2.6</AssemblyVersion>
<FileVersion>3.2.6</FileVersion>
<AssemblyVersion>4.0.0</AssemblyVersion>
<FileVersion>4.0.0</FileVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit dcef147

Please sign in to comment.