Skip to content

Commit fd1d298

Browse files
committed
add symbols
1 parent 9845abc commit fd1d298

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<RepositoryType>git</RepositoryType>
88
<Copyright>Copyright 2020 FSharp.TypeProviders.SDK contributors</Copyright>
99
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
10-
<Version>2.0.1</Version>
10+
<Version>2.0.2</Version>
1111
</PropertyGroup>
1212
</Project>

src/FSharp.TypeProviders.SDK.fsproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.1</TargetFrameworks>
44
<OutputType>Library</OutputType>
5+
<DebugType>portable</DebugType>
6+
<IncludeSymbols>true</IncludeSymbols>
7+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
58
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
69
<PackageIcon>logo.png</PackageIcon>
710
<Description>The core implementation of an F# type provider</Description>
@@ -15,6 +18,13 @@
1518
</ItemGroup>
1619
<ItemGroup>
1720
<None Include="../docs/files/img/logo.png" Pack="true" Visible="false" PackagePath="" />
21+
<Content Include="ProvidedTypes.*" copyToOutput="true">
22+
<IncludeInPackage>true</IncludeInPackage>
23+
<CopyToOutput>true</CopyToOutput>
24+
<BuildAction>Content</BuildAction>
25+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
26+
<PackagePath>src</PackagePath>
27+
</Content>
1828
</ItemGroup>
1929
<ItemGroup>
2030
<PackageReference Update="FSharp.Core" Version="4.7.2" />

0 commit comments

Comments
 (0)