Skip to content

Commit fecb897

Browse files
committed
Updated codgen
1 parent f67f195 commit fecb897

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

sdk/dotnet/Pulumi.Powerdns.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5-
<Authors>Nextpart</Authors>
6-
<Company>Nextpart</Company>
5+
<Authors>NEXTPART Security Intelligence GmbH</Authors>
6+
<Company>NEXTPART Security Intelligence GmbH</Company>
77
<Description>The Pulumi PowerDNS provider provides resources to interact with a PowerDNS Authoritative DNS Server.</Description>
88
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
99
<PackageProjectUrl>https://pulumi.com</PackageProjectUrl>

sdk/nodejs/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "@nextpart/powerdns",
33
"version": "${VERSION}",
44
"keywords": [
5+
"category/infrastructure",
6+
"kind/native",
57
"pulumi",
68
"powerdns",
79
"dns"

sdk/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def readme():
2323
description="The Pulumi PowerDNS provider provides resources to interact with a PowerDNS Authoritative DNS Server.",
2424
long_description=readme(),
2525
long_description_content_type='text/markdown',
26-
keywords='pulumi powerdns dns',
26+
keywords='category/infrastructure kind/native pulumi powerdns dns',
2727
url='https://pulumi.com',
2828
project_urls={
2929
'Repository': 'https://github.com/nextpart/pulumi-powerdns-native'

0 commit comments

Comments
 (0)