Skip to content

Commit 31b0efc

Browse files
#440 set nuget package properties (#441)
* #440 set nuget package properties * standardise slashs * Optimise changes * Remove empty line * Revert icon change * Revert icon change * Revert whitespace change * Delete icon.png * Set repo type
1 parent f9beae5 commit 31b0efc

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
<Description>Microsoft.FeatureManagement.AspNetCore 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 ASP.NET Core code patterns to make exposing these features possible.</Description>
2222
<Authors>Microsoft</Authors>
2323
<Company>Microsoft</Company>
24-
<PackageLicenseUrl>https://licenses.nuget.org/MIT</PackageLicenseUrl>
25-
<PackageProjectUrl>https://github.com/Azure/AppConfiguration</PackageProjectUrl>
24+
<PackageProjectUrl>https://github.com/microsoft/FeatureManagement-Dotnet</PackageProjectUrl>
25+
<RepositoryUrl>https://github.com/microsoft/FeatureManagement-Dotnet.git</RepositoryUrl>
26+
<RepositoryType>git</RepositoryType>
27+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2628
<PackageReleaseNotes>Release notes can be found at https://aka.ms/MicrosoftFeatureManagementReleaseNotes</PackageReleaseNotes>
2729
<PackageTags>Microsoft FeatureManagement FeatureFlags AzureAppConfiguration aspnetcore</PackageTags>
2830
<PackageIconUrl>https://aka.ms/AzureAppConfigurationPackageIcon</PackageIconUrl>

src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
<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>
2323
<Authors>Microsoft</Authors>
2424
<Company>Microsoft</Company>
25-
<PackageProjectUrl>https://github.com/Azure/AppConfiguration</PackageProjectUrl>
26-
<PackageLicenseUrl>https://licenses.nuget.org/MIT</PackageLicenseUrl>
25+
<PackageProjectUrl>https://github.com/microsoft/FeatureManagement-Dotnet</PackageProjectUrl>
26+
<RepositoryUrl>https://github.com/microsoft/FeatureManagement-Dotnet.git</RepositoryUrl>
27+
<RepositoryType>git</RepositoryType>
28+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2729
<PackageReleaseNotes>Release notes can be found at https://aka.ms/MicrosoftFeatureManagementReleaseNotes</PackageReleaseNotes>
2830
<PackageTags>Microsoft FeatureManagement FeatureFlags AzureAppConfiguration</PackageTags>
2931
<PackageIconUrl>https://aka.ms/AzureAppConfigurationPackageIcon</PackageIconUrl>

0 commit comments

Comments
 (0)