Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "5.12.0",
"commands": [
"dotnet-gitversion"
]
"gitversion.tool": {
"version": "6.3.0",
"commands": [
"dotnet-gitversion"
]
}
}
}
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## vNext

- added support for .NET 8.0 and .NET 9.0 (previously only netstandard2.0 was supported).

## 0.5.7

- added support for .NET 8.0 and .NET 9.0 (previously only netstandard2.0 was supported).

### BugFix

- ServiceProviderFactory / IsRegistered support: Registering a KeyedService with an object key results in System.ArgumentException: Object must be of type String [#9](https://github.com/PrimordialCode/Mammoth.Extensions.DependencyInjection/issues/9)
Expand Down
38 changes: 34 additions & 4 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
mode: ContinuousDeployment
branches: {}
ignore:
sha: []
next-version: 1.0.0
branches:
main:
regex: ^main$
mode: ContinuousDeployment
label: ''
increment: Patch
develop:
regex: ^dev(elop)?(ment)?$
mode: ContinuousDeployment
label: alpha
increment: Minor
feature:
regex: ^features?[/-]
mode: ContinuousDeployment
label: useBranchName
increment: Inherit
release:
regex: ^releases?[/-]
mode: ContinuousDeployment
label: beta
increment: None
hotfix:
regex: ^hotfix(es)?[/-]
mode: ContinuousDeployment
label: beta
increment: Patch
support:
regex: ^support[/-]
mode: ContinuousDeployment
label: ''
increment: Patch
ignore:
sha: []
merge-message-formats: {}