Skip to content

Commit

Permalink
[Closes #101] add routing support to url, update nuget.exe, fix strin…
Browse files Browse the repository at this point in the history
…g interpolation in uri.
  • Loading branch information
jptoto committed Jun 7, 2018
1 parent de8643f commit 240489c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions scripts/log4net.ElasticSearch.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>log4net.ElasticSearch</id>
<version>2.3.6</version>
<version>2.3.7</version>
<authors>JP Toto</authors>
<owners>JP Toto</owners>
<iconUrl>http://nest.azurewebsites.net/images/nuget-icon.png</iconUrl>
<licenseUrl>https://github.com/jptoto/log4net.ElasticSearch/blob/master/LICENSE</licenseUrl>
<projectUrl>http://jptoto.github.io/log4net.ElasticSearch/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>log4net.Elasticsearch is a log4net adapter for easy logging of exceptions and messages to Elasticsearch indices. Tested through Elasticsearch 5.6.3</description>
<releaseNotes>Fix maxJsonLength.</releaseNotes>
<description>log4net.Elasticsearch is a log4net adapter for easy logging of exceptions and messages to Elasticsearch indices. Tested through Elasticsearch 6.2.1</description>
<releaseNotes>Add custom routing to url string</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>log logging exception elasticsearch log4net</tags>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/log4net.ElasticSearch/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("2.3.6")]
[assembly: AssemblyFileVersion("2.3.6")]
[assembly: AssemblyVersion("2.3.7")]
[assembly: AssemblyFileVersion("2.3.7")]
Binary file modified tools/nuget/nuget.exe
Binary file not shown.

0 comments on commit 240489c

Please sign in to comment.