diff --git a/BakingSheet.Converters.Google/BakingSheet.Converters.Google.csproj b/BakingSheet.Converters.Google/BakingSheet.Converters.Google.csproj index a41408e..3cb4d03 100644 --- a/BakingSheet.Converters.Google/BakingSheet.Converters.Google.csproj +++ b/BakingSheet.Converters.Google/BakingSheet.Converters.Google.csproj @@ -11,8 +11,8 @@ - - + + @@ -20,7 +20,7 @@ - + compile diff --git a/BakingSheet.Converters.Json/BakingSheet.Converters.Json.csproj b/BakingSheet.Converters.Json/BakingSheet.Converters.Json.csproj index f1d5c49..5d01dc4 100644 --- a/BakingSheet.Converters.Json/BakingSheet.Converters.Json.csproj +++ b/BakingSheet.Converters.Json/BakingSheet.Converters.Json.csproj @@ -11,7 +11,7 @@ - + diff --git a/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Auth.PlatformServices.dll b/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Auth.PlatformServices.dll index 6ee6d62..58ff5e9 100755 Binary files a/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Auth.PlatformServices.dll and b/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Auth.PlatformServices.dll differ diff --git a/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Auth.dll b/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Auth.dll index 6651c21..6f739f7 100755 Binary files a/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Auth.dll and b/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Auth.dll differ diff --git a/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Core.dll b/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Core.dll index d362eab..b1c01cd 100755 Binary files a/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Core.dll and b/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Core.dll differ diff --git a/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Drive.v3.dll b/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Drive.v3.dll index d16c8d0..abf14cd 100755 Binary files a/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Drive.v3.dll and b/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Drive.v3.dll differ diff --git a/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Sheets.v4.dll b/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Sheets.v4.dll index 8de4935..22275a9 100755 Binary files a/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Sheets.v4.dll and b/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.Sheets.v4.dll differ diff --git a/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.dll b/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.dll index 8abd9c0..7d85669 100755 Binary files a/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.dll and b/UnityProject/Packages/com.cathei.bakingsheet/Runtime/Converters/Google/Google.Apis.dll differ diff --git a/UnityProject/Packages/com.cathei.bakingsheet/package.json b/UnityProject/Packages/com.cathei.bakingsheet/package.json index 215cba0..cb2b0a4 100644 --- a/UnityProject/Packages/com.cathei.bakingsheet/package.json +++ b/UnityProject/Packages/com.cathei.bakingsheet/package.json @@ -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" } } \ No newline at end of file diff --git a/UnityProject/Packages/packages-lock.json b/UnityProject/Packages/packages-lock.json index c737d59..395bc8c 100644 --- a/UnityProject/Packages/packages-lock.json +++ b/UnityProject/Packages/packages-lock.json @@ -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": { @@ -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": {},