Skip to content

Commit 96b2aa0

Browse files
devlooped-botkzu
authored andcommitted
⬆️ Bump files with dotnet-file sync
# devlooped/SponsorLink - Remove workaround for previous buggy targets from TA devlooped/SponsorLink@8f0e621
1 parent eb48049 commit 96b2aa0

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.netconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
url = https://github.com/devlooped/SponsorLink/tree/main/samples/dotnet/
132132
[file "src/SponsorLink/Analyzer/Analyzer.csproj"]
133133
url = https://github.com/devlooped/SponsorLink/blob/main/samples/dotnet/Analyzer/Analyzer.csproj
134-
sha = 697e210b68c7d6f0ececca7673d13f4309df6cd7
135-
etag = 4cee5215a5472e4dcc40c4452d3db74c412a4413c021705c15709c1b4156937b
134+
sha = 8f0e6216360f3f8700b4845f3ec2310aabd996f3
135+
etag = 671a82f0f6770a990f9364ecf321eeea75bd6092f98c009039af02df172152df
136136
weak
137137
[file "src/SponsorLink/Analyzer/Properties/launchSettings.json"]
138138
url = https://github.com/devlooped/SponsorLink/blob/main/samples/dotnet/Analyzer/Properties/launchSettings.json

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ The versioning scheme for packages is:
599599
[![Vincent Limo](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/v-limo.png "Vincent Limo")](https://github.com/v-limo)
600600
[![Jordan S. Jones](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jordansjones.png "Jordan S. Jones")](https://github.com/jordansjones)
601601
[![domischell](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/DominicSchell.png "domischell")](https://github.com/DominicSchell)
602+
[![Joseph Kingry](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jkingry.png "Joseph Kingry")](https://github.com/jkingry)
602603

603604

604605
<!-- sponsors.md -->

src/SponsorLink/Analyzer/Analyzer.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
<PackageReference Include="NuGetizer" Version="1.2.4" />
1818
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" Pack="false" />
1919
<PackageReference Include="PolySharp" Version="1.15.0" PrivateAssets="all" />
20-
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="2.0.10" PrivateAssets="all" />
21-
<PackageReference Include="ThisAssembly.Git" Version="2.0.10" PrivateAssets="all" />
22-
<PackageReference Include="ThisAssembly.Constants" Version="2.0.10" PrivateAssets="all" />
23-
<PackageReference Include="ThisAssembly.Project" Version="2.0.10" PrivateAssets="all" />
20+
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="2.0.11" PrivateAssets="all" />
2421
</ItemGroup>
2522

2623
<ItemGroup>
@@ -29,8 +26,6 @@
2926

3027
<ItemGroup>
3128
<InternalsVisibleTo Include="Tests" />
32-
<!-- $(FundingPackageId) will suffice once ThisAssembly bumps to this fixed Devlooped.Sponsors.targets -->
33-
<FundingAnalyzerPackageId Include="SponsorableLib" />
3429
</ItemGroup>
3530

3631
<!-- To support tests, fake an extra sponsorable with the test key -->

0 commit comments

Comments
 (0)