Commits on Source (16)
-
Dylan R. E. Moonfire authored8ef93d81
-
Dylan R. E. Moonfire authored54d05c84
-
Dylan R. E. Moonfire authored28898dba
-
Dylan R. E. Moonfire authored1d6d7d4e
-
Dylan R. E. Moonfire authored678bfc85
-
Dylan R. E. Moonfire authoreda161673e
-
Dylan R. E. Moonfire authoredfff4493f
-
Dylan R. E. Moonfire authoredcaaefa3a
-
Dylan R. E. Moonfire authored9347397e
-
Dylan R. E. Moonfire authoredd49e07a9
-
Dylan R. E. Moonfire authored6ae8151b
-
Dylan R. E. Moonfire authored276332f4
-
Dylan R. E. Moonfire authoredb2a143d1
-
Dylan R. E. Moonfire authoredef09e49f
-
Dylan R. E. Moonfire authoredc58df120
-
semantic-release-bot authored
# [1.1.0](v1.0.0...v1.1.0) (2021-01-22) ### Features * making library available for .NET Core 5 ([54d05c84](54d05c84)) * removing two proposed features that do not fit the pattern ([a161673e](a161673e))
6f6a2f9b
.envrc
0 → 100644
.gitlab-ci.yml
0 → 100644
.tool-versions
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "mfgames-locking-cil", | ||
"version": "1.1.0", | ||
"private": true, | ||
"scripts": { | ||
"commitlint": "commitlint " | ||
}, | ||
"release": { | ||
"branch": "master", | ||
"message": "chore(release): v${nextRelease.version}\n\n${nextRelease.notes}", | ||
"verifyConditions": [ | ||
"@semantic-release/git" | ||
], | ||
"analyzeCommits": [ | ||
"@semantic-release/commit-analyzer" | ||
], | ||
"prepare": [ | ||
"@semantic-release/npm", | ||
"@semantic-release/git" | ||
], | ||
"publish": [], | ||
"success": [], | ||
"fail": [] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@semantic-release/git": "^9.0.0", | ||
"husky": "^4.3.6", | ||
"semantic-release": "^17.3.0" | ||
} | ||
} |
scripts/set-build-version.sh
0 → 100755
src/MfGames.Locking.Tests/LockAction.cs
0 → 100644
src/MfGames.Locking/TryGetCreate.cs
deleted
100644 → 0
src/MfGames.Locking/TryGetHandler.cs
deleted
100644 → 0