From c8b0fb98107ec7846ed34a6d579ec49a6c5ca147 Mon Sep 17 00:00:00 2001 From: anurse Date: Wed, 23 Oct 2013 15:38:24 -0700 Subject: [PATCH] Changed default value on friendly names switch --- src/NuGetGallery/Configuration/FeatureConfiguration.cs | 2 +- src/NuGetGallery/Web.config | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/NuGetGallery/Configuration/FeatureConfiguration.cs b/src/NuGetGallery/Configuration/FeatureConfiguration.cs index c57ba0bc87..159c181bcf 100644 --- a/src/NuGetGallery/Configuration/FeatureConfiguration.cs +++ b/src/NuGetGallery/Configuration/FeatureConfiguration.cs @@ -11,7 +11,7 @@ public class FeatureConfiguration /// /// Gets a boolean indicating if license reports are enabled. /// - [DefaultValue(false)] // Default: Disabled + [DefaultValue(true)] // Default: Enabled [Description("Displays reports on license data")] public bool FriendlyLicenses { get; set; } } diff --git a/src/NuGetGallery/Web.config b/src/NuGetGallery/Web.config index 9f87ab736a..c6d08b8f03 100644 --- a/src/NuGetGallery/Web.config +++ b/src/NuGetGallery/Web.config @@ -62,7 +62,8 @@ - + +