We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e444619 + 101bf26 commit 213261cCopy full SHA for 213261c
Assets/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [0.0.1-preview.3] - 2019-09-05
4
+
5
+* Change namespace
6
7
+### Changes
8
9
+* Change namespace to `ExtraUnityEngine` instead of `ExtraUnity`
10
11
## [0.0.1-preview.2] - 2019-09-05
12
13
* Add extension methods
Assets/Scripts/UnityWebRequestExtensions.cs
@@ -4,7 +4,7 @@
using JetBrains.Annotations;
using UnityEngine.Networking;
-namespace ExtraUnity
+namespace ExtraUnityEngine
{
[PublicAPI]
public static class UnityWebRequestExtensions
0 commit comments