From 48f0c3abebc7c052714eb9c3c5ca9f1599b4ac45 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Mon, 6 May 2024 10:53:27 +1000 Subject: [PATCH 1/9] #440 set nuget package properties --- build/icon.png | Bin 0 -> 393 bytes ...rosoft.FeatureManagement.AspNetCore.csproj | 21 ++++++++++++++---- .../Microsoft.FeatureManagement.csproj | 15 ++++++++++--- 3 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 build/icon.png diff --git a/build/icon.png b/build/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1e58d764e3b2a499f3f2ed11f011688a5f715e1f GIT binary patch literal 393 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)oCO|{#S9F5M?jcysy3fA0|TSA zr;B4q#jUru4YQaWMH(K~i?4QN`N&qb@r+{9YsMn+gPSWDZa?A5)X@p5Y;|BdJSpi~ zQpmAGS`+ph_#duq*6*LTv4T0RKC-y-N6cBqV~uIvlkXZbuZhoW)H@MV*|4QjOWy6O zc=7{nfd|YV>gwuP?k)PWf%i;<+=8zH|8y8xMFJcceI0=G1r`F#58F@uXWbC@(Ra$$ zTN<*fpF1zOY4qXk&CL?A>n%6@&CtC4A<*iB&0EGcajOKu7aZ?rr&ju3e}ACQBAoNV zw^@gkF63~oxBOubvoFAblaP%U-i7C{NIUf{bxP5No0n`4oPL!x<<)AI-wB()&a>^l a$oXleu8_#$?>m8E%i!ti=d#Wzp$P!^ypzZP literal 0 HcmV?d00001 diff --git a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj index aca96791..96c78fc8 100644 --- a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj +++ b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj @@ -21,19 +21,32 @@ 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. Microsoft Microsoft - https://licenses.nuget.org/MIT - https://github.com/Azure/AppConfiguration + https://github.com/microsoft/FeatureManagement-Dotnet + https://github.com/microsoft/FeatureManagement-Dotnet.git + MIT Release notes can be found at https://aka.ms/MicrosoftFeatureManagementReleaseNotes Microsoft FeatureManagement FeatureFlags AzureAppConfiguration aspnetcore - https://aka.ms/AzureAppConfigurationPackageIcon + icon.png © Microsoft Corporation. All rights reserved. - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\XMLComments\$(MSBuildProjectName).xml diff --git a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj index 4b99efcf..52485df6 100644 --- a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj +++ b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj @@ -22,11 +22,12 @@ 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. Microsoft Microsoft - https://github.com/Azure/AppConfiguration - https://licenses.nuget.org/MIT + https://github.com/microsoft/FeatureManagement-Dotnet + https://github.com/microsoft/FeatureManagement-Dotnet.git + MIT Release notes can be found at https://aka.ms/MicrosoftFeatureManagementReleaseNotes Microsoft FeatureManagement FeatureFlags AzureAppConfiguration - https://aka.ms/AzureAppConfigurationPackageIcon + icon.png © Microsoft Corporation. All rights reserved. @@ -34,10 +35,18 @@ + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + From 8e26c821b7dec9a9400c50e17fc9afa63bc1630a Mon Sep 17 00:00:00 2001 From: James Thompson Date: Mon, 6 May 2024 13:14:00 +1000 Subject: [PATCH 2/9] standardise slashs --- .../Microsoft.FeatureManagement.AspNetCore.csproj | 2 +- .../Microsoft.FeatureManagement.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj index 96c78fc8..0bf88ff1 100644 --- a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj +++ b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj @@ -43,7 +43,7 @@ - + diff --git a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj index 52485df6..ace7aac0 100644 --- a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj +++ b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj @@ -36,7 +36,7 @@ - + From bb98c80869916ebdfc325619254a77d10be42622 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Mon, 6 May 2024 13:15:55 +1000 Subject: [PATCH 3/9] Optimise changes --- .../Microsoft.FeatureManagement.AspNetCore.csproj | 7 ------- .../Microsoft.FeatureManagement.csproj | 4 ---- 2 files changed, 11 deletions(-) diff --git a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj index 0bf88ff1..489f3451 100644 --- a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj +++ b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj @@ -35,13 +35,6 @@ - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - diff --git a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj index ace7aac0..91aa1345 100644 --- a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj +++ b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj @@ -43,10 +43,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - From 09ae1800c20e542595367c77d04ecc45aaebbe8f Mon Sep 17 00:00:00 2001 From: James Thompson Date: Mon, 6 May 2024 13:22:24 +1000 Subject: [PATCH 4/9] Remove empty line --- .../Microsoft.FeatureManagement.AspNetCore.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj index 489f3451..5afcba6c 100644 --- a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj +++ b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj @@ -39,7 +39,6 @@ - bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\XMLComments\$(MSBuildProjectName).xml From 2452f2c5b5109f1dfe72ee03f1269e549f75435d Mon Sep 17 00:00:00 2001 From: James Thompson Date: Thu, 9 May 2024 04:47:03 +1000 Subject: [PATCH 5/9] Revert icon change --- .../Microsoft.FeatureManagement.AspNetCore.csproj | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj index 5afcba6c..fc79c77d 100644 --- a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj +++ b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj @@ -26,7 +26,7 @@ MIT Release notes can be found at https://aka.ms/MicrosoftFeatureManagementReleaseNotes Microsoft FeatureManagement FeatureFlags AzureAppConfiguration aspnetcore - icon.png + https://aka.ms/AzureAppConfigurationPackageIcon © Microsoft Corporation. All rights reserved. @@ -35,10 +35,6 @@ - - - - bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\XMLComments\$(MSBuildProjectName).xml From 2112ed845d66b356b68dca68de006f53eadc1944 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Thu, 9 May 2024 04:48:05 +1000 Subject: [PATCH 6/9] Revert icon change --- .../Microsoft.FeatureManagement.csproj | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj index 91aa1345..664c074d 100644 --- a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj +++ b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj @@ -27,7 +27,7 @@ MIT Release notes can be found at https://aka.ms/MicrosoftFeatureManagementReleaseNotes Microsoft FeatureManagement FeatureFlags AzureAppConfiguration - icon.png + https://aka.ms/AzureAppConfigurationPackageIcon © Microsoft Corporation. All rights reserved. @@ -35,10 +35,6 @@ - - - - From e3289352f097b0760479ea53fafeb235bafca477 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Thu, 9 May 2024 04:50:34 +1000 Subject: [PATCH 7/9] Revert whitespace change --- .../Microsoft.FeatureManagement.AspNetCore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj index fc79c77d..1a4a83ca 100644 --- a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj +++ b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj @@ -29,7 +29,7 @@ https://aka.ms/AzureAppConfigurationPackageIcon © Microsoft Corporation. All rights reserved. - + From 17555fc7fd67173a73de689e7fb0cf1bb15a1111 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Fri, 10 May 2024 09:59:21 +1000 Subject: [PATCH 8/9] Delete icon.png --- build/icon.png | Bin 393 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 build/icon.png diff --git a/build/icon.png b/build/icon.png deleted file mode 100644 index 1e58d764e3b2a499f3f2ed11f011688a5f715e1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 393 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdl8)oCO|{#S9F5M?jcysy3fA0|TSA zr;B4q#jUru4YQaWMH(K~i?4QN`N&qb@r+{9YsMn+gPSWDZa?A5)X@p5Y;|BdJSpi~ zQpmAGS`+ph_#duq*6*LTv4T0RKC-y-N6cBqV~uIvlkXZbuZhoW)H@MV*|4QjOWy6O zc=7{nfd|YV>gwuP?k)PWf%i;<+=8zH|8y8xMFJcceI0=G1r`F#58F@uXWbC@(Ra$$ zTN<*fpF1zOY4qXk&CL?A>n%6@&CtC4A<*iB&0EGcajOKu7aZ?rr&ju3e}ACQBAoNV zw^@gkF63~oxBOubvoFAblaP%U-i7C{NIUf{bxP5No0n`4oPL!x<<)AI-wB()&a>^l a$oXleu8_#$?>m8E%i!ti=d#Wzp$P!^ypzZP From 5d34608149e45b7120ef35101774011e24933d71 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Fri, 10 May 2024 10:01:48 +1000 Subject: [PATCH 9/9] Set repo type --- .../Microsoft.FeatureManagement.AspNetCore.csproj | 1 + .../Microsoft.FeatureManagement.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj index 1a4a83ca..61eb7315 100644 --- a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj +++ b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj @@ -23,6 +23,7 @@ Microsoft https://github.com/microsoft/FeatureManagement-Dotnet https://github.com/microsoft/FeatureManagement-Dotnet.git + git MIT Release notes can be found at https://aka.ms/MicrosoftFeatureManagementReleaseNotes Microsoft FeatureManagement FeatureFlags AzureAppConfiguration aspnetcore diff --git a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj index 664c074d..dd67ba56 100644 --- a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj +++ b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj @@ -24,6 +24,7 @@ Microsoft https://github.com/microsoft/FeatureManagement-Dotnet https://github.com/microsoft/FeatureManagement-Dotnet.git + git MIT Release notes can be found at https://aka.ms/MicrosoftFeatureManagementReleaseNotes Microsoft FeatureManagement FeatureFlags AzureAppConfiguration