Skip to content

Commit 91857a2

Browse files
chore(deps): update all dependencies
1 parent c4e0efd commit 91857a2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Chickensoft.GodotNodeInterfaces.Tests/Chickensoft.GodotNodeInterfaces.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<DebugSymbols>true</DebugSymbols>
2020
</PropertyGroup>
2121
<ItemGroup>
22-
<PackageReference Include="Chickensoft.GoDotTest" Version="1.5.10" />
22+
<PackageReference Include="Chickensoft.GoDotTest" Version="1.6.1" />
2323
<!-- Bring your own assertion library for tests! -->
24-
<PackageReference Include="Shouldly" Version="4.2.1" />
24+
<PackageReference Include="Shouldly" Version="4.3.0" />
2525
<!-- LightMock is a mocking library that can run without reflection. -->
2626
<PackageReference Include="LightMock.Generator" Version="1.2.2" />
2727
<!-- LightMoq is a Chickensoft package which makes it more like Moq. -->

Chickensoft.GodotNodeInterfaces/Chickensoft.GodotNodeInterfaces.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<ItemGroup>
4242
<!-- Dependencies go here. -->
43-
<PackageReference Include="GodotSharp" Version="4.3.0" />
43+
<PackageReference Include="GodotSharp" Version="4.4.0" />
4444

4545
<!-- Required for inheritdoc -->
4646
<PackageReference Include="SauceControl.InheritDoc" Version="2.0.2">

Chickensoft.GodotNodeInterfacesGenerator/Chickensoft.GodotNodeInterfacesGenerator.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<!-- Dependencies go here. -->
19-
<PackageReference Include="GodotSharp" Version="4.3.0" />
19+
<PackageReference Include="GodotSharp" Version="4.4.0" />
2020
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
2121
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
2222
<!-- Lets us get XML documentation easily. -->

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "8.0.404",
3+
"version": "8.0.406",
44
"rollForward": "latestMinor"
55
},
66
"msbuild-sdks": {
7-
"Godot.NET.Sdk": "4.3.0"
7+
"Godot.NET.Sdk": "4.4.0"
88
}
99
}

0 commit comments

Comments
 (0)