Skip to content

Commit c31c781

Browse files
committed
doc: Update Changelog, README, licenses, and nuspec files
Add 0.1.1 changelog stuff, switch licenses/copyrights, update nuspec files and add nuspec for controls Fixes #263
1 parent 9d0ca3c commit c31c781

9 files changed

Lines changed: 55 additions & 45 deletions

File tree

Buttplug.Client/Buttplug.Client.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
<projectUrl>http://www.github.com/metafetish/buttplug-csharp</projectUrl>
1111
<iconUrl>https://github.com/metafetish/buttplug-csharp/blob/master/Buttplug.Components.Controls/Resources/buttplug-logo-1.png?raw=true</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>Client Library for the Buttplug Sex Toy Control Protocol</description>
14-
<releaseNotes>Prerelease package. Abandon all hope, ye who enter here.</releaseNotes>
15-
<copyright>Copyright 2017 Metafetish</copyright>
13+
<description>Client Library for the Buttplug Sex Toy Control Protocol. Contains client classes for library style (embedded) client/server setups, as well as a WebSocket client.</description>
14+
<copyright>Copyright 2017 Nonpolynomial Labs, LLC</copyright>
1615
<dependencies>
1716
<dependency id="Buttplug.Core" version="0.0.0" />
1817
</dependencies>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>Buttplug Controls Library</title>
7+
<authors>qdot</authors>
8+
<owners>qdot</owners>
9+
<licenseUrl>https://opensource.org/licenses/BSD-3-Clause</licenseUrl>
10+
<projectUrl>http://www.github.com/metafetish/buttplug-csharp</projectUrl>
11+
<iconUrl>https://github.com/metafetish/buttplug-csharp/blob/master/Buttplug.Components.Controls/Resources/buttplug-logo-1.png?raw=true</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>WPF Controls Library for the Buttplug Sex Toy Control Protocol Applications. Contains a main tab control, about control, and device control for rapid prototyping Buttplug based applications.</description>
14+
<copyright>Copyright 2017 Nonpolynomial Labs, LLC</copyright>
15+
<dependencies>
16+
<dependency id="Buttplug.Core" version="0.0.0" />
17+
<dependency id="Buttplug.Server" version="0.0.0" />
18+
</dependencies>
19+
</metadata>
20+
</package>

Buttplug.Core/Buttplug.Core.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
<projectUrl>http://www.github.com/metafetish/buttplug-csharp</projectUrl>
1111
<iconUrl>https://github.com/metafetish/buttplug-csharp/blob/master/Buttplug.Components.Controls/Resources/buttplug-logo-1.png?raw=true</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>Core Library for the Buttplug Sex Toy Control Protocol</description>
14-
<releaseNotes>Prerelease package. Abandon all hope, ye who enter here.</releaseNotes>
15-
<copyright>Copyright 2017 Metafetish</copyright>
13+
<description>Core Library for the Buttplug Sex Toy Control Protocol. Contains base classes for message creation, abstract devices/transports, and utilities for Client/Server creation.</description>
14+
<copyright>Copyright 2017 Nonpolynomial Labs, LLC</copyright>
1615
</metadata>
1716
</package>

Buttplug.Server.Managers.UWPBluetoothManager/Buttplug.Server.Managers.UWPBluetoothManager.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<iconUrl>https://github.com/metafetish/buttplug-csharp/blob/master/Buttplug.Components.Controls/Resources/buttplug-logo-1.png?raw=true</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Library for adding UWP Bluetooth (Windows 10 15063 Creators Update or Later) support to Buttplug Servers</description>
14-
<releaseNotes>Prerelease package. Abandon all hope, ye who enter here.</releaseNotes>
15-
<copyright>Copyright 2017 Metafetish</copyright>
14+
<copyright>Copyright 2017 Nonpolynomial Labs, LLC</copyright>
1615
<dependencies>
1716
<dependency id="Buttplug.Core" version="0.0.0" />
1817
<dependency id="Buttplug.Server" version="0.0.0" />

Buttplug.Server.Managers.XInputGamepadManager/Buttplug.Server.Managers.XInputGamepadManager.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
<projectUrl>http://www.github.com/metafetish/buttplug-csharp</projectUrl>
1111
<iconUrl>https://github.com/metafetish/buttplug-csharp/blob/master/Buttplug.Components.Controls/Resources/buttplug-logo-1.png?raw=true</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>Library for adding XInput Gamepad (Windows 7 or Later) support to Buttplug Servers</description>
14-
<releaseNotes>Prerelease package. Abandon all hope, ye who enter here.</releaseNotes>
15-
<copyright>Copyright 2017 Metafetish</copyright>
13+
<description>Library for adding XInput Gamepad (Windows 7 or Later) support to Buttplug Servers.</description>
14+
<copyright>Copyright 2017 Nonpolynomial Labs, LLC</copyright>
1615
<dependencies>
1716
<dependency id="Buttplug.Core" version="0.0.0" />
1817
<dependency id="Buttplug.Server" version="0.0.0" />

Buttplug.Server/Buttplug.Server.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
<projectUrl>http://www.github.com/metafetish/buttplug-csharp</projectUrl>
1111
<iconUrl>https://github.com/metafetish/buttplug-csharp/blob/master/Buttplug.Components.Controls/Resources/buttplug-logo-1.png?raw=true</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>Base Server Library for the Buttplug Sex Toy Control Protocol</description>
14-
<releaseNotes>Prerelease package. Abandon all hope, ye who enter here.</releaseNotes>
15-
<copyright>Copyright 2017 Metafetish</copyright>
13+
<description>Base Server Library for the Buttplug Sex Toy Control Protocol. Manages device classes and connection states.</description>
14+
<copyright>Copyright 2017 Nonpolynomial Labs, LLC</copyright>
1615
<dependencies>
1716
<dependency id="Buttplug.Core" version="0.0.0" />
1817
</dependencies>

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
1+
# 0.1.1 (2017-09-15)
2+
3+
## Features
4+
5+
- Added auto update and update checking functionality
6+
- Added support for the following hardware
7+
- WeVibe 4 Plus, Ditto, Nova, Pivot, Wish, Verge
8+
- Lovense Domi
9+
- Added more product names for the Lovense Hush (LVS-Z36, LVS_Z001)
10+
- Added Game Vibration Router application
11+
- WebsocketServer now defaults to SSL
12+
13+
## Bugfixes
14+
15+
- SSL Errors in Websocket Server are now shown in GUI or as a notification, not in modal dialogs.
16+
- Fixed ObjectDisposed Exception in Kiiroo App
17+
- Fixed port number changing in Websocket Server
18+
- Fixed crash when copying IP addresses in Websocket Server
19+
- Fixed version number listing in logs
20+
121
# 0.1.0 (2017-08-07)
222

23+
## Features
24+
325
- First release
426
- Added support for the following hardware
527
- XInput (XBox) Gamepads
6-
- Lovense Toys (vibration only)
28+
- Lovense Max, Nora, Lush, Hush, Ambi, Edge (vibration only)
729
- Fleshlight Launch
830
- Vorze A10 Cyclone
931
- Magic Motion toys

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Buttplug is covered under the following BSD 3-Clause License
22

3-
Copyright (c) 2017, Metafetish
3+
Copyright (c) 2017, Nonpolynomial Labs, LLC
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -68,32 +68,5 @@ write code for!
6868

6969
## License
7070

71-
Buttplug is BSD licensed.
72-
73-
Copyright (c) 2016-2017, Metafetish
74-
All rights reserved.
75-
76-
Redistribution and use in source and binary forms, with or without
77-
modification, are permitted provided that the following conditions are met:
78-
79-
* Redistributions of source code must retain the above copyright notice, this
80-
list of conditions and the following disclaimer.
81-
82-
* Redistributions in binary form must reproduce the above copyright notice,
83-
this list of conditions and the following disclaimer in the documentation
84-
and/or other materials provided with the distribution.
85-
86-
* Neither the name of buttplug nor the names of its
87-
contributors may be used to endorse or promote products derived from
88-
this software without specific prior written permission.
89-
90-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
91-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
92-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
93-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
94-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
95-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
96-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
97-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
98-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
99-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
71+
Buttplug is BSD 3-Clause licensed. More information is available in
72+
the LICENSE file.

0 commit comments

Comments
 (0)