Skip to content

Commit

Permalink
Bump NuGetizer from 1.2.3 to 1.2.4
Browse files Browse the repository at this point in the history
Bumps [NuGetizer](https://github.com/devlooped/nugetizer) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/devlooped/nugetizer/releases)
- [Changelog](https://github.com/devlooped/nugetizer/blob/main/changelog.md)
- [Commits](devlooped/nugetizer@v1.2.3...v1.2.4)

---
updated-dependencies:
- dependency-name: NuGetizer
  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 Feb 18, 2025
1 parent d3c3da0 commit 8237f05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/CommandLine/CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following heuristics are applied when providing default values:
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.2.3" />
<PackageReference Include="NuGetizer" Version="1.2.4" />
<PackageReference Include="Polyfill.NET" Version="1.0.12" PrivateAssets="all" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Config.Tool/Config.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="NuGetizer" Version="1.2.3" />
<PackageReference Include="NuGetizer" Version="1.2.4" />
<PackageReference Include="ThisAssembly" Version="2.0.11" PrivateAssets="all" />
<PackageReference Include="Polyfill.NET" Version="1.0.12" PrivateAssets="all" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Config/Config.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Usage:
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.2.3" />
<PackageReference Include="NuGetizer" Version="1.2.4" />
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
<PackageReference Include="ThisAssembly" Version="2.0.11" PrivateAssets="all" />
<PackageReference Include="docfx.console" Version="2.59.4" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration/Configuration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note: section is required and subsection is optional, just like in dotnet-config

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
<PackageReference Include="NuGetizer" Version="1.2.3" />
<PackageReference Include="NuGetizer" Version="1.2.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8237f05

Please sign in to comment.