Skip to content

Commit 404be88

Browse files
committed
Add a Github release notes link to csproj
1 parent ccbf9eb commit 404be88

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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/tag/1.3.3</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/tag/1.3.3</PackageReleaseNotes>
2220
<AssemblyName>Microsoft.OpenApi</AssemblyName>
2321
<RootNamespace>Microsoft.OpenApi</RootNamespace>
2422
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)