summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2023-02-14 23:44:40 +0100
committerJens Geyer <jensg@apache.org>2023-02-14 23:45:10 +0100
commitdae5af6b8ce78f18bd3024873f58014a9fd845bb (patch)
treea1ef18338c7d6a8aedaf56269604f9abb8bbd464
parente6b975e436e50d262f0e731cc54583272ce939d4 (diff)
parentc30ee69ef671a9fd4b86f19b38e0b10964c0d4bc (diff)
downloadthrift-dae5af6b8ce78f18bd3024873f58014a9fd845bb.tar.gz
Merge branch 0.18.0
-rw-r--r--lib/netstd/Thrift/Thrift.csproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/netstd/Thrift/Thrift.csproj b/lib/netstd/Thrift/Thrift.csproj
index 614a7aa38..42f193204 100644
--- a/lib/netstd/Thrift/Thrift.csproj
+++ b/lib/netstd/Thrift/Thrift.csproj
@@ -51,7 +51,8 @@
<PackageReleaseNotes></PackageReleaseNotes>
<PackageTags>Apache Thrift RPC</PackageTags>
<PackageReleaseNotes>https://github.com/apache/thrift/blob/0.19.0/CHANGES.md</PackageReleaseNotes>
- <Copyright>Copyright 2022 The Apache Software Foundation</Copyright>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
+ <Copyright>Copyright 2023 The Apache Software Foundation</Copyright>
</PropertyGroup>
<ItemGroup>
@@ -72,6 +73,10 @@
<PackageReference Update="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="..\README.md" Pack="true" PackagePath="\"/>
+ </ItemGroup>
+
<Target Name="SetTFMAssemblyAttributesPath" BeforeTargets="GenerateTargetFrameworkMonikerAttribute">
<PropertyGroup>
<TargetFrameworkMonikerAssemblyAttributesPath>$(IntermediateOutputPath)$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)</TargetFrameworkMonikerAssemblyAttributesPath>