Skip to content

Commit 166be05

Browse files
authored
Fix versioning issue (#6595)
1 parent 75d53d3 commit 166be05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/NuGetGallery/Web.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<!-- Depending on your policy, these likely do not need to vary -->
116116
<!-- SmtpUri is expected to be of the format: smtps://username:password@host:port. Note that if username contains an "@", you need to URI Encode it! -->
117117
<!--<add key="Gallery.SmtpUri" value="" />-->
118-
<add key="Gallery.AsynchronousEmailServiceEnabled" value="false" />
118+
<add key="Gallery.AsynchronousEmailServiceEnabled" value="false"/>
119119
<!--
120120
Location for the Lucene Index.
121121
AppData -> ~/App_Data/Lucene,
@@ -184,7 +184,7 @@
184184
<add key="PackageDelete.HourLimitWithMaximumDownloads" value=""/>
185185
<add key="PackageDelete.MaximumDownloadsForPackageVersion" value=""/>
186186

187-
<add key="Gallery.RejectPackagesWithLicense" value="true" />
187+
<add key="Gallery.RejectPackagesWithLicense" value="true"/>
188188
</appSettings>
189189
<connectionStrings>
190190
<add name="Gallery.SqlServer" connectionString="Data Source=(localdb)\mssqllocaldb; Initial Catalog=NuGetGallery; Integrated Security=True; MultipleActiveResultSets=True" providerName="System.Data.SqlClient"/>
@@ -492,7 +492,7 @@
492492
</dependentAssembly>
493493
<dependentAssembly>
494494
<assemblyIdentity name="NuGet.Versioning" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
495-
<bindingRedirect oldVersion="0.0.0.0-4.8.0.4" newVersion="4.8.0.4"/>
495+
<bindingRedirect oldVersion="0.0.0.0-4.8.0.6" newVersion="4.8.0.6"/>
496496
</dependentAssembly>
497497
<dependentAssembly>
498498
<assemblyIdentity name="Autofac.Integration.Owin" publicKeyToken="17863AF14B0044DA" culture="neutral"/>

0 commit comments

Comments
 (0)