Skip to content

Commit cde8923

Browse files
committed
move PackageTags to props
1 parent 0ac9a52 commit cde8923

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
@@ -11,6 +11,7 @@
1111
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl>
1313
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
14+
<PackageTags>OpenAPI .NET</PackageTags>
1415
</PropertyGroup>
1516
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1617
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<PackageOutputPath>./../../artifacts</PackageOutputPath>
1212
<Version>1.3.0</Version>
1313
<Description>OpenAPI.NET CLI tool for slicing OpenAPI documents</Description>
14-
<PackageTags>OpenAPI .NET</PackageTags>
1514
<SignAssembly>true</SignAssembly>
1615
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
1716
<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
@@ -5,7 +5,6 @@
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Version>1.6.9</Version>
77
<Description>OpenAPI.NET Readers for JSON and YAML documents</Description>
8-
<PackageTags>OpenAPI .NET</PackageTags>
98
<SignAssembly>true</SignAssembly>
109
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
1110
<EmbedUntrackedSources>true</EmbedUntrackedSources>

src/Microsoft.OpenApi/Microsoft.OpenApi.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Version>1.6.9</Version>
77
<Description>.NET models with JSON and YAML writers for OpenAPI specification</Description>
8-
<PackageTags>OpenAPI .NET</PackageTags>
98
<SignAssembly>true</SignAssembly>
109
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
1110
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)