Skip to content

Commit

Permalink
chore(deps): Bump EventGenerator.Generator in the all group
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [EventGenerator.Generator](https://github.com/HavenDV/EventGenerator).


Updates `EventGenerator.Generator` from 0.13.0 to 0.13.1
- [Commits](https://github.com/HavenDV/EventGenerator/commits)

---
updated-dependencies:
- dependency-name: EventGenerator.Generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent d705d2a commit 1d5c10f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/libs/H.Engine.IO/H.Engine.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EventGenerator.Generator" Version="0.13.0" PrivateAssets="all" ExcludeAssets="runtime">
<PackageReference Include="EventGenerator.Generator" Version="0.13.1" PrivateAssets="all" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/H.Socket.IO/H.Socket.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Features:
</ItemGroup>

<ItemGroup>
<PackageReference Include="EventGenerator.Generator" Version="0.13.0" PrivateAssets="all" ExcludeAssets="runtime">
<PackageReference Include="EventGenerator.Generator" Version="0.13.1" PrivateAssets="all" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/H.WebSockets/H.WebSockets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="EventGenerator.Generator" Version="0.13.0" PrivateAssets="all" ExcludeAssets="runtime">
<PackageReference Include="EventGenerator.Generator" Version="0.13.1" PrivateAssets="all" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit 1d5c10f

Please sign in to comment.