Skip to content

Commit

Permalink
Bump Devlooped.SponsorLink from 0.10.3 to 0.10.5
Browse files Browse the repository at this point in the history
Bumps [Devlooped.SponsorLink](https://github.com/devlooped/SponsorLink) from 0.10.3 to 0.10.5.
- [Release notes](https://github.com/devlooped/SponsorLink/releases)
- [Changelog](https://github.com/devlooped/SponsorLink/blob/main/releases.md)
- [Commits](https://github.com/devlooped/SponsorLink/commits)

---
updated-dependencies:
- dependency-name: Devlooped.SponsorLink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kzu committed Apr 22, 2023
1 parent b0b248f commit 1aa8462
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on the `ThisAssembly.Info` class.
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.3" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />

Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly.Constants/ThisAssembly.Constants.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ C#:
</ItemGroup>

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.3" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />

Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly.Git/ThisAssembly.Git.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.3" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ C#:
</ItemGroup>

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.3" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />

Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly.Project/ThisAssembly.Project.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ C#:
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.3" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />

Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly.Resources/ThisAssembly.Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.3" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />

Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly.Strings/ThisAssembly.Strings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ such as "Hello {name}".
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.3" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />

Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly.Tests/ThisAssembly.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<!-- Only needed because we're referencing via P2P and not getting the dependency -->
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.3" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1aa8462

Please sign in to comment.