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 Mar 14, 2022
1 parent d2ebe56 commit 55d0e97
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 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.5.2",
"version": "5.5.3",
"commands": [
"dotnet-sonarscanner"
]
Expand Down
15 changes: 15 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -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'
6 changes: 3 additions & 3 deletions src/FactSet.SDK.Utils/FactSet.SDK.Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
</Project>

0 comments on commit 55d0e97

Please sign in to comment.