Skip to content

Commit

Permalink
PubSub 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
occluder committed Aug 10, 2024
1 parent ed86d51 commit df3e25a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions MiniTwitch.PubSub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# MiniTwitch.PubSub Changelog

## 1.0.4

### Minor changes
- `PubSubClient` now has the property `IsConnected` for checking whether the underlying WebSocket is connected

***

## 1.0.3

### Minor changes
Expand Down
4 changes: 2 additions & 2 deletions MiniTwitch.PubSub/MiniTwitch.PubSub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>1.0.3</PackageVersion>
<Version>1.0.3</Version>
<PackageVersion>1.0.4</PackageVersion>
<Version>1.0.4</Version>
<PackageId>MiniTwitch.PubSub</PackageId>
<Title>MiniTwitch.Irc</Title>
<Description>Fast and easy to use async library for Twitch's PubSub service</Description>
Expand Down

0 comments on commit df3e25a

Please sign in to comment.