diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b1f75e4..7136420 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "dotnet-sonarscanner": { - "version": "5.3.2", + "version": "5.5.2", "commands": [ "dotnet-sonarscanner" ] diff --git a/README.md b/README.md index 86791f0..8aa66c0 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ using System.Net.Http.Headers; using System.Threading.Tasks; using FactSet.SDK.Utils.Authentication; -namespace Console +namespace Example { static class Program { diff --git a/src/FactSet.SDK.Utils/FactSet.SDK.Utils.csproj b/src/FactSet.SDK.Utils/FactSet.SDK.Utils.csproj index d080a7f..dda5aa1 100644 --- a/src/FactSet.SDK.Utils/FactSet.SDK.Utils.csproj +++ b/src/FactSet.SDK.Utils/FactSet.SDK.Utils.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.9.1 + 0.10.0 FactSet Research Systems FactSet Research Systems Utilities for interacting with FactSet APIs. @@ -12,11 +12,11 @@ - - + + - +