Skip to content

Commit a6525ee

Browse files
docs: add TylerReid as a contributor for code (#28)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Nick Cipollina <ncipollina@gmail.com>
1 parent b1e021f commit a6525ee

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
"contributions": [
1616
"code"
1717
]
18+
},
19+
{
20+
"login": "TylerReid",
21+
"name": "Tyler Reid",
22+
"avatar_url": "https://avatars.githubusercontent.com/u/2939992?v=4",
23+
"profile": "https://github.com/TylerReid",
24+
"contributions": [
25+
"code"
26+
]
1827
}
1928
],
2029
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔒 DynamoDb.DistributedLock
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
**DynamoDb.DistributedLock** is a lightweight .NET library for distributed locking using Amazon DynamoDB. It is designed for serverless and cloud-native applications that require coordination across services or instances.
@@ -269,6 +269,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
269269
<tbody>
270270
<tr>
271271
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ncipollina"><img src="https://avatars.githubusercontent.com/u/1405469?v=4?s=100" width="100px;" alt="Nick Cipollina"/><br /><sub><b>Nick Cipollina</b></sub></a><br /><a href="https://github.com/LayeredCraft/dynamodb-distributed-lock/commits?author=ncipollina" title="Code">💻</a></td>
272+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TylerReid"><img src="https://avatars.githubusercontent.com/u/2939992?v=4?s=100" width="100px;" alt="Tyler Reid"/><br /><sub><b>Tyler Reid</b></sub></a><br /><a href="https://github.com/LayeredCraft/dynamodb-distributed-lock/commits?author=TylerReid" title="Code">💻</a></td>
272273
</tr>
273274
</tbody>
274275
</table>

0 commit comments

Comments
 (0)