Skip to content

Commit 213261c

Browse files
authored
Merge pull request #2 from upm-packages/fix/rename_namespace
Rename namespace
2 parents e444619 + 101bf26 commit 213261c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Assets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## [0.0.1-preview.2] - 2019-09-05
412

513
* Add extension methods

Assets/Scripts/UnityWebRequestExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using JetBrains.Annotations;
55
using UnityEngine.Networking;
66

7-
namespace ExtraUnity
7+
namespace ExtraUnityEngine
88
{
99
[PublicAPI]
1010
public static class UnityWebRequestExtensions

0 commit comments

Comments
 (0)