Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kzu committed Jun 5, 2023
1 parent 096f220 commit 0acc337
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on the `ThisAssembly.Info` class.

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.2" />
<PackageReference Include="NuGetizer" Version="1.0.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />

<PackageReference Include="Scriban" Version="5.7.0" Pack="false" IncludeAssets="build" />
Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly.Constants/ThisAssembly.Constants.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ C#:

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.2" />
<PackageReference Include="NuGetizer" Version="1.0.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />

<PackageReference Include="Scriban" Version="5.7.0" Pack="false" IncludeAssets="build" />
Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly.Git/ThisAssembly.Git.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.2" />
<PackageReference Include="NuGetizer" Version="1.0.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ C#:

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.2" />
<PackageReference Include="NuGetizer" Version="1.0.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />

<PackageReference Include="Scriban" Version="5.7.0" Pack="false" IncludeAssets="build" />
Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly.Project/ThisAssembly.Project.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ C#:

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.2" />
<PackageReference Include="NuGetizer" Version="1.0.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />

<PackageReference Include="Scriban" Version="5.7.0" Pack="false" IncludeAssets="build" />
Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly.Resources/ThisAssembly.Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.2" />
<PackageReference Include="NuGetizer" Version="1.0.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />

<PackageReference Include="Scriban" Version="5.7.0" Pack="false" IncludeAssets="build" />
Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly.Strings/ThisAssembly.Strings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ such as "Hello {name}".

<ItemGroup>
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="NuGetizer" Version="1.0.2" />
<PackageReference Include="NuGetizer" Version="1.0.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />

<PackageReference Include="Scriban" Version="5.7.0" Pack="false" IncludeAssets="build" />
Expand Down
2 changes: 1 addition & 1 deletion src/ThisAssembly/ThisAssembly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.0.2" />
<PackageReference Include="NuGetizer" Version="1.0.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<Compile Remove="..\*.cs" />
</ItemGroup>
Expand Down

0 comments on commit 0acc337

Please sign in to comment.