Skip to content

Commit

Permalink
doc: Update version/CHANGELOG for v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Jun 25, 2023
1 parent a909020 commit 2b1a8f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Expand Up @@ -9,7 +9,7 @@
<Title>Buttplug Client Websocket Connector</Title>
<Summary>Websocket Connection Capabilities for Buttplug Clients</Summary>
<Description>Websocket Connection Capabilities for Buttplug Clients. (.Net Standard 2.0+)</Description>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<TargetFrameworks>netstandard2.1;netstandard2</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Copyright>Copyright Nonpolynomial Labs, LLC</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Buttplug/Buttplug.csproj
Expand Up @@ -4,7 +4,7 @@
<PackageId />
<Title>Buttplug</Title>
<AssemblyName>Buttplug</AssemblyName>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<Summary>Buttplug Sex Toy Control Library - Client Implementation</Summary>
<Description>Buttplug Sex Toy Control Library. Contains Core (messages, errors, etc), and Client components. Server can be found in Buttplug.FFI.Server (.Net Standard 2.0+)</Description>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# 3.0.1 (2023-06-18)

## Bugfixes

- Readded StopAllDevicesAsync method
- Moved from using dataflow to channel for websocket connector
- Fixed bug with DeviceRemoved not exposing indexes correctly
- Add Unknown to Sensor Types
- Fix multiple Websocket related bugs (ping, async tasks, etc...)

# 3.0.0 (2022-12-30)

Welcome Back, Buttplug C#
Expand Down

0 comments on commit 2b1a8f5

Please sign in to comment.