Skip to content

Commit

Permalink
Bump Version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Syzuna authored Jan 3, 2024
1 parent 5d30385 commit 26c20c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/TwitchLib.Communication/TwitchLib.Communication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionPrefix>2.0.1</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Authors>swiftyspiffy, Prom3theu5, Syzuna, LuckyNoS7evin</Authors>
<Company>swiftyspiffy, Prom3theu5, Syzuna, LuckyNoS7evin</Company>
<Description>Connection library used throughout TwitchLib to replace third party depedencies.</Description>
<Copyright>Copyright 2023</Copyright>
<Copyright>Copyright 2024</Copyright>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/TwitchLib/TwitchLib.Communication</PackageProjectUrl>
<PackageIconUrl>https://cdn.syzuna-programs.de/images/twitchlib.png</PackageIconUrl>
<RepositoryUrl>https://github.com/TwitchLib/TwitchLib.Communication</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>twitch twitchlib library irc chat c# csharp api events pubsub net standard 2.0</PackageTags>
<PackageReleaseNotes>Fix reconnect loop on disconnect</PackageReleaseNotes>
<PackageReleaseNotes>Fix disposing issue, updated dependecies and framework version</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<AssemblyVersion>2.0.1</AssemblyVersion>
<FileVersion>2.0.1</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<WarningsAsErrors>nullable</WarningsAsErrors>
Expand Down

0 comments on commit 26c20c5

Please sign in to comment.