Skip to content

Commit

Permalink
Bump NuGet.Protocol from 6.10.0 to 6.10.1
Browse files Browse the repository at this point in the history
Bumps [NuGet.Protocol](https://github.com/NuGet/NuGet.Client) from 6.10.0 to 6.10.1.
- [Release notes](https://github.com/NuGet/NuGet.Client/releases)
- [Commits](https://github.com/NuGet/NuGet.Client/commits)

---
updated-dependencies:
- dependency-name: NuGet.Protocol
  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 Jul 21, 2024
1 parent 6887043 commit e436796
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions src/Cli/Cli.csproj
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>sponsor</AssemblyName>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<PackageId>dotnet-sponsor</PackageId>
<ToolCommandName>sponsor</ToolCommandName>
<RollForward>Major</RollForward>
<PackAsTool>true</PackAsTool>
<PackContent>false</PackContent>
<Description>SponsorLink CLI for synchronizing your GitHub Sponsors status to your dev machine</Description>
<PackageTags>dotnet dotnet-tool tools</PackageTags>
<BuildDate>$([System.DateTime]::Now.ToString("yyyy-MM-dd"))</BuildDate>
<BuildRef>$(GITHUB_REF_NAME)</BuildRef>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<!-- From dotnet run init -->
<DefaultExcludesInProjectFolder>*.key*;*.pub*;*.jwt</DefaultExcludesInProjectFolder>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGet.Protocol" Version="6.10.0" />
<PackageReference Include="NuGetizer" Version="1.2.2" PrivateAssets="all" />
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" />
<PackageReference Include="Devlooped.JQ" Version="1.7.1.1" />
<PackageReference Include="ThisAssembly.Git" Version="1.4.3" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Project" Version="1.4.3" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Commands\Commands.csproj" Pack="false" />
<ProjectReference Include="..\Core\Core.csproj" Pack="false" />
</ItemGroup>

<ItemGroup>
<ProjectProperty Include="ToolCommandName" />
<ProjectProperty Include="BuildDate" />
<ProjectProperty Include="BuildRef" />
<ProjectProperty Include="PackageId" />
<ProjectProperty Include="PackageVersion" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>sponsor</AssemblyName>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<PackageId>dotnet-sponsor</PackageId>
<ToolCommandName>sponsor</ToolCommandName>
<RollForward>Major</RollForward>
<PackAsTool>true</PackAsTool>
<PackContent>false</PackContent>
<Description>SponsorLink CLI for synchronizing your GitHub Sponsors status to your dev machine</Description>
<PackageTags>dotnet dotnet-tool tools</PackageTags>
<BuildDate>$([System.DateTime]::Now.ToString("yyyy-MM-dd"))</BuildDate>
<BuildRef>$(GITHUB_REF_NAME)</BuildRef>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<!-- From dotnet run init -->
<DefaultExcludesInProjectFolder>*.key*;*.pub*;*.jwt</DefaultExcludesInProjectFolder>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGet.Protocol" Version="6.10.1" />
<PackageReference Include="NuGetizer" Version="1.2.2" PrivateAssets="all" />
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" />
<PackageReference Include="Devlooped.JQ" Version="1.7.1.1" />
<PackageReference Include="ThisAssembly.Git" Version="1.4.3" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Project" Version="1.4.3" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Commands\Commands.csproj" Pack="false" />
<ProjectReference Include="..\Core\Core.csproj" Pack="false" />
</ItemGroup>

<ItemGroup>
<ProjectProperty Include="ToolCommandName" />
<ProjectProperty Include="BuildDate" />
<ProjectProperty Include="BuildRef" />
<ProjectProperty Include="PackageId" />
<ProjectProperty Include="PackageVersion" />
</ItemGroup>

</Project>

0 comments on commit e436796

Please sign in to comment.