Skip to content

Commit 6e6a2b8

Browse files
committed
move RepositoryUrl to props
1 parent 7e60f93 commit 6e6a2b8

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
@@ -5,6 +5,7 @@
55
<Company>Microsoft</Company>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
77
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
8+
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
89
</PropertyGroup>
910
<ItemGroup>
1011
<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-
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
1918
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
2019
<SignAssembly>true</SignAssembly>
2120
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#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-
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
1312
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
1413
<SignAssembly>true</SignAssembly>
1514
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#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-
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
1312
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
1413
<SignAssembly>true</SignAssembly>
1514
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->

0 commit comments

Comments
 (0)