From b796bfa8874e19085d20407fe874937a3d186d09 Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Sun, 29 May 2022 15:57:04 -0700 Subject: [PATCH] just a bit of cleanup and fixes to references --- LICENSE.md | 2 +- README.md | 4 ++-- Utilities.Rest/Packages/com.utilities.rest/LICENSE.md | 2 +- Utilities.Rest/Packages/com.utilities.rest/README.md | 2 +- Utilities.Rest/Packages/com.utilities.rest/package.json | 3 +-- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index fa70187..cf844b1 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 StephenHodgson +Copyright (c) 2022 Stephen Hodgson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d8ffd80..233aafd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A Utilities.Rest package for the [Unity](https://unity.com/) Game Engine. - Open your Unity project settings - Select the `Package Manager` -![scoped-registries](Documentation~/images/package-manager-scopes.png) +![scoped-registries](Utilities.Rest\Packages\com.utilities.rest\Documentation~\images\package-manager-scopes.png) - Add the OpenUPM package registry: - `Name: OpenUPM` - `URL: https://package.openupm.com` @@ -23,7 +23,7 @@ A Utilities.Rest package for the [Unity](https://unity.com/) Game Engine. ### Via Unity Package Manager and Git url - Open your Unity Package Manager -- Add package from git url: `https://github.com/StephenHodgson/com.utilities.rest.git#upm` +- Add package from git url: `https://github.com/RageAgainstThePixel/com.utilities.rest.git#upm` ## Getting Started diff --git a/Utilities.Rest/Packages/com.utilities.rest/LICENSE.md b/Utilities.Rest/Packages/com.utilities.rest/LICENSE.md index fa70187..cf844b1 100644 --- a/Utilities.Rest/Packages/com.utilities.rest/LICENSE.md +++ b/Utilities.Rest/Packages/com.utilities.rest/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 StephenHodgson +Copyright (c) 2022 Stephen Hodgson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Utilities.Rest/Packages/com.utilities.rest/README.md b/Utilities.Rest/Packages/com.utilities.rest/README.md index d8ffd80..5e61575 100644 --- a/Utilities.Rest/Packages/com.utilities.rest/README.md +++ b/Utilities.Rest/Packages/com.utilities.rest/README.md @@ -23,7 +23,7 @@ A Utilities.Rest package for the [Unity](https://unity.com/) Game Engine. ### Via Unity Package Manager and Git url - Open your Unity Package Manager -- Add package from git url: `https://github.com/StephenHodgson/com.utilities.rest.git#upm` +- Add package from git url: `https://github.com/RageAgainstThePixel/com.utilities.rest.git#upm` ## Getting Started diff --git a/Utilities.Rest/Packages/com.utilities.rest/package.json b/Utilities.Rest/Packages/com.utilities.rest/package.json index 3b2efd3..0224832 100644 --- a/Utilities.Rest/Packages/com.utilities.rest/package.json +++ b/Utilities.Rest/Packages/com.utilities.rest/package.json @@ -16,8 +16,7 @@ "com.unity.modules.unitywebrequestassetbundle": "1.0.0", "com.unity.modules.unitywebrequestaudio": "1.0.0", "com.unity.modules.unitywebrequesttexture": "1.0.0", - "com.unity.modules.unitywebrequestwww": "1.0.0", - "com.unity.nuget.newtonsoft-json": "3.0.2" + "com.unity.modules.unitywebrequestwww": "1.0.0" }, "hideInEditor": true } \ No newline at end of file