Skip to content

Commit d29b699

Browse files
authored
Updated package release notes and tags. (#97)
* Updated package release notes and tags. * Update release notes wording. Updated tag casing. * Wording change.
1 parent 12edf85 commit d29b699

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<Company>Microsoft</Company>
1515
<PackageLicenseUrl>https://aka.ms/AzureAppConfigurationDotnetCorePublicPreviewEula</PackageLicenseUrl>
1616
<PackageProjectUrl>https://github.com/Azure/AppConfiguration</PackageProjectUrl>
17+
<PackageReleaseNotes>Release notes can be found at https://aka.ms/MicrosoftFeatureManagementReleaseNotes</PackageReleaseNotes>
18+
<PackageTags>Microsoft FeatureManagement FeatureFlags AzureAppConfiguration aspnetcore</PackageTags>
1719
<PackageIconUrl>https://aka.ms/AzureAppConfigurationPackageIcon</PackageIconUrl>
1820
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1921
</PropertyGroup>

src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
<Description>Microsoft.FeatureManagement provides a way to develop and expose application functionality based on features. Many applications have special requirements when a new feature is developed such as when the feature should be enabled and under what conditions. This library provides a way to define these relationships, and also integrates into common .NET code patterns to make exposing these features possible.</Description>
1414
<Authors>Microsoft</Authors>
1515
<Company>Microsoft</Company>
16-
<PackageLicenseUrl>https://aka.ms/AzureAppConfigurationDotnetCorePublicPreviewEula</PackageLicenseUrl>
1716
<PackageProjectUrl>https://github.com/Azure/AppConfiguration</PackageProjectUrl>
17+
<PackageLicenseUrl>https://aka.ms/AzureAppConfigurationDotnetCorePublicPreviewEula</PackageLicenseUrl>
18+
<PackageReleaseNotes>Release notes can be found at https://aka.ms/MicrosoftFeatureManagementReleaseNotes</PackageReleaseNotes>
19+
<PackageTags>Microsoft FeatureManagement FeatureFlags AzureAppConfiguration</PackageTags>
1820
<PackageIconUrl>https://aka.ms/AzureAppConfigurationPackageIcon</PackageIconUrl>
1921
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2022
</PropertyGroup>

0 commit comments

Comments
 (0)