Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2024-05-29)

### Bug Fixes

* re-release NuGet because of errors during push ([76eabc9](76eabc9))
  • Loading branch information
semantic-release-bot committed May 29, 2024
1 parent 76eabc9 commit 359efac
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/droidsolutions/asp-auth-claim-binder/compare/v2.0.0...v2.0.1) (2024-05-29)


### Bug Fixes

* re-release NuGet because of errors during push ([76eabc9](https://github.com/droidsolutions/asp-auth-claim-binder/commit/76eabc93d687d6d9b14cfa7e00f735c54183d72c))

# [2.0.0](https://github.com/droidsolutions/asp-auth-claim-binder/compare/v1.2.0...v2.0.0) (2024-05-29)


Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)stylecop.ruleset</CodeAnalysisRuleSet>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Authors>Stefan Ißmer</Authors>
<Company>DroidSolutions GmbH</Company>
<Description>Contains claim model binders for ASP.NET Core MVC.</Description>
Expand All @@ -16,7 +16,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>https://github.com/droidsolutions/asp-auth-claim-binder/blob/main/CHANGELOG.md</PackageReleaseNotes>
<RepositoryBranch>main</RepositoryBranch>
<RepositoryCommit>ecb936bdd23873b0317a2a526198109e3b63a1de</RepositoryCommit>
<RepositoryCommit>76eabc93d687d6d9b14cfa7e00f735c54183d72c</RepositoryCommit>
<PackageTags>auth;claim;binder;modelbinder;model</PackageTags>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@droidsolutions-oss/asp-auth-claim-binder",
"version": "2.0.0",
"version": "2.0.1",
"description": "Custom modelbinder for ASP.NET Core MVC to allow injecting claims into controller actions.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 359efac

Please sign in to comment.