Skip to content

Commit c65e827

Browse files
authored
Merge pull request #459 from angularsen/add-xmldoc-to-nugets
Add xmldoc to nugets
2 parents 146ee4c + 14d66ed commit c65e827

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)