From e814f50448e2e3f695518ef98626ef95d2273bda Mon Sep 17 00:00:00 2001 From: Bernie White Date: Thu, 7 Jul 2022 21:25:02 +1000 Subject: [PATCH] Added readme and tags #1513 --- docs/CHANGELOG-v1.md | 6 ++++++ src/PSRule.Common.props | 1 + src/SDK/SDK.csproj | 1 + 3 files changed, 8 insertions(+) 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