From 55d0e97e20d1a0d052f5792f153b68860de0c954 Mon Sep 17 00:00:00 2001
From: Enterprise SDK Bot <noreply@factset.com>
Date: Mon, 14 Mar 2022 15:27:54 +0000
Subject: [PATCH] deploy new release

---
 .config/dotnet-tools.json                      |  2 +-
 .releaserc.yml                                 | 15 +++++++++++++++
 src/FactSet.SDK.Utils/FactSet.SDK.Utils.csproj |  6 +++---
 3 files changed, 19 insertions(+), 4 deletions(-)
 create mode 100644 .releaserc.yml

diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 7136420..f8c0089 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -9,7 +9,7 @@
       ]
     },
     "dotnet-sonarscanner": {
-      "version": "5.5.2",
+      "version": "5.5.3",
       "commands": [
         "dotnet-sonarscanner"
       ]
diff --git a/.releaserc.yml b/.releaserc.yml
new file mode 100644
index 0000000..9b11a10
--- /dev/null
+++ b/.releaserc.yml
@@ -0,0 +1,15 @@
+plugins:
+  - - '@semantic-release/commit-analyzer'
+    - preset: conventionalcommits
+  - - '@semantic-release/release-notes-generator'
+    - preset: conventionalcommits
+  - - '@semantic-release/changelog'
+    - changelogTitle: '# FactSet SDK Utilities for .NET Changelog'
+  - - semantic-release-dotnet
+    - paths:
+        - '**/*.csproj'
+  - - '@semantic-release/git'
+    - assets:
+        - CHANGELOG.md
+        - '**/*.csproj'
+  - '@semantic-release/github'
diff --git a/src/FactSet.SDK.Utils/FactSet.SDK.Utils.csproj b/src/FactSet.SDK.Utils/FactSet.SDK.Utils.csproj
index dda5aa1..daeadcf 100644
--- a/src/FactSet.SDK.Utils/FactSet.SDK.Utils.csproj
+++ b/src/FactSet.SDK.Utils/FactSet.SDK.Utils.csproj
@@ -13,11 +13,11 @@
 
   <ItemGroup>
     <PackageReference Include="IdentityModel" Version="6.0.0" />
-    <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.15.1" />
+    <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.16.0" />
     <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.15.1" />
+    <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.16.0" />
     <None Include="../../README.md" Pack="true" PackagePath="\" />
   </ItemGroup>
 
-</Project>
\ No newline at end of file
+</Project>