Skip to content

Commit 14d66ed

Browse files
committed
Add xmldoc to nugets
All nugets now have an .XML file included, with all the xmldoc. What is the use of all our lovely xmldoc if no one is actually able to read it? :-D
1 parent 146ee4c commit 14d66ed

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

UnitsNet.Serialization.JsonNet/UnitsNet.Serialization.JsonNet.Common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<Copyright>Copyright (c) 2015 Andreas Gullberg Larsen</Copyright>
1010
<IncludeSymbols>true</IncludeSymbols>
1111
<IncludeSource>true</IncludeSource>
12+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1213
<RepositoryUrl>https://github.com/angularsen/UnitsNet</RepositoryUrl>
1314
<PackageIconUrl>https://raw.githubusercontent.com/angularsen/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</PackageIconUrl>
1415
<PackageProjectUrl>https://github.com/angularsen/UnitsNet</PackageProjectUrl>

UnitsNet.WindowsRuntimeComponent/UnitsNet.WindowsRuntimeComponent.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
<GenerateLibraryLayout>true</GenerateLibraryLayout>
40+
<DocumentationFile>..\Artifacts\UnitsNet.WindowsRuntimeComponent\UnitsNet.XML</DocumentationFile>
4041
</PropertyGroup>
4142
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
4243
<PlatformTarget>x86</PlatformTarget>

UnitsNet/UnitsNet.Common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<Copyright>Copyright (c) 2013 Andreas Gullberg Larsen</Copyright>
1010
<IncludeSymbols>true</IncludeSymbols>
1111
<IncludeSource>true</IncludeSource>
12+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1213
<RepositoryUrl>https://github.com/angularsen/UnitsNet</RepositoryUrl>
1314
<PackageIconUrl>https://raw.githubusercontent.com/angularsen/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</PackageIconUrl>
1415
<PackageProjectUrl>https://github.com/angularsen/UnitsNet</PackageProjectUrl>

0 commit comments

Comments
 (0)