Skip to content

Commit 37afc80

Browse files
committed
move PackageIconUrl and PackageProjectUrl to props
1 parent b813e51 commit 37afc80

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
99
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
11+
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
12+
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl>
1113
</PropertyGroup>
1214
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1315
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackAsTool>true</PackAsTool>
99
<Nullable>enable</Nullable>
10-
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
11-
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl>
1210
<ToolCommandName>hidi</ToolCommandName>
1311
<PackageOutputPath>./../../artifacts</PackageOutputPath>
1412
<Version>1.3.0</Version>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
7-
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl>
86
<Version>1.6.9</Version>
97
<Description>OpenAPI.NET Readers for JSON and YAML documents</Description>
108
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>

src/Microsoft.OpenApi/Microsoft.OpenApi.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
44
<LangVersion>Latest</LangVersion>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
7-
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl>
86
<Version>1.6.9</Version>
97
<Description>.NET models with JSON and YAML writers for OpenAPI specification</Description>
108
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>

0 commit comments

Comments
 (0)