Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chickensoft-games/Serialization.Godot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.3
Choose a base ref
...
head repository: chickensoft-games/Serialization.Godot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 27, 2024

  1. Copy the full SHA
    5c6ea91 View commit details
  2. Merge pull request #22 from chickensoft-games/renovate/all-deps

    chore(deps): update dependency chickensoft.serialization to v1.7.0
    jolexxa authored Sep 27, 2024
    Copy the full SHA
    8f61c3b View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 Chickensoft.Serialization.Godot/Chickensoft.Serialization.Godot.csproj
Original file line number Diff line number Diff line change
@@ -48,6 +48,6 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="GodotSharp" Version="4.3.0" />
<PackageReference Include="Chickensoft.Serialization" Version="1.6.0" />
<PackageReference Include="Chickensoft.Serialization" Version="1.7.0" />
</ItemGroup>
</Project>