Skip to content

Commit 315f987

Browse files
committed
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Dynamically fetch devlooped JWK from github devlooped/oss@55124bc - Rename sample assemblies for nicer display devlooped/oss@93df7c7 - Add our implementation of JWT manifest reading and reporting devlooped/oss@a0ae727 - Whitespace and formatting devlooped/oss@d74f511 - Remove dependency on ThisAssembly devlooped/oss@c879f25 - Minor code simplification devlooped/oss@cf154d5 - Fix path to jwk.ps1 alongside the SponsorLink.targets devlooped/oss@c4830fc - Improve versioning of sample package devlooped/oss@3b943f5 - Add nullable and generated code annotations devlooped/oss@b2a11fa - Minimal docs on consuming devlooped/oss@827a1d1 - SponsorLink-enabled analyzers need copylocal devlooped/oss@7593657 - Fix scenario where multiple packages share product name devlooped/oss@23f83bd - Simplify and unify manifest reading implementation devlooped/oss@4fca946 - Update to checkout@v4 devlooped/oss@5fb1723 - Update dotnet-file.yml with fix to create pull request action devlooped/oss@11a331d - Don't add random wait on manual dotnet-file runs devlooped/oss@7afe350 - Add static usings to allow unprefixed ThrowXxxx devlooped/oss@6dfe21f - Add compatibility for non-SDK projects without InitializeSourceControlInformation target devlooped/oss@6e96c59 - Set Version from VersionLabel if it's a refs/tags/ devlooped/oss@57653a2 - Cleanup build and publish to use VersionLabel devlooped/oss@14deaea - Bump create-pr dependency to avoid error with existing PRs devlooped/oss@11a8757 - Only commit markdown files when resolving includes devlooped/oss@2c10a83
1 parent 311904c commit 315f987

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2811
-59
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
github_token: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: 🤘 checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323
ref: main

.github/workflows/dotnet-file.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ jobs:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: 🤘 checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0
3030
ref: main
3131
token: ${{ env.GH_TOKEN }}
3232

3333
- name: ⌛ rate
3434
shell: pwsh
35+
if: github.event_name != 'workflow_dispatch'
3536
run: |
3637
# add random sleep since we run on fixed schedule
3738
sleep (get-random -max 60)
@@ -70,7 +71,7 @@ jobs:
7071
validate: false
7172

7273
- name: ✍ pull request
73-
uses: peter-evans/create-pull-request@v4
74+
uses: peter-evans/create-pull-request@v6
7475
with:
7576
base: main
7677
branch: dotnet-file-sync

.github/workflows/includes.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ jobs:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222

2323
- name: 🤘 checkout
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525
with:
2626
token: ${{ env.GH_TOKEN }}
2727

2828
- name: +Mᐁ includes
2929
uses: devlooped/actions-includes@v1
3030

3131
- name: ✍ pull request
32-
uses: peter-evans/create-pull-request@v4
32+
uses: peter-evans/create-pull-request@v6
3333
with:
34+
add-paths: '**/*.md'
3435
base: main
3536
branch: markdown-includes
3637
delete-branch: true

.github/workflows/sponsor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: 🤘 checkout
1717
if: env.token != ''
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
- name: 💜 sponsor
2121
if: env.token != ''

.netconfig

Lines changed: 195 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
skip
4747
[file ".github/workflows/changelog.yml"]
4848
url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.yml
49-
sha = a4b66eb5f4dfb9704502f19f59ba33cb4855188c
50-
etag = 54c0b571648b1055beb3ddac180b34e93a9869b9f0277de306901b2c1dbe0b2c
49+
sha = 5fb172362c767bef7c36478f1a6bdc264723f8f9
50+
etag = ad1efa56d6024ee1add2bcda81a7e4e38d0e9069473c6ff70374d5ce06af1f5a
5151
weak
5252
[file ".github/workflows/dotnet-file.yml"]
5353
url = https://github.com/devlooped/oss/blob/main/.github/workflows/dotnet-file.yml
54-
sha = f08c3f28e46e28eb31e70846d65e57aa9553ce56
55-
etag = 567444486383d032c1c5fbc538f07e860f92b1d08c66ac6ffb1db64ca539251c
54+
sha = 7afe350f7e80a230e922db026d4e1198ba15cae1
55+
etag = 65e9794df6caff779eb989c8f71ddf4d4109b24a75af79e4f8d0fe6ba7bd9702
5656
weak
5757
[file ".github/workflows/publish.yml"]
5858
url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml
@@ -89,8 +89,8 @@
8989
weak
9090
[file "src/Directory.Build.props"]
9191
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.props
92-
sha = b1d14c6379e5820eb2c30e08bedbdf6e9c8e8cb2
93-
etag = 33cd19e0f599f444c320406da3452e9e84d28c3bb13c09e9190d9d2e7f129545
92+
sha = 14deaea5cecc64df51781d29891a2f67caf8be16
93+
etag = f177eb767aaa6a347da43ff7ff419c9a0736c562cb171e17ded8007a1945a8b0
9494
weak
9595
[file "src/Directory.Build.targets"]
9696
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
@@ -102,20 +102,15 @@
102102
sha = 0683ee777d7d878d4bf013d7deea352685135a05
103103
etag = b8d789b5b6bea017cdcc8badcea888ad78de3e34298efca922054e9fb0e7b6b9
104104
weak
105-
[file "src/nuget.config"]
106-
url = https://github.com/devlooped/oss/blob/main/src/nuget.config
107-
sha = b2fa09bd9db6de89e37a8ba6705b5659e435dafd
108-
etag = eb2d09e546aa1e11c0b464d9ed6ab2d3c028a1d86c3ac40a318053625fb72819
109-
weak
110105
[file ".github/workflows/combine-prs.yml"]
111106
url = https://github.com/devlooped/oss/blob/main/.github/workflows/combine-prs.yml
112107
sha = c1610886eba42cb250e3894aed40c0a258cd383d
113108
etag = 598ee294649a44d4c5d5934416c01183597d08aa7db7938453fd2bbf52a4e64d
114109
weak
115110
[file ".github/workflows/includes.yml"]
116111
url = https://github.com/devlooped/oss/blob/main/.github/workflows/includes.yml
117-
sha = ac753b791d03997eb655efb26ae141b51addd1c0
118-
etag = fcd94a08ac9ebc0e8351deac4e7f085cf8ef67816cc50006e068f44166096eb8
112+
sha = 5fb172362c767bef7c36478f1a6bdc264723f8f9
113+
etag = e5ee22e115c925fb85ec931cda3ac811fcc453c03904554fa3f573935b221d34
119114
weak
120115
[file ".github/release.yml"]
121116
url = https://github.com/devlooped/oss/blob/main/.github/release.yml
@@ -129,6 +124,191 @@
129124
weak
130125
[file ".github/workflows/sponsor.yml"]
131126
url = https://github.com/devlooped/oss/blob/main/.github/workflows/sponsor.yml
132-
sha = 8990ebb36199046e0b8098bad9e46dcef739c56e
133-
etag = e1dc114d2e8b57d50649989d32dbf0c9080ec77da3738a4cc79e9256d6ca5d3e
127+
sha = 5fb172362c767bef7c36478f1a6bdc264723f8f9
128+
etag = 0849ee61af6daee29615f9632173b4e82da5bfa9d78ff28907e9408bd5acde4d
129+
weak
130+
[file "src/SponsorLink/Analyzer/Analyzer.csproj"]
131+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Analyzer/Analyzer.csproj
132+
sha = 93df7c7ec34f83ae58efbf213624d5ea31fe3c41
133+
etag = f76e33fde812244a275b95c8815101f6f87d144a5305a2c1f0f631f770d91920
134+
weak
135+
[file "src/SponsorLink/Analyzer/Properties/launchSettings.json"]
136+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Analyzer/Properties/launchSettings.json
137+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
138+
etag = 6c59ab4d008e3221e316c9e3b6e0da155b892680d48cdc400a39d53cb9a12aac
139+
weak
140+
[file "src/SponsorLink/Analyzer/StatusReportingAnalyzer.cs"]
141+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Analyzer/StatusReportingAnalyzer.cs
142+
sha = c879f25bf483086725c8a29f104555644e6ee542
143+
etag = cde10b763b87a3987e86cca2292c9afc7637d2113b9921e79492b6a31620bbb4
144+
weak
145+
[file "src/SponsorLink/Analyzer/buildTransitive/SponsorableLib.targets"]
146+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Analyzer/buildTransitive/SponsorableLib.targets
147+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
148+
etag = 332060de0945590d7c41cd237c250b8186acd6fc2045cc85a890368c74fdf473
149+
weak
150+
[file "src/SponsorLink/Directory.Build.props"]
151+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Directory.Build.props
152+
sha = 3b943f5aa59f33141d1c0fffcb215446d594ad53
153+
etag = 0c7737411744012078642dbfc174af3f2ac7dc9f7b8ea4423981ae38753a5be4
154+
weak
155+
[file "src/SponsorLink/Directory.Build.targets"]
156+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Directory.Build.targets
157+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
158+
etag = 9938f29c3573bf8bdb9686e1d9884dee177256b1d5dd7ee41472dd64bfbdd92d
159+
weak
160+
[file "src/SponsorLink/Library/Library.csproj"]
161+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Library/Library.csproj
162+
sha = 93df7c7ec34f83ae58efbf213624d5ea31fe3c41
163+
etag = 56233a536fb38edd75f66f6a9a9e6044eb227a0b58fb791495ff88e43649feb7
164+
weak
165+
[file "src/SponsorLink/Library/MyClass.cs"]
166+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Library/MyClass.cs
167+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
168+
etag = b5b3ccd6cd14bb90dd9702b9d7e52cc22c11e601c039617738d688f9fd45d49b
169+
weak
170+
[file "src/SponsorLink/Library/Resources.resx"]
171+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Library/Resources.resx
172+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
173+
etag = aff6051733d22982e761f2b414173aafeab40e0a76a142e2b33025dced213eb2
174+
weak
175+
[file "src/SponsorLink/Library/readme.md"]
176+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Library/readme.md
177+
sha = 55124bc610b2dcad9efb343bdffc79c959170593
178+
etag = 5002ac8c5bbeee60c13937a32c1b6c1a5dbf0065617c8f2550e6eca6fded256d
179+
weak
180+
[file "src/SponsorLink/SponsorLink.targets"]
181+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink.targets
182+
sha = 759365751e6529049a3df5701f85aecb51189289
183+
etag = 6e3955b7233c5c2000b9adf1bb281e74e7fb08813e17b3ef10fd8b5d50f9fb4d
184+
weak
185+
[file "src/SponsorLink/SponsorLink/AppDomainDictionary.cs"]
186+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink/AppDomainDictionary.cs
187+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
188+
etag = 4a70f86e73f951bca95618c221d821e38a31ef9092af4ac61447eab845671a28
189+
weak
190+
[file "src/SponsorLink/SponsorLink/DiagnosticsManager.cs"]
191+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink/DiagnosticsManager.cs
192+
sha = cf154d5d9c2ac3dad56e95da04effdad64409471
193+
etag = 7ac9738f71cafd15dbb347bc9d83468b0691d0b0888cc82e35c161fd1f2d48eb
194+
weak
195+
[file "src/SponsorLink/SponsorLink/ManifestStatus.cs"]
196+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink/ManifestStatus.cs
197+
sha = b2a11faac6c1c300bce8c1d45f95b585c19f2953
198+
etag = e46848f83c0436ba33a1c09a4060ad627a74db41bab66bb37ca40fce8a6532a7
199+
weak
200+
[file "src/SponsorLink/SponsorLink/Resources.es.resx"]
201+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink/Resources.es.resx
202+
sha = c879f25bf483086725c8a29f104555644e6ee542
203+
etag = c0a05bb5efedf8e30a73ab96678579ad33832e4a4aec75d3b596b47f248c23f5
204+
weak
205+
[file "src/SponsorLink/SponsorLink/Resources.resx"]
206+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink/Resources.resx
207+
sha = c879f25bf483086725c8a29f104555644e6ee542
208+
etag = fcb46a86511cb7996e8dcd1f4e283cea9cd51610b094ac49a7396301730814b0
209+
weak
210+
[file "src/SponsorLink/SponsorLink/SponsorLink.cs"]
211+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink/SponsorLink.cs
212+
sha = 55124bc610b2dcad9efb343bdffc79c959170593
213+
etag = 28178198489bf9b72f8a400563950194a06f7ce55ff4a016535eb1be35fa70b8
214+
weak
215+
[file "src/SponsorLink/SponsorLink/SponsorLink.csproj"]
216+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink/SponsorLink.csproj
217+
sha = c879f25bf483086725c8a29f104555644e6ee542
218+
etag = 997b08082f85a491be7a68805d7811e65e1474a6e7d49cbe927617f7035d21e1
219+
weak
220+
[file "src/SponsorLink/SponsorLink/SponsorLinkAnalyzer.cs"]
221+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink/SponsorLinkAnalyzer.cs
222+
sha = 23f83bd6b1f0fe13ac02bf464377f576652fec97
223+
etag = 5f9823d1bf83f7d28e5809e0a08d942fb2c444f4653ca5b035d500ebef2ead15
224+
weak
225+
[file "src/SponsorLink/SponsorLink/SponsorStatus.cs"]
226+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink/SponsorStatus.cs
227+
sha = 4fca946c3201d90d30e2183f699c850dcc1bf8d5
228+
etag = 9a5f6f35c38c34b77796925d80addc998e204bc112fcd5fc124030060390e7c2
229+
weak
230+
[file "src/SponsorLink/SponsorLink/SponsorableLib.targets"]
231+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink/SponsorableLib.targets
232+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
233+
etag = 2f923a97081481a6a264d63c8ff70ce5ba65c3dbaf7ea078cbe1388fb0868e1c
234+
weak
235+
[file "src/SponsorLink/SponsorLink/Tracing.cs"]
236+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink/Tracing.cs
237+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
238+
etag = 22e32872cafd080bcd5ac9084355578ef70910c8e494602ead365139dcbf40c0
239+
weak
240+
[file "src/SponsorLink/SponsorLink/buildTransitive/Devlooped.Sponsors.targets"]
241+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink/buildTransitive/Devlooped.Sponsors.targets
242+
sha = 55124bc610b2dcad9efb343bdffc79c959170593
243+
etag = 46842d44ece3d55285bc30a6b22ac21c1c35d3b0c451aa5285d4ca4564b8698c
244+
weak
245+
[file "src/SponsorLink/SponsorLink/sponsorable.md"]
246+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLink/sponsorable.md
247+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
248+
etag = 9c275d50705a2e661f0f86f1ae5e555c0033a05e86e12f936283a5b5ef47ae77
249+
weak
250+
[file "src/SponsorLink/SponsorLinkAnalyzer.sln"]
251+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/SponsorLinkAnalyzer.sln
252+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
253+
etag = fc2928c9b303d81ff23891ee791a859b794d9f2d4b9f4e81b9ed15e5b74db487
254+
weak
255+
[file "src/SponsorLink/Tests/.netconfig"]
256+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Tests/.netconfig
257+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
258+
etag = 089a26cdb722d57014c8b8104cc6f4e770868efdc49ae3119eebc873f00a316e
259+
weak
260+
[file "src/SponsorLink/Tests/Attributes.cs"]
261+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Tests/Attributes.cs
262+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
263+
etag = 1d7c17a2c9424db73746112c338a39e0000134ac878b398e2aa88f7ea5c0c488
264+
weak
265+
[file "src/SponsorLink/Tests/Extensions.cs"]
266+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Tests/Extensions.cs
267+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
268+
etag = f68e11894103f8748ce290c29927bf1e4f749e743ae33d5350e72ed22c15d245
269+
weak
270+
[file "src/SponsorLink/Tests/JsonOptions.cs"]
271+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Tests/JsonOptions.cs
272+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
273+
etag = 6e9a1b12757a97491441b9534ced4e5dac6d9d6334008fa0cd20575650bbd935
274+
weak
275+
[file "src/SponsorLink/Tests/Resources.Designer.cs"]
276+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Tests/Resources.Designer.cs
277+
sha = c879f25bf483086725c8a29f104555644e6ee542
278+
etag = 69404ac09238930893fdbc225ae7839b14957e129b4c05f1ef0e7afcc4c91d63
279+
weak
280+
[file "src/SponsorLink/Tests/Resources.resx"]
281+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Tests/Resources.resx
282+
sha = c879f25bf483086725c8a29f104555644e6ee542
283+
etag = 13d1bb8b0de32a8c9b5dbdc806a036ed89d423cd7c0be187b8c56055c9bf7783
284+
weak
285+
[file "src/SponsorLink/Tests/Sample.cs"]
286+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Tests/Sample.cs
287+
sha = c879f25bf483086725c8a29f104555644e6ee542
288+
etag = c4ed1e041d1ec816710757790aaa6688e3756870cfd98ba7e6c7b5103ce3a9ba
289+
weak
290+
[file "src/SponsorLink/Tests/SponsorLinkTests.cs"]
291+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Tests/SponsorLinkTests.cs
292+
sha = d74f5111504a0fae6e5a1e68ca92bf7afddb3254
293+
etag = 1fa41250bd984e8aa840a966d34ce0e94f2111d1422d7f50b864c38364fcf4a4
294+
weak
295+
[file "src/SponsorLink/Tests/SponsorableManifest.cs"]
296+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Tests/SponsorableManifest.cs
297+
sha = a0ae7272f31c766ebb129ea38c11c01df93b6b5d
298+
etag = e0c95e7fc6c0499dbc8c5cd28aa9a6a5a49c9d0ad41fe028a5a085aca7e00eaf
299+
weak
300+
[file "src/SponsorLink/Tests/Tests.csproj"]
301+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/Tests/Tests.csproj
302+
sha = c879f25bf483086725c8a29f104555644e6ee542
303+
etag = 31d33feb5860cd6df71ee2d6f3ca6d8fdc9e6535bea8caa97300421c0502246e
304+
weak
305+
[file "src/SponsorLink/jwk.ps1"]
306+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/jwk.ps1
307+
sha = c4830fc3b1aa78ec98d1d2ea4fed86ef0b7b803c
308+
etag = f399e05ecb56adaf41d2545171f299a319142b17dd09fc38e452ca8c5d13bd0d
309+
weak
310+
[file "src/SponsorLink/readme.md"]
311+
url = https://github.com/devlooped/oss/blob/main/src/SponsorLink/readme.md
312+
sha = 827a1d18bf0245978d81bcd3d52e9e6f1584d1ef
313+
etag = 079b4aedba2aa9851e609b569f25c55db8d5922e3dbb1adc22611ce4d6cfe465
134314
weak

readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,12 @@ snapshots of the day the release build runs, fetched from:
9595
[![Kori Francis](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/kfrancis.png "Kori Francis")](https://github.com/kfrancis)
9696
[![Toni Wenzel](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/twenzel.png "Toni Wenzel")](https://github.com/twenzel)
9797
[![Giorgi Dalakishvili](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Giorgi.png "Giorgi Dalakishvili")](https://github.com/Giorgi)
98-
[![Mike James](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/MikeCodesDotNET.png "Mike James")](https://github.com/MikeCodesDotNET)
98+
[![Uno Platform](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/unoplatform.png "Uno Platform")](https://github.com/unoplatform)
9999
[![Dan Siegel](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/dansiegel.png "Dan Siegel")](https://github.com/dansiegel)
100100
[![Reuben Swartz](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/rbnswartz.png "Reuben Swartz")](https://github.com/rbnswartz)
101101
[![Jacob Foshee](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jfoshee.png "Jacob Foshee")](https://github.com/jfoshee)
102102
[![](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Mrxx99.png "")](https://github.com/Mrxx99)
103103
[![Eric Johnson](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/eajhnsn1.png "Eric Johnson")](https://github.com/eajhnsn1)
104-
[![Norman Mackay](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/mackayn.png "Norman Mackay")](https://github.com/mackayn)
105-
[![Certify The Web](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/certifytheweb.png "Certify The Web")](https://github.com/certifytheweb)
106104
[![Ix Technologies B.V.](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/IxTechnologies.png "Ix Technologies B.V.")](https://github.com/IxTechnologies)
107105
[![David JENNI](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/davidjenni.png "David JENNI")](https://github.com/davidjenni)
108106
[![Jonathan ](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Jonathan-Hickey.png "Jonathan ")](https://github.com/Jonathan-Hickey)
@@ -112,14 +110,14 @@ snapshots of the day the release build runs, fetched from:
112110
[![Seann Alexander](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/seanalexander.png "Seann Alexander")](https://github.com/seanalexander)
113111
[![Tino Hager](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/tinohager.png "Tino Hager")](https://github.com/tinohager)
114112
[![Mark Seemann](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/ploeh.png "Mark Seemann")](https://github.com/ploeh)
115-
[![Angelo Belchior](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/angelobelchior.png "Angelo Belchior")](https://github.com/angelobelchior)
116113
[![Ken Bonny](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/KenBonny.png "Ken Bonny")](https://github.com/KenBonny)
117114
[![Simon Cropp](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/SimonCropp.png "Simon Cropp")](https://github.com/SimonCropp)
118115
[![agileworks-eu](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/agileworks-eu.png "agileworks-eu")](https://github.com/agileworks-eu)
119116
[![sorahex](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/sorahex.png "sorahex")](https://github.com/sorahex)
120117
[![Zheyu Shen](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/arsdragonfly.png "Zheyu Shen")](https://github.com/arsdragonfly)
121118
[![Vezel](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/vezel-dev.png "Vezel")](https://github.com/vezel-dev)
122-
[![Georg Jung](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/georg-jung.png "Georg Jung")](https://github.com/georg-jung)
119+
[![ChilliCream](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/ChilliCream.png "ChilliCream")](https://github.com/ChilliCream)
120+
[![4OTC](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/4OTC.png "4OTC")](https://github.com/4OTC)
123121

124122

125123
<!-- sponsors.md -->

0 commit comments

Comments
 (0)