diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 11c5d7d..17ca3e2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,6 +32,9 @@ updates: Web: patterns: - "Microsoft.AspNetCore*" + OpenTelemetry: + patterns: + - "OpenTelemetry*" Tests: patterns: - "Microsoft.NET.Test*" diff --git a/.gitignore b/.gitignore index edfe7a5..3c874d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ bin obj +out artifacts pack TestResults @@ -12,6 +13,7 @@ BenchmarkDotNet.Artifacts .idea local.settings.json .env +.next *.local *.suo diff --git a/.netconfig b/.netconfig index c01d60e..377d9d6 100644 --- a/.netconfig +++ b/.netconfig @@ -32,9 +32,9 @@ skip [file ".github/dependabot.yml"] url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml - sha = e733294084fb3e75d517a2e961e87df8faae7dc6 + sha = 387f0616b2c56adc4f33f2858da818f7e0d92ef3 - etag = 3bf8d9214a15c049ca5cfe80d212a8cbe4753b8a638a9804ef73d34c7def9618 + etag = a1aaba1440e5ee2a7b7f93fc0fb004d4e1d4d9780350c753f7c429e37241345a weak [file ".github/release.yml"] url = https://github.com/devlooped/oss/blob/main/.github/release.yml @@ -86,9 +86,9 @@ weak [file ".gitignore"] url = https://github.com/devlooped/oss/blob/main/.gitignore - sha = 12c18e78c4bbab118b798d04344e5a5253216841 + sha = c76f0cc3e225e39e79420587d94852e12cdcb32a - etag = 69c38c664debe4cbb8b68a87bacb1c93d0ac9757635c31a42292317f05484728 + etag = 09b499201361a59fad0036e925f4008cdd7bdc6723ba37ff18cc509e6024b2bf weak [file "Directory.Build.rsp"] url = https://github.com/devlooped/oss/blob/main/Directory.Build.rsp @@ -114,9 +114,9 @@ weak [file "src/Directory.Build.props"] url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.props - sha = dd13ed3334135c30dcb1e3b2295dc7622de298d9 + sha = a1f5d11d1821959a141567ed24f9ea43205edd13 - etag = bd05f9f240823c0ac79ddfefe654061550c36f82dd94fa513b82900e92686a5f + etag = b2b90c6d617db9712cc8be2031b767d3ba951015717984f52b4872cc39f93e72 weak [file "src/Directory.Build.targets"] url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets diff --git a/readme.md b/readme.md index 44a4ec5..7e55bd2 100644 --- a/readme.md +++ b/readme.md @@ -285,7 +285,7 @@ OSMF tier. A single fee covers all of [Devlooped packages](https://www.nuget.org [![domischell](https://avatars.githubusercontent.com/u/66068846?u=0a5c5e2e7d90f15ea657bc660f175605935c5bea&v=4&s=39 "domischell")](https://github.com/DominicSchell) [![Adrian Alonso](https://avatars.githubusercontent.com/u/2027083?u=129cf516d99f5cb2fd0f4a0787a069f3446b7522&v=4&s=39 "Adrian Alonso")](https://github.com/adalon) [![torutek](https://avatars.githubusercontent.com/u/33917059?v=4&s=39 "torutek")](https://github.com/torutek) -[![mccaffers](https://avatars.githubusercontent.com/u/16667079?u=110034edf51097a5ee82cb6a94ae5483568e3469&v=4&s=39 "mccaffers")](https://github.com/mccaffers) +[![Ryan McCaffery](https://avatars.githubusercontent.com/u/16667079?u=c0daa64bb5c1b572130e05ae2b6f609ecc912d4d&v=4&s=39 "Ryan McCaffery")](https://github.com/mccaffers) [![Seika Logiciel](https://avatars.githubusercontent.com/u/2564602?v=4&s=39 "Seika Logiciel")](https://github.com/SeikaLogiciel) [![Andrew Grant](https://avatars.githubusercontent.com/devlooped-user?s=39 "Andrew Grant")](https://github.com/wizardness) [![eska-gmbh](https://avatars.githubusercontent.com/devlooped-team?s=39 "eska-gmbh")](https://github.com/eska-gmbh) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 91e383a..91ba1a5 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -167,7 +167,7 @@ - +