Skip to content

Commit 65c1c98

Browse files
committed
Adds NuGet title to projects
1 parent 216c5be commit 65c1c98

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/FRC.NetworkTables.Core.DesktopLibraries/FRC.NetworkTables.Core.DesktopLibraries.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<Description>Native desktop libraries for NetworkTables</Description>
55
<Copyright>Copyright 2016 RobotDotNet</Copyright>
66
<AssemblyTitle>FRC NetworkTables.Core.DesktopLibraries</AssemblyTitle>
7+
<Title>FRC NetworkTables.Core.DesktopLibraries</Title>
78
<VersionPrefix>3.0.0-local</VersionPrefix>
89
<Authors>RobotDotNet</Authors>
910
<TargetFrameworks>net40;netstandard1.5</TargetFrameworks>

src/FRC.NetworkTables.Core/FRC.NetworkTables.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<Description>NetworkTables using the ntcore library.</Description>
55
<Copyright>Copyright 2016 RobotDotNet</Copyright>
66
<AssemblyTitle>FRC NetworkTables.Core</AssemblyTitle>
7+
<Title>FRC NetworkTables.Core</Title>
78
<VersionPrefix>3.0.0-local</VersionPrefix>
89
<Authors>RobotDotNet</Authors>
910
<TargetFrameworks>net45;net40;netstandard1.5</TargetFrameworks>

src/FRC.NetworkTables/FRC.NetworkTables.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Description>A Managed version of the NetworkTables3 Protocol.</Description>
44
<Copyright>Copyright 2016 RobotDotNet</Copyright>
55
<AssemblyTitle>FRC NetworkTables</AssemblyTitle>
6+
<Title>FRC NetworkTables</Title>
67
<VersionPrefix>3.0.0-local</VersionPrefix>
78
<Authors>RobotDotNet</Authors>
89
<TargetFrameworks>net46;netstandard1.3</TargetFrameworks>

0 commit comments

Comments
 (0)