Skip to content

Commit 65f0999

Browse files
authored
Change authors to Microsoft and Add README.md file into nuget (#2881)
* change author to Microsoft * add REAME.md to nuspec * update the copyright
1 parent 9f4f2c8 commit 65f0999

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

src/Microsoft.AspNet.OData/Microsoft.AspNet.OData.Nightly.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>Microsoft.AspNet.OData</id>
55
<title>Microsoft ASP.NET Web API 2.2 for OData v4.0</title>
66
<version>$VersionNuGetSemantic$-Nightly$NightlyBuildVersion$</version>
7-
<authors>OData (.NET Foundation)</authors>
7+
<authors>Microsoft</authors>
88
<copyright>&#169; .NET Foundation and Contributors. All rights reserved.</copyright>
99
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API and to support OData query syntax for your web APIs.</description>
1010
<summary>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API.</summary>

src/Microsoft.AspNet.OData/Microsoft.AspNet.OData.Release.nuspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>Microsoft.AspNet.OData</id>
55
<title>Microsoft ASP.NET Web API 2.2 for OData v4.0</title>
66
<version>$VersionNuGetSemantic$</version>
7-
<authors>OData (.NET Foundation)</authors>
8-
<copyright>&#169; .NET Foundation and Contributors. All rights reserved.</copyright>
7+
<authors>Microsoft</authors>
8+
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
99
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API and to support OData query syntax for your web APIs.</description>
1010
<summary>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API.</summary>
1111
<releaseNotes>https://docs.microsoft.com/en-us/odata/changelog/webapi-7x</releaseNotes>
@@ -15,6 +15,7 @@
1515
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1616
<tags>Microsoft AspNet WebApi AspNetWebApi OData</tags>
1717
<icon>images\odata.png</icon>
18+
<readme>docs\README.md</readme>
1819
<repository type="git" url="https://github.com/OData/WebApi.git" branch="master"/>
1920
<dependencies>
2021
<dependency id="Microsoft.AspNet.WebApi.Client" version="$AspNetPackageDependency$" />
@@ -34,5 +35,6 @@
3435
<file src="$SourcesRoot$\src\Microsoft.AspNet.OData\**\*.cs" target="src\Microsoft.AspNet.OData" />
3536
<file src="$SourcesRoot$\src\Microsoft.AspNet.OData.Shared\**\*.cs" target="src\Microsoft.AspNet.OData.Shared" />
3637
<file src="$SourcesRoot$\images\odata.png" target="images\" />
38+
<file src="$SourcesRoot$\README.md" target="docs\" />
3739
</files>
3840
</package>

src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.Nightly.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>Microsoft.AspNetCore.OData</id>
55
<title>Microsoft ASP.NET Core 2.0 and 3.x for OData v4.0</title>
66
<version>$VersionNuGetSemantic$-Nightly$NightlyBuildVersion$</version>
7-
<authors>OData (.NET Foundation)</authors>
7+
<authors>Microsoft</authors>
88
<copyright>&#169; .NET Foundation and Contributors. All rights reserved.</copyright>
99
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC and to support OData query syntax for your web APIs.</description>
1010
<summary>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC.</summary>

src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.Release.nuspec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>Microsoft.AspNetCore.OData</id>
55
<title>Microsoft ASP.NET Core 2.0 and 3.x for OData v4.0</title>
66
<version>$VersionNuGetSemantic$</version>
7-
<authors>OData (.NET Foundation)</authors>
8-
<copyright>&#169; .NET Foundation and Contributors. All rights reserved.</copyright>
7+
<authors>Microsoft</authors>
8+
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
99
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC and to support OData query syntax for your web APIs.</description>
1010
<summary>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC.</summary>
1111
<releaseNotes>https://docs.microsoft.com/en-us/odata/changelog/webapi-7x</releaseNotes>
@@ -14,7 +14,8 @@
1414
<license type="expression">MIT</license>
1515
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1616
<tags>Microsoft AspNetCore WebApi OData</tags>
17-
<icon>images\odata.png</icon>
17+
<icon>images\odata.png</icon>
18+
<readme>docs\README.md</readme>
1819
<repository type="git" url="https://github.com/OData/WebApi.git" branch="master"/>
1920
<dependencies>
2021
<group targetFramework=".NETStandard2.0">
@@ -38,5 +39,6 @@
3839
<file src="$SourcesRoot$\src\Microsoft.AspNetCore.OData\**\*.cs" target="src\Microsoft.AspNetCore.OData" />
3940
<file src="$SourcesRoot$\src\Microsoft.AspNet.OData.Shared\**\*.cs" target="src\Microsoft.AspNet.OData.Shared" />
4041
<file src="$SourcesRoot$\images\odata.png" target="images\" />
42+
<file src="$SourcesRoot$\README.md" target="docs\" />
4143
</files>
4244
</package>

0 commit comments

Comments
 (0)