Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: NuGetizer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kzu committed Aug 8, 2023
1 parent 6cb918e commit d046e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RxFree/RxFree.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down Expand Up @@ -28,7 +28,7 @@ System.Reactive package for `IObservable&lt;T&gt;` producers.
</ItemGroup>

<ItemGroup>
<PackageReference Include="NuGetizer" Version="0.9.0" />
<PackageReference Include="NuGetizer" Version="1.0.5" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit d046e79

Please sign in to comment.