This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch 0.18.0
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/0.18.0 by this push:
new c30ee69ef Added reference to existing netstd README.md file to satisfy
nuget package upload
c30ee69ef is described below
commit c30ee69ef671a9fd4b86f19b38e0b10964c0d4bc
Author: Jens Geyer <[email protected]>
AuthorDate: Tue Feb 14 23:33:29 2023 +0100
Added reference to existing netstd README.md file to satisfy nuget package
upload
---
lib/netstd/Thrift/Thrift.csproj | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/lib/netstd/Thrift/Thrift.csproj b/lib/netstd/Thrift/Thrift.csproj
index 902e3db9a..edc5d8f0a 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.18.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>