Skip to content

Commit 0005c65

Browse files
committed
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Remove the source link in the package description devlooped/oss@b9fb0a7 - Ignore xUnit1013 so records can be used as test classes devlooped/oss@369cd2b # devlooped/.github - Fix for installing gh as admin devlooped/.github@8b6384e
1 parent 32f5265 commit 0005c65

4 files changed

Lines changed: 10 additions & 12 deletions

File tree

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,6 @@ csharp_new_line_before_catch = true
8787
csharp_new_line_before_finally = true
8888
csharp_new_line_before_members_in_object_initializers = true
8989
csharp_new_line_before_members_in_anonymous_types = true
90+
91+
# xUnit1013: Public method should be marked as test. Allows using records as test classes
92+
dotnet_diagnostic.xUnit1013.severity = none

.github/workflows/sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: 🔽 gh
1616
run: |
17-
iwr -useb get.scoop.sh | iex
17+
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
1818
scoop install gh
1919
2020
- name: 💛 sponsors

.netconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
skip
2525
[file ".editorconfig"]
2626
url = https://github.com/devlooped/oss/blob/main/.editorconfig
27-
sha = 0683ee777d7d878d4bf013d7deea352685135a05
28-
etag = 985aa022503959d35b03c870f07ae604cead7580d260775235ef6665aa9a6cbe
27+
sha = 369cd2bd49ce032f616a2fcb4c997535dbe8d9aa
28+
etag = 4e857df48d0abd81512350d6b3b1a1c83b78284be65bd5172a4ec8e52cd04e2d
2929
weak
3030
[file ".gitattributes"]
3131
url = https://github.com/devlooped/oss/blob/main/.gitattributes
@@ -114,8 +114,8 @@
114114
weak
115115
[file "src/Directory.Build.targets"]
116116
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
117-
sha = 024f73321ffe4e927151ff94666c52c2d425139a
118-
etag = 816dff7cb821a885da46ad200f9b8bea3438d74da3172bc43716d5670abaee6c
117+
sha = b9fb0a7d34d6c16fb404f9dff4aac6789ef08a00
118+
etag = 852b16129d2c681ad6ec86ff56b256541e0ce0961eb3a9492e0ead89ffe5a6bd
119119
weak
120120
[file "src/kzu.snk"]
121121
url = https://github.com/devlooped/oss/blob/main/src/kzu.snk
@@ -139,8 +139,8 @@
139139
weak
140140
[file ".github/workflows/sponsors.yml"]
141141
url = https://github.com/devlooped/.github/blob/main/.github/workflows/sponsors.yml
142-
sha = 514760df24bd906b9e5d3a56deac0d18cba59a6d
143-
etag = 0236ed96c1d11f69b26ac0e039e74107df5731574236e2de2a83152fee5df0a6
142+
sha = 8b6384e91fdfcf8f3cc9b3b262a9ca2a1095d06a
143+
etag = 2c05a753600913f546c37a2ea9393b3ede3b6f8473e5c2d53462aa7342af7078
144144
weak
145145
[file "Gemfile"]
146146
url = https://github.com/devlooped/.github/blob/main/Gemfile

src/Directory.Build.targets

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,13 @@
145145

146146
</Target>
147147

148-
<!-- Always append the link to the direct source tree for the current build -->
149148
<Target Name="UpdatePackageMetadata"
150149
BeforeTargets="PrepareForBuild;GenerateMSBuildEditorConfigFileShouldRun;GetAssemblyVersion;GetPackageMetadata;GenerateNuspec;Pack"
151150
DependsOnTargets="EnsureProjectInformation"
152151
Condition="'$(SourceControlInformationFeatureSupported)' == 'true' And
153152
'$(IsPackable)' == 'true'">
154153
<PropertyGroup>
155154
<PackageProjectUrl Condition="'$(PackageProjectUrl)' == '' and '$(PublishRepositoryUrl)' == 'true'">$(RepositoryUrl)</PackageProjectUrl>
156-
<Description Condition="'$(RepositorySha)' != '' and '$(RepositoryUrl)' != ''">$(Description)
157-
158-
Built from $(RepositoryUrl)/tree/$(RepositorySha)
159-
</Description>
160155
<PackageDescription>$(Description)</PackageDescription>
161156
<PackageReleaseNotes Condition="'$(RepositoryUrl)' != '' and Exists('$(MSBuildThisFileDirectory)..\changelog.md')">$(RepositoryUrl)/blob/main/changelog.md</PackageReleaseNotes>
162157
</PropertyGroup>

0 commit comments

Comments
 (0)