Skip to content

Commit

Permalink
Merge branch 'update_dependency_versions_and_version_number'
Browse files Browse the repository at this point in the history
  • Loading branch information
rogersillito committed Sep 11, 2015
2 parents 9f4822b + c522a6b commit ca21489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Configure in app.config:
<log4net>
<root>
<level value="DEBUG" />
<appender-ref ref="RavenAppender" />
<appender-ref ref="SentryAppender" />
</root>
<appender name="RavenAppender" type="SharpRaven.Log4Net.SentryAppender, SharpRaven.Log4Net">
<appender name="SentryAppender" type="SharpRaven.Log4Net.SentryAppender, SharpRaven.Log4Net">
<DSN value="DSN_FROM_SENTRY_UI" />
<Logger value="LOGGER_NAME" />
<threshold value="ERROR" />
Expand Down
2 changes: 1 addition & 1 deletion src/app/SharpRaven.Log4Net/SharpRaven.Log4Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>SharpRaven.Log4Net</id>
<version>$version$</version>
<title>RavenSharp.Log4Net</title>
<title>SharpRaven.Log4Net</title>
<authors>Adam Hill, Chris Eldredge</authors>
<owners>The Motley Fool, LLC</owners>
<projectUrl>https://github.com/rogersillito/SentryAppender/</projectUrl>
Expand Down

0 comments on commit ca21489

Please sign in to comment.