Skip to content

Commit f43880a

Browse files
committed
Add documentation files to nupkg
1 parent fcbfe55 commit f43880a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SourceMaps.StackTraces/SourceMaps.StackTraces.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
<Nullable>enable</Nullable>
77

88
<PackageId>SourceMaps.StackTraces</PackageId>
9-
<Version>0.2.0</Version>
9+
<Version>0.2.1</Version>
1010
<Authors>sleeuwen</Authors>
1111
<Description>.NET Standard 2.0 library for parsing javascript stacktraces and mapping them to sourcemaps</Description>
1212
<PackageDescription>.NET Standard 2.0 library for parsing javascript stacktraces and mapping them to sourcemaps</PackageDescription>
1313
<RepositoryUrl>https://github.com/sleeuwen/sourcemaps</RepositoryUrl>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<Title>SourceMaps.StackTraces</Title>
1616
<PackageTags>source-map;javascript-stacktrace</PackageTags>
17+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1718

1819
<!-- SourceLink -->
1920
<PublishRepositoryUrl>true</PublishRepositoryUrl>

SourceMaps/SourceMaps.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
<Nullable>enable</Nullable>
77

88
<PackageId>SourceMaps</PackageId>
9-
<Version>0.2.0</Version>
9+
<Version>0.2.1</Version>
1010
<Authors>sleeuwen</Authors>
1111
<Description>.NET Standard 2.0 library for parsing sourcemaps</Description>
1212
<PackageDescription>.NET Standard 2.0 library for parsing sourcemaps</PackageDescription>
1313
<RepositoryUrl>https://github.com/sleeuwen/sourcemaps</RepositoryUrl>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<Title>SourceMaps</Title>
1616
<PackageTags>source-map</PackageTags>
17+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1718

1819
<!-- SourceLink -->
1920
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)