Skip to content

Commit 521920d

Browse files
authored
Merge pull request #927 from microsoft/mk/add-release-notes-pointer
Updates csproj release notes to point to Github release notes
2 parents a54ee5b + f07f345 commit 521920d

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2121
<PackageTags>OpenAPI .NET</PackageTags>
2222
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
23-
<PackageReleaseNotes>
24-
- Bumps up the Microsoft.OpenApi.OData library to v1.0.11-preview4
25-
</PackageReleaseNotes>
23+
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
2624
<AssemblyName>Microsoft.OpenApi.Hidi</AssemblyName>
2725
<RootNamespace>Microsoft.OpenApi.Hidi</RootNamespace>
2826
<SignAssembly>true</SignAssembly>

src/Microsoft.OpenApi.Readers/Microsoft.OpenApi.Readers.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1616
<PackageTags>OpenAPI .NET</PackageTags>
1717
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
18-
<PackageReleaseNotes>
19-
- Fixed a bug where contact information would not read properly. #892
20-
</PackageReleaseNotes>
18+
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
2119
<AssemblyName>Microsoft.OpenApi.Readers</AssemblyName>
2220
<RootNamespace>Microsoft.OpenApi.Readers</RootNamespace>
2321
<SignAssembly>true</SignAssembly>

src/Microsoft.OpenApi/Microsoft.OpenApi.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1717
<PackageTags>OpenAPI .NET</PackageTags>
1818
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
19-
<PackageReleaseNotes>
20-
- Adds support for c-style hex notation strings. #908
21-
</PackageReleaseNotes>
19+
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
2220
<AssemblyName>Microsoft.OpenApi</AssemblyName>
2321
<RootNamespace>Microsoft.OpenApi</RootNamespace>
2422
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)