Skip to content

Commit 84aa251

Browse files
committed
Add README.md to package and update project properties
1 parent f710c5a commit 84aa251

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Experimental.System.Messaging/Experimental.System.Messaging.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
The source code for this package is derived from the .NET Framework reference source code.</Description>
1616
<PackageLicenseUrl></PackageLicenseUrl>
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
18-
<PackageReleaseNotes>1.1.0 - Fix Trustee class namespace</PackageReleaseNotes>
1918
<PackageProjectUrl>https://referencesource.microsoft.com/#System.Messaging</PackageProjectUrl>
2019
<RepositoryUrl>https://github.com/dotnetdev-kr/Experimental.System.Messaging</RepositoryUrl>
2120
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2221
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
22+
<PackageReadmeFile>README.md</PackageReadmeFile>
23+
<RepositoryType>git</RepositoryType>
2324
</PropertyGroup>
2425

2526
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -39,6 +40,10 @@ The source code for this package is derived from the .NET Framework reference so
3940
<Pack>True</Pack>
4041
<PackagePath></PackagePath>
4142
</None>
43+
<None Include="..\README.md">
44+
<Pack>True</Pack>
45+
<PackagePath></PackagePath>
46+
</None>
4247
</ItemGroup>
4348

4449
<ItemGroup>

0 commit comments

Comments
 (0)