Skip to content

Commit

Permalink
Bump AssetRipper.Primitives from 3.1.0 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps [AssetRipper.Primitives](https://github.com/AssetRipper/AssetRipper.Primitives) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/AssetRipper/AssetRipper.Primitives/releases)
- [Commits](AssetRipper/AssetRipper.Primitives@3.1.0...3.1.1)

---
updated-dependencies:
- dependency-name: AssetRipper.Primitives
  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 ds5678 committed May 19, 2024
1 parent 5b87c96 commit c2463c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/AssetRipper.IO.Endian/AssetRipper.IO.Endian.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AssetRipper.Primitives" Version="3.1.0" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Source/AssetRipper.IO.Files/AssetRipper.IO.Files.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AssetRipper.Primitives" Version="3.1.0" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.1" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
<PackageReference Include="SharpCompress" Version="0.37.2" />
<PackageReference Include="ZstdSharp.Port" Version="0.8.0" />
Expand Down
2 changes: 1 addition & 1 deletion Source/AssetRipper.Import/AssetRipper.Import.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="AsmResolver.DotNet" Version="5.5.1" />
<PackageReference Include="AssetRipper.Gee.External.Capstone" Version="2.3.2" />
<PackageReference Include="AssetRipper.Mining.PredefinedAssets" Version="1.2.1" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.0" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.1" />
<PackageReference Include="AssetRipper.Tpk" Version="1.0.0" />
<PackageReference Include="Samboy063.Cpp2IL.Core" Version="2022.1.0-pre-release.14" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/AssetRipper.Yaml/AssetRipper.Yaml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AssetRipper.Primitives" Version="3.1.0" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.1" />
</ItemGroup>

</Project>

0 comments on commit c2463c7

Please sign in to comment.