Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kzu committed Aug 15, 2023
1 parent 71709cf commit 648a65e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Moq.CodeAnalysis/Moq.CodeAnalysis.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 All @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.0.5" PrivateAssets="all" PackTransitive="false" />
<PackageReference Include="NuGetizer" Version="1.1.0" PrivateAssets="all" PackTransitive="false" />
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="1.3.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" Pack="false" />
<PackageReference Include="Devlooped.SponsorLink" Version="1.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/Moq/Moq.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>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
Expand Down Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="IFluentInterface" Version="2.1.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="NuGetizer" Version="1.0.5" />
<PackageReference Include="NuGetizer" Version="1.1.0" />
<PackageReference Include="TypeNameFormatter.Sources" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 648a65e

Please sign in to comment.