Skip to content

Commit

Permalink
Added readme and tags Azure#1513
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite committed Jul 7, 2022
1 parent a55a538 commit e814f50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG-v1.md
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions src/PSRule.Common.props
Expand Up @@ -16,6 +16,7 @@
<PackageProjectUrl>https://aka.ms/ps-rule-azure</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>PSRule;Azure;Bicep;IaC;test;rules;</PackageTags>
<Version>0.0.1</Version>
<Company>Microsoft Corporation</Company>
<Copyright>&#169; Microsoft Corporation. All rights reserved.</Copyright>
Expand Down
1 change: 1 addition & 0 deletions src/SDK/SDK.csproj
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<PackageId>Microsoft.PSRule.Rules.Azure</PackageId>
<EnableNuget>true</EnableNuget>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e814f50

Please sign in to comment.