Skip to content

Commit 57e1240

Browse files
committed
Add XML docs to nuget package
1 parent 8bb45ce commit 57e1240

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ScryfallApi.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScryfallApi.WebSample", "sa
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScryfallApi.NetFxExample", "samples\ScryfallApi.NetFxExample\ScryfallApi.NetFxExample.csproj", "{9EE20F37-E50E-4395-A37D-979AD38D995A}"
1313
EndProject
14+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F938EC12-7230-41F9-A93F-44E9D4DCAF02}"
15+
ProjectSection(SolutionItems) = preProject
16+
README.md = README.md
17+
EndProjectSection
18+
EndProject
1419
Global
1520
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1621
Debug|Any CPU = Debug|Any CPU

src/ScryfallApi.Client/ScryfallApi.Client.csproj

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

33
<PropertyGroup>
44
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
5-
<PackageId>ScryfallAPI.Client</PackageId>
5+
<PackageId>ScryfallAPI.Client</PackageId>
66
<Version>2.0.0</Version>
77
<Authors>Gonkers</Authors>
88
<Company />
99
<Description>.NET client library for accessing the scryfall.com API</Description>
1010
<PackageProjectUrl>https://github.com/Gonkers/Scryfall-API-Client</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/Gonkers/Scryfall-API-Client</RepositoryUrl>
12-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
12+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1314
<PackageTags>scryfall scryfall-api</PackageTags>
1415
<LangVersion>latest</LangVersion>
1516
</PropertyGroup>

0 commit comments

Comments
 (0)