Skip to content

Commit 7fba7fa

Browse files
NZSmartieqdot
authored andcommitted
Update Nuget package information to the project
1 parent caa39f2 commit 7fba7fa

3 files changed

Lines changed: 35 additions & 1 deletion

File tree

Buttplug.Client/Buttplug.Client.csproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<PackageId />
45
<RootNamespace>Buttplug.Client</RootNamespace>
56
<AssemblyName>Buttplug.Client</AssemblyName>
67
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
78
<CodeAnalysisRuleSet>..\Buttplug.ProjectFiles\ButtplugCodeAnalysisRules.ruleset</CodeAnalysisRuleSet>
89
<RunCodeAnalysis>true</RunCodeAnalysis>
10+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
11+
<Product>Buttplug Client Library</Product>
12+
<Authors>qdot</Authors>
13+
<Copyright>Copyright 2017 Nonpolynomial Labs, LLC</Copyright>
14+
<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>
15+
<PackageIconUrl>https://github.com/metafetish/buttplug-csharp/blob/master/Buttplug.Components.Controls/Resources/buttplug-logo-1.png?raw=true</PackageIconUrl>
16+
<PackageProjectUrl>http://www.github.com/metafetish/buttplug-csharp</PackageProjectUrl>
17+
<PackageLicenseUrl>https://opensource.org/licenses/BSD-3-Clause</PackageLicenseUrl>
18+
19+
<!--Generate Symbols (*.pdb) files in their own package for easier debugging by consuming apps-->
20+
<IncludeSource>True</IncludeSource>
21+
<IncludeSymbols>True</IncludeSymbols>
22+
23+
<!--Don't auto generate AssemblyInfo-->
924
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1025
</PropertyGroup>
1126

Buttplug.Core/Buttplug.Core.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<PackageId />
45
<RootNamespace>Buttplug.Core</RootNamespace>
56
<AssemblyName>Buttplug.Core</AssemblyName>
67
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
@@ -9,13 +10,16 @@
910
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1011
<Product>Buttplug Core Library</Product>
1112
<Authors>qdot</Authors>
12-
<Company>qdot</Company>
1313
<Copyright>Copyright 2017 Nonpolynomial Labs, LLC</Copyright>
1414
<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>
1515
<PackageIconUrl>https://github.com/metafetish/buttplug-csharp/blob/master/Buttplug.Components.Controls/Resources/buttplug-logo-1.png?raw=true</PackageIconUrl>
1616
<PackageProjectUrl>http://www.github.com/metafetish/buttplug-csharp</PackageProjectUrl>
1717
<PackageLicenseUrl>https://opensource.org/licenses/BSD-3-Clause</PackageLicenseUrl>
1818

19+
<!--Generate Symbols (*.pdb) files in their own package for easier debugging by consuming apps-->
20+
<IncludeSource>True</IncludeSource>
21+
<IncludeSymbols>True</IncludeSymbols>
22+
1923
<!--Don't auto generate AssemblyInfo-->
2024
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2125
</PropertyGroup>

Buttplug.Server/Buttplug.Server.csproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<PackageId />
45
<RootNamespace>Buttplug.Server</RootNamespace>
56
<AssemblyName>Buttplug.Server</AssemblyName>
67
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
78
<CodeAnalysisRuleSet>..\Buttplug.ProjectFiles\ButtplugCodeAnalysisRules.ruleset</CodeAnalysisRuleSet>
89
<RunCodeAnalysis>true</RunCodeAnalysis>
10+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
11+
<Product>Buttplug Server Library</Product>
12+
<Authors>qdot</Authors>
13+
<Copyright>Copyright 2017 Nonpolynomial Labs, LLC</Copyright>
14+
<Description>Base Server Library for the Buttplug Sex Toy Control Protocol. Manages device classes and connection states.</Description>
15+
<PackageIconUrl>https://github.com/metafetish/buttplug-csharp/blob/master/Buttplug.Components.Controls/Resources/buttplug-logo-1.png?raw=true</PackageIconUrl>
16+
<PackageProjectUrl>http://www.github.com/metafetish/buttplug-csharp</PackageProjectUrl>
17+
<PackageLicenseUrl>https://opensource.org/licenses/BSD-3-Clause</PackageLicenseUrl>
18+
19+
<!--Generate Symbols (*.pdb) files in their own package for easier debugging by consuming apps-->
20+
<IncludeSource>True</IncludeSource>
21+
<IncludeSymbols>True</IncludeSymbols>
22+
23+
<!--Don't auto generate AssemblyInfo-->
924
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1025
</PropertyGroup>
1126

0 commit comments

Comments
 (0)