Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and SamboyCoding committed Apr 4, 2023
1 parent d798be3 commit 97840d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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>
<RootNamespace>MelonLoader.Il2CppAssemblyGenerator</RootNamespace>
<TargetFramework>net6</TargetFramework>
Expand All @@ -20,6 +20,6 @@
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.4.5" IncludeAssets="Runtime" />
<PackageReference Include="Mono.Cecil" Version="0.11.4" ExcludeAssets="Runtime" />
<ProjectReference Include="..\..\MelonLoader\MelonLoader.csproj" Private="false" />
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.2.1" ExcludeAssets="Runtime" />
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.4.0" ExcludeAssets="Runtime" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Dependencies/MelonStartScreen/MelonStartScreen.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>
<RootNamespace>MelonLoader.MelonStartScreen</RootNamespace>
<TargetFrameworks>net35;net6</TargetFrameworks>
Expand All @@ -18,7 +18,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\MelonLoader\MelonLoader.csproj" Private="false" />
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.2.1" />
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.4.0" />
<PackageReference Include="Samboy063.Tomlet" Version="5.1.2" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Dependencies/SupportModules/Il2Cpp/Il2Cpp.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>
<RootNamespace>MelonLoader.Support</RootNamespace>
<TargetFramework>net6</TargetFramework>
Expand Down Expand Up @@ -39,7 +39,7 @@
<ItemGroup>
<ProjectReference Include="..\..\..\MelonLoader\MelonLoader.csproj" Private="false" />
<PackageReference Include="HarmonyX" Version="2.10.1" ExcludeAssets="Runtime" />
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.2.1" ExcludeAssets="Runtime" />
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.4.0" ExcludeAssets="Runtime" />
<PackageReference Include="Iced" Version="1.18.0" />
<PackageReference Include="Il2CppInterop.Common" Version="1.4.5" />
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.4.5" />
Expand Down
2 changes: 1 addition & 1 deletion MelonLoader/MelonLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PackageReference>
</ItemDefinitionGroup>
<ItemGroup>
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.2.1" />
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.4.0" />
<PackageReference Include="AssetsTools.NET" Version="3.0.0-preview3" />
<PackageReference Include="HarmonyX" Version="2.10.1" />
<PackageReference Include="MonoMod.RuntimeDetour" Version="22.7.31.1" />
Expand Down

0 comments on commit 97840d6

Please sign in to comment.