Skip to content

Commit 8298749

Browse files
Add warning about log format change
1 parent cda4ba3 commit 8298749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/nuget/nuspec/Elmah.MongoDB.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
1010
<projectUrl>https://github.com/CaptainCodeman/elmah-mongodb</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>ELMAH with configuration for getting started quickly on a MongoDB database as the error log. NB requires manual configuration.</description>
13-
<summary>ELMAH with configuration for getting started quickly on a MongoDB database as the error log. NB requires manual configuration.</summary>
12+
<description>ELMAH with configuration for getting started quickly on a MongoDB database as the error log. NB requires manual configuration. NOTE: The format of the log files has changed, please use a new collection or clear existing entries before using this version.</description>
13+
<summary>ELMAH with configuration for getting started quickly on a MongoDB database as the error log. NB requires manual configuration. NOTE: The format of the log files has changed, please use a new collection or clear existing entries before using this version.</summary>
1414
<language>en-US</language>
1515
<tags>mongodb elmah error logging unhandled exception</tags>
1616
<dependencies>

0 commit comments

Comments
 (0)