Skip to content

Commit 4f1513e

Browse files
committed
move PackageReleaseNotes to props
1 parent 6e6a2b8 commit 4f1513e

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
77
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
88
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
9+
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<PackageReference

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<Description>OpenAPI.NET CLI tool for slicing OpenAPI documents</Description>
1616
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1717
<PackageTags>OpenAPI .NET</PackageTags>
18-
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
1918
<SignAssembly>true</SignAssembly>
2019
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
2120
<EmbedUntrackedSources>true</EmbedUntrackedSources>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<Description>OpenAPI.NET Readers for JSON and YAML documents</Description>
1010
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1111
<PackageTags>OpenAPI .NET</PackageTags>
12-
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
1312
<SignAssembly>true</SignAssembly>
1413
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
1514
<EmbedUntrackedSources>true</EmbedUntrackedSources>

src/Microsoft.OpenApi/Microsoft.OpenApi.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<Description>.NET models with JSON and YAML writers for OpenAPI specification</Description>
1010
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1111
<PackageTags>OpenAPI .NET</PackageTags>
12-
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
1312
<SignAssembly>true</SignAssembly>
1413
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
1514
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)