Skip to content

Commit

Permalink
version up Json.NET 13.0.1 & Json Unity Package 3.0.2
Browse files Browse the repository at this point in the history
Google Libraries are updated as well
  • Loading branch information
cathei committed Aug 13, 2022
1 parent a70af38 commit 436f35b
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Apis.Drive.v3" Version="1.49.0.2072" />
<PackageReference Include="Google.Apis.Sheets.v4" Version="1.49.0.2091" />
<PackageReference Include="Google.Apis.Drive.v3" Version="1.57.0.2746" />
<PackageReference Include="Google.Apis.Sheets.v4" Version="1.57.0.2727" />

<!-- Assemblies already referenced by BakingSheet -->
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.8">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>

<!-- Assemblies already referenced by BakingSheet.Converters.Json -->
<PackageReference Include="Newtonsoft.Json" Version="12.0.3">
<PackageReference Include="Newtonsoft.Json" Version="13.0.1">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />

<!-- Assemblies already referenced by BakingSheet -->
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.8">
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions UnityProject/Packages/com.cathei.bakingsheet/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.cathei.bakingsheet",
"displayName": "BakingSheet",
"version": "3.4.0",
"version": "3.4.1",
"unity": "2019.4",
"description": "Easy datasheet management for C# and Unity.\nSupports Excel, Google Sheet, JSON and CSV format.",
"license": "MIT",
"documentationUrl": "https://github.com/cathei/BakingSheet",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
"com.unity.nuget.newtonsoft-json": "3.0.2"
}
}
4 changes: 2 additions & 2 deletions UnityProject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
"com.unity.nuget.newtonsoft-json": "3.0.2"
}
},
"com.unity.asset-store-tools": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "2.0.0",
"version": "3.0.2",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand Down

0 comments on commit 436f35b

Please sign in to comment.