Skip to content

Commit

Permalink
chore: 📦 Update 4 packages (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Bot <>
  • Loading branch information
github-actions[bot] authored Oct 12, 2024
1 parent cf31532 commit fbfd6cc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/UpdatR/UpdatR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="NuGet.Credentials" Version="6.11.0" />
<PackageReference Include="NuGet.Protocol" Version="6.11.0" />
<PackageReference Include="NuGet.Versioning" Version="6.11.0" />
<PackageReference Include="NuGet.Credentials" Version="6.11.1" />
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
<PackageReference Include="NuGet.Versioning" Version="6.11.1" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/dotnet-updatr/dotnet-updatr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<ItemGroup>
<PackageReference Include="Markdig" Version="0.37.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="NuGet.Credentials" Version="6.11.0" />
<PackageReference Include="NuGet.Protocol" Version="6.11.0" />
<PackageReference Include="NuGet.Versioning" Version="6.11.0" />
<PackageReference Include="NuGet.Credentials" Version="6.11.1" />
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
<PackageReference Include="NuGet.Versioning" Version="6.11.1" />
<PackageReference Include="System.CommandLine.DragonFruit" Version="0.4.0-alpha.22272.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion tools/Build/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-updatr": {
"version": "2.1.1",
"version": "2.1.2",
"commands": [
"update"
]
Expand Down
4 changes: 2 additions & 2 deletions tools/Build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<PackageReference Include="Bullseye" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="NuGet.Protocol" Version="6.11.0" />
<PackageReference Include="NuGet.Versioning" Version="6.11.0" />
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
<PackageReference Include="NuGet.Versioning" Version="6.11.1" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="SimpleExec" Version="12.0.0" />
</ItemGroup>
Expand Down

0 comments on commit fbfd6cc

Please sign in to comment.