Skip to content

Commit

Permalink
deploy new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Enterprise SDK Bot committed Feb 11, 2022
1 parent 6e89a38 commit 82b1f86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"dotnet-sonarscanner": {
"version": "5.3.2",
"version": "5.5.2",
"commands": [
"dotnet-sonarscanner"
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
8 changes: 4 additions & 4 deletions src/FactSet.SDK.Utils/FactSet.SDK.Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.9.1</Version>
<Version>0.10.0</Version>
<Authors>FactSet Research Systems</Authors>
<Company>FactSet Research Systems</Company>
<Description>Utilities for interacting with FactSet APIs.</Description>
Expand All @@ -12,11 +12,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IdentityModel" Version="5.1.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.12.2" />
<PackageReference Include="IdentityModel" Version="6.0.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.15.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.12.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.15.1" />
<None Include="../../README.md" Pack="true" PackagePath="\" />
</ItemGroup>

Expand Down

0 comments on commit 82b1f86

Please sign in to comment.