Skip to content

Commit eeee2d1

Browse files
committed
build: Stop breaking semver and call 3.1.1 v4
Just tried updating with another dev and this is a big enough API break to call it v4
1 parent 4096728 commit eeee2d1

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

Buttplug/Buttplug.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageId />
55
<Title>Buttplug</Title>
66
<AssemblyName>Buttplug</AssemblyName>
7-
<Version>3.1.1</Version>
7+
<Version>4.0.0</Version>
88
<Summary>Buttplug Sex Toy Control Library - Client Implementation</Summary>
99
<Description>Buttplug Sex Toy Control Library. Contains Core (messages, errors, etc), Client, and Websocket Connector components</Description>
1010
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net47</TargetFrameworks>

CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
# 3.1.1 (2024-09-05)
2-
3-
## Bugfixes
4-
5-
- Oops, the README still mentioned the old websockets package. Fixing that, which requires a version
6-
change to show up on NuGet.
7-
- Module path change for websockets didn't get checked in
8-
9-
# 3.1.0 (2024-09-05)
1+
# 4.0.0 (2024-09-05)
102

113
## Breaking Changes
124

@@ -26,6 +18,10 @@
2618
- Update to Newtonsoft.JSON 13.0.3
2719
- Evaluating move to included litjson to remove this and make the library dependency free.
2820

21+
# 3.0.2/3.1.1 (2024-09-05)
22+
23+
- Yanked because of semver breakage. Should just have called this v4. See v4 notes.
24+
2925
# 3.0.1 (2023-06-18)
3026

3127
## Bugfixes

0 commit comments

Comments
 (0)