Skip to content

Commit

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

---
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 Oct 22, 2024
1 parent c2966cb commit 0f37447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/dotnet/Analyzer/Analyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.2.2" />
<PackageReference Include="NuGetizer" Version="1.2.3" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" Pack="false" />
<PackageReference Include="PolySharp" Version="1.14.1" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="1.4.3" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion samples/dotnet/Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.2.2" />
<PackageReference Include="NuGetizer" Version="1.2.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0f37447

Please sign in to comment.