Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Add releasenotes and projecturl in the nuget package. (#25316)
Browse files Browse the repository at this point in the history
* Add releasenotes and projecturl in the nuget package.

* Update the description.
  • Loading branch information
huanwu authored and shmao committed Jan 2, 2018
1 parent b445c84 commit 72f99f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
},
{
"Name": "Microsoft.XmlSerializer.Generator",
"Description": "Provides SGen tool to generate Xml serialization code for types in a specified assembly in order to improve the startup performance of a XmlSerializer when it serializes or deserializes objects of the specified types",
"Description": "Like the Xml Serializer Generator (sgen.exe) on desktop, Microsoft.XmlSerializer.Generator NuGet package is the solution for .NET Core and .NET Standard Libraries. It creates an Xml serialization assembly for types contained in an assembly in order to improve the startup performance of Xml serialization when serializing or de-serializing objects of those types using XmlSerializer.",
"CommonTypes": []
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<ProjectReference Include="..\src\Microsoft.XmlSerializer.Generator.csproj" />
</ItemGroup>
<PropertyGroup>
<ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=863421</ReleaseNotes>
<ProjectUrl>https://go.microsoft.com/fwlink/?linkid=858594</ProjectUrl>
<SkipPackageFileCheck>true</SkipPackageFileCheck>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 72f99f6

Please sign in to comment.