Skip to content

Commit

Permalink
NuGet 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
capslocky committed Jul 16, 2018
1 parent 5678558 commit 3662289
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Acting as [custom message encoder](https://docs.microsoft.com/en-us/dotnet/frame


## Installation ##
* As [NuGet package](https://www.nuget.org/packages/WcfSoapLogger/) in Visual Studio project (Tools -> NuGet -> Console / Manager). How to adjust [config file](/docs/ConfigFile.md).
* As [NuGet package](https://www.nuget.org/packages/WcfSoapLogger/) in Visual Studio project (Tools -> NuGet -> Console / Manager -> Choose project). How to adjust [config file](/docs/ConfigFile.md).
```
Install-Package WcfSoapLogger
```
Expand Down
2 changes: 1 addition & 1 deletion src/Library/WcfSoapLogger/NuGet/WcfSoapLogger.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Custom handling of byte content in your code
</description>
<releaseNotes>More info: https://github.com/capslocky/WcfSoapLogger </releaseNotes>
<tags>wcf soap log</tags>
<tags>wcf soap log trace http</tags>
</metadata>
<files>
<file src="..\bin\$configuration$\WcfSoapLogger.dll" target="lib\net45\" />
Expand Down
4 changes: 2 additions & 2 deletions src/Library/WcfSoapLogger/NuGet/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All you need to start default logging is:

2) Specify folder to log files. Make sure user account of application has writing access.

<soapLoggerMessageEncoding logPath="D:\MyService\SoapLogs" useCustomHandler="false"/>
<soapLoggerMessageEncoding logPath="C:\MyService\SoapLogs" useCustomHandler="false"/>


More info:
Expand Down Expand Up @@ -47,4 +47,4 @@ Contact me if you have any questions:
[email protected]

Baurzhan Atanov
04 February 2018
16 July 2018
2 changes: 1 addition & 1 deletion src/Library/WcfSoapLogger/NuGet/web.config.install.xdt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- set these attributes for your endpoint: -->
<!-- binding="customBinding" bindingConfiguration="soapLoggerBinding"-->
<soapLoggerMessageEncoding logPath="C:\SoapLogDefault" useCustomHandler="false" />
<!-- warning 'The element 'binding' has invalid child element' - that's OK-->
<!-- visual studio warning 'The element 'binding' has invalid child element' - that's OK-->
<httpTransport />
</binding>
</customBinding>
Expand Down
1 change: 0 additions & 1 deletion src/Library/WcfSoapLogger/SoapLoggerSettings.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// This is an open source non-commercial project. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
using System;

namespace WcfSoapLogger
{
Expand Down
2 changes: 1 addition & 1 deletion src/UsageExamples/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Usage examples ##

* **Alpha:** basic web-service and client, no logging
* **Alpha:** basic web-service and client, no logging, so try to add it by yourself
* **Beta:** default logging (config only)
* **Gamma:** custom logging (via custom code)
* **Delta:** https + basic authentication
Expand Down

0 comments on commit 3662289

Please sign in to comment.