diff --git a/docs/CHANGELOG-v1.md b/docs/CHANGELOG-v1.md index 6a6e52f78a..14687f7d80 100644 --- a/docs/CHANGELOG-v1.md +++ b/docs/CHANGELOG-v1.md @@ -19,6 +19,12 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers ## Unreleased +What's changed since v1.17.0: + +- Engineering: + - Added readme and tags to NuGet by @BernieWhite. + [#1513](https://github.com/Azure/PSRule.Rules.Azure/issues/1513) + ## v1.17.0 What's changed since v1.16.1: diff --git a/src/PSRule.Common.props b/src/PSRule.Common.props index e13ac3b30b..7f07ce8a5a 100644 --- a/src/PSRule.Common.props +++ b/src/PSRule.Common.props @@ -16,6 +16,7 @@ https://aka.ms/ps-rule-azure MIT true + PSRule;Azure;Bicep;IaC;test;rules; 0.0.1 Microsoft Corporation © Microsoft Corporation. All rights reserved. diff --git a/src/SDK/SDK.csproj b/src/SDK/SDK.csproj index 6af3a52bad..d7fcffbdee 100644 --- a/src/SDK/SDK.csproj +++ b/src/SDK/SDK.csproj @@ -3,6 +3,7 @@ Microsoft.PSRule.Rules.Azure true + README.md