diff --git a/README.md b/README.md index 0a5ac4d..862e5f2 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/src/Library/WcfSoapLogger/NuGet/WcfSoapLogger.nuspec b/src/Library/WcfSoapLogger/NuGet/WcfSoapLogger.nuspec index 09ed4ba..c148517 100644 --- a/src/Library/WcfSoapLogger/NuGet/WcfSoapLogger.nuspec +++ b/src/Library/WcfSoapLogger/NuGet/WcfSoapLogger.nuspec @@ -19,7 +19,7 @@ * Custom handling of byte content in your code More info: https://github.com/capslocky/WcfSoapLogger - wcf soap log + wcf soap log trace http diff --git a/src/Library/WcfSoapLogger/NuGet/readme.txt b/src/Library/WcfSoapLogger/NuGet/readme.txt index 62c9839..6b82b62 100644 --- a/src/Library/WcfSoapLogger/NuGet/readme.txt +++ b/src/Library/WcfSoapLogger/NuGet/readme.txt @@ -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. - + More info: @@ -47,4 +47,4 @@ Contact me if you have any questions: atanov.b@gmail.com Baurzhan Atanov -04 February 2018 \ No newline at end of file +16 July 2018 \ No newline at end of file diff --git a/src/Library/WcfSoapLogger/NuGet/web.config.install.xdt b/src/Library/WcfSoapLogger/NuGet/web.config.install.xdt index 05409ce..2e8c5f4 100644 --- a/src/Library/WcfSoapLogger/NuGet/web.config.install.xdt +++ b/src/Library/WcfSoapLogger/NuGet/web.config.install.xdt @@ -8,7 +8,7 @@ - + diff --git a/src/Library/WcfSoapLogger/SoapLoggerSettings.cs b/src/Library/WcfSoapLogger/SoapLoggerSettings.cs index 1a76814..d292f1f 100644 --- a/src/Library/WcfSoapLogger/SoapLoggerSettings.cs +++ b/src/Library/WcfSoapLogger/SoapLoggerSettings.cs @@ -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 { diff --git a/src/UsageExamples/README.md b/src/UsageExamples/README.md index 27b78ee..034aa31 100644 --- a/src/UsageExamples/README.md +++ b/src/UsageExamples/README.md @@ -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