|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <!--x-release-please-start-version--> |
4 | | - <Version>5.0.0</Version> |
| 4 | + <Version>5.0.1</Version> |
5 | 5 | <!--x-release-please-end--> |
6 | 6 | <TargetFrameworks>netstandard2.0;net462</TargetFrameworks> |
7 | 7 | <PackageId>LaunchDarkly.ServerSdk.DynamoDB</PackageId> |
|
20 | 20 | <IncludeSymbols>true</IncludeSymbols> |
21 | 21 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
22 | 22 | <RootNamespace>LaunchDarkly.Sdk.Server.Integrations</RootNamespace> |
| 23 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
23 | 24 | <Configurations>Debug;Release;DebugLocalReferences</Configurations> |
24 | 25 | <Platforms>AnyCPU</Platforms> |
25 | 26 | </PropertyGroup> |
|
42 | 43 | <ProjectReference Include="../../sdk/server/src/LaunchDarkly.ServerSdk.csproj" /> |
43 | 44 | </ItemGroup> |
44 | 45 | <ItemGroup> |
45 | | - <Content Include="..\CHANGELOG.md"> |
| 46 | + <None Include="..\CHANGELOG.md"> |
46 | 47 | <Link>CHANGELOG.md</Link> |
47 | | - </Content> |
48 | | - <Content Include="..\CONTRIBUTING.md"> |
| 48 | + <Pack>false</Pack> |
| 49 | + </None> |
| 50 | + <None Include="..\CONTRIBUTING.md"> |
49 | 51 | <Link>CONTRIBUTING.md</Link> |
50 | | - </Content> |
51 | | - <Content Include="..\docfx.json"> |
| 52 | + <Pack>false</Pack> |
| 53 | + </None> |
| 54 | + <None Include="..\docfx.json"> |
52 | 55 | <Link>docfx.json</Link> |
53 | | - </Content> |
54 | | - <Content Include="..\index.md"> |
| 56 | + <Pack>false</Pack> |
| 57 | + </None> |
| 58 | + <None Include="..\index.md"> |
55 | 59 | <Link>index.md</Link> |
56 | | - </Content> |
57 | | - <Content Include="..\README.md"> |
| 60 | + <Pack>false</Pack> |
| 61 | + </None> |
| 62 | + <None Include="..\README.md"> |
58 | 63 | <Link>README.md</Link> |
59 | | - </Content> |
60 | | - <Content Include="..\SECURITY.md"> |
| 64 | + <Pack>true</Pack> |
| 65 | + <PackagePath>\</PackagePath> |
| 66 | + </None> |
| 67 | + <None Include="..\SECURITY.md"> |
61 | 68 | <Link>SECURITY.md</Link> |
62 | | - </Content> |
| 69 | + <Pack>false</Pack> |
| 70 | + </None> |
63 | 71 | </ItemGroup> |
64 | 72 |
|
65 | 73 | <PropertyGroup> |
|
0 commit comments