Skip to content

Commit 2161082

Browse files
committed
Remove symbols nuget packages
Instead use SourceLink only.
1 parent badd2ee commit 2161082

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

UnitsNet.Serialization.JsonNet/UnitsNet.Serialization.JsonNet.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<!-- NuGet properties -->
33
<PropertyGroup>
44
<PackageId>UnitsNet.Serialization.JsonNet</PackageId>
@@ -7,8 +7,6 @@
77
<Title>Units.NET Serialization with Json.NET</Title>
88
<Description>A helper library for serializing and deserializing types in Units.NET using Json.NET.</Description>
99
<Copyright>Copyright (c) 2015 Andreas Gullberg Larsen</Copyright>
10-
<IncludeSymbols>true</IncludeSymbols>
11-
<IncludeSource>true</IncludeSource>
1210
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1311
<RepositoryUrl>https://github.com/angularsen/UnitsNet</RepositoryUrl>
1412
<PackageIconUrl>https://raw.githubusercontent.com/angularsen/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</PackageIconUrl>

UnitsNet/UnitsNet.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<Title>Units.NET</Title>
88
<Description>Get all the common units of measurement and the conversions between them. It is light-weight and thoroughly tested.</Description>
99
<Copyright>Copyright (c) 2013 Andreas Gullberg Larsen</Copyright>
10-
<IncludeSymbols>true</IncludeSymbols>
11-
<IncludeSource>true</IncludeSource>
1210
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1311
<RepositoryUrl>https://github.com/angularsen/UnitsNet</RepositoryUrl>
1412
<PackageIconUrl>https://raw.githubusercontent.com/angularsen/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</PackageIconUrl>

0 commit comments

Comments
 (0)