File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ updates:
2424 Extensions :
2525 patterns :
2626 - " Microsoft.Extensions*"
27+ exclude-patterns :
28+ - " Microsoft.Extensions.AI*"
29+ ExtensionsAI :
30+ patterns :
31+ - " Microsoft.Extensions.AI*"
2732 Web :
2833 patterns :
2934 - " Microsoft.AspNetCore*"
Original file line number Diff line number Diff line change 3535 weak
3636[file ".github/dependabot.yml"]
3737 url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml
38- sha = 917ff5486e25bec90038e7ab6d146fd82c61f846
38+ sha = e733294084fb3e75d517a2e961e87df8faae7dc6
3939
40- etag = 50bf50df5a6eeb1705baea50f4c6e06d167a89cb5a590887ff939bd4120bd442
40+ etag = 3bf8d9214a15c049ca5cfe80d212a8cbe4753b8a638a9804ef73d34c7def9618
4141 weak
4242[file ".github/release.yml"]
4343 url = https://github.com/devlooped/oss/blob/main/.github/release.yml
119119 weak
120120[file "src/Directory.Build.props"]
121121 url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.props
122- sha = 2fff747a9673b499c99f2da183cdd5263fdc9333
122+ sha = 81d972fd0760c244d134dae7f4b17d6c43cb004a
123123
124- etag = 0fccddf04f282fe98122ab2610dc2972c205a521254559bf013655c6271b0017
124+ etag = 1368697c1521e465a1dea88b93787b1c7def441c37d62afc903fb8d07179e4f6
125125 weak
126126[file "src/Directory.Build.targets"]
127127 url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ Extensions for [Microsoft.Extensions.AI](https://nuget.org/packages/Microsoft.Ex
4646[ ![ Justin Wendlandt] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jwendl.png " Justin Wendlandt ")] ( https://github.com/jwendl )
4747[ ![ Adrian Alonso] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/adalon.png " Adrian Alonso ")] ( https://github.com/adalon )
4848[ ![ Michael Hagedorn] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Eule02.png " Michael Hagedorn ")] ( https://github.com/Eule02 )
49- [ ![ Matt Frear] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/mattfrear.png " Matt Frear ")] ( https://github.com/mattfrear )
5049
5150
5251<!-- sponsors.md -->
Original file line number Diff line number Diff line change 126126 <_VersionLabel >$(_VersionLabel.Replace('/merge', ''))</_VersionLabel >
127127 <!-- Finally sanitize the branch with dashes, so we can build path-separated branches, like rel/v1.0.0 or feature/foo -->
128128 <_VersionLabel >$(_VersionLabel.Replace('/', '-'))</_VersionLabel >
129+ <!-- And underscores which are also invalid labels, so we can use branches like dev/feature_foo -->
130+ <_VersionLabel >$(_VersionLabel.Replace('_', '-'))</_VersionLabel >
129131
130132 <!-- Set sanitized version to the actual version suffix used in build/pack -->
131133 <VersionSuffix Condition =" !$(VersionLabel.Contains('refs/tags/'))" >$(_VersionLabel)</VersionSuffix >
You can’t perform that action at this time.
0 commit comments