Skip to content

Commit d73e0a2

Browse files
committed
Update ApiDoctor packageRef, set Source for CsdlWriterOption.
1 parent 71e19db commit d73e0a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Typewriter/DocAnnotationWriter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ internal async static Task<string> ApplyAnnotationsToCsdl(string csdl, Options o
9494
var csdlWriterOptions = new CsdlWriterOptions()
9595
{
9696
DocumentationSetPath = options.DocsRoot + "\\api-reference\\v1.0\\",
97-
//Annotations = AnnotationOptions.AllAnnotations,
98-
MergeWithMetadataPath = options.Metadata,
97+
Annotations = AnnotationOptions.Properties,
98+
SourceMetadataPath = options.Metadata,
9999
SkipMetadataGeneration = true,
100100
Formats = MetadataFormat.EdmxInput
101101
};

src/Typewriter/Typewriter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</ItemGroup>
7272
<ItemGroup>
7373
<PackageReference Include="ApiDoctor.Publishing">
74-
<Version>1.0.0-CI-20181018-040801</Version>
74+
<Version>1.0.0-CI-20181030-211105</Version>
7575
</PackageReference>
7676
<PackageReference Include="CommandLineParser">
7777
<Version>2.2.1</Version>

0 commit comments

Comments
 (0)