Skip to content

Commit

Permalink
Generate xml doc files and include them in NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rthome committed Mar 18, 2020
1 parent 492c745 commit f111589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions SharpNoise.Utilities/SharpNoise.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.12.1.0</Version>
<Version>0.12.1.1</Version>
<Authors>Raffael Thome</Authors>
<Company>Raffael Thome</Company>
<Product>SharpNoise</Product>
<Description>A library for generating coherent noise (utility library).</Description>
<Copyright>Copyright © Raffael Thome</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/rthome/SharpNoise</PackageProjectUrl>
<RepositoryUrl>https://github.com/rthome/SharpNoise.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company>Raffael Thome</Company>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion SharpNoise/SharpNoise.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.12.1.0</Version>
<Version>0.12.1.1</Version>
<Authors>Raffael Thome</Authors>
<Company>Raffael Thome</Company>
<Description>A library for generating coherent noise.</Description>
Expand All @@ -11,6 +11,7 @@
<PackageProjectUrl>https://github.com/rthome/SharpNoise</PackageProjectUrl>
<RepositoryUrl>https://github.com/rthome/SharpNoise.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down

0 comments on commit f111589

Please sign in to comment.