Skip to content

Commit f111589

Browse files
committed
Generate xml doc files and include them in NuGet packages
1 parent 492c745 commit f111589

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

SharpNoise.Utilities/SharpNoise.Utilities.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>0.12.1.0</Version>
5+
<Version>0.12.1.1</Version>
66
<Authors>Raffael Thome</Authors>
7+
<Company>Raffael Thome</Company>
78
<Product>SharpNoise</Product>
89
<Description>A library for generating coherent noise (utility library).</Description>
910
<Copyright>Copyright © Raffael Thome</Copyright>
1011
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1112
<PackageProjectUrl>https://github.com/rthome/SharpNoise</PackageProjectUrl>
1213
<RepositoryUrl>https://github.com/rthome/SharpNoise.git</RepositoryUrl>
1314
<RepositoryType>git</RepositoryType>
15+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1416
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15-
<Company>Raffael Thome</Company>
1617
</PropertyGroup>
1718

1819
<ItemGroup>

SharpNoise/SharpNoise.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>0.12.1.0</Version>
5+
<Version>0.12.1.1</Version>
66
<Authors>Raffael Thome</Authors>
77
<Company>Raffael Thome</Company>
88
<Description>A library for generating coherent noise.</Description>
@@ -11,6 +11,7 @@
1111
<PackageProjectUrl>https://github.com/rthome/SharpNoise</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/rthome/SharpNoise.git</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
14+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1415
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1516
</PropertyGroup>
1617

0 commit comments

Comments
 (0)