Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit f380b9d

Browse files
authored
Merge pull request #56 from InitialPrefabs/develop
Develop
2 parents 88b4a06 + 9fa5696 commit f380b9d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 9,3,1
4+
### Changed
5+
* Renamed the `CarteDiem.Common` namespace to `UGUIDOTS.Common`
6+
37
## 0.3.0
48
### Added
59
* NumericsUtils to convert integers to character arrays.

Common.Tests/NumericUtilsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using NUnit.Framework;
22

3-
namespace CarteDiem.Common.Tests {
3+
namespace UGUIDots.Common.Tests {
44

55
public unsafe class NumericUtilTests {
66

Common/NumericUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Unity.Collections;
22
using Unity.Mathematics;
33

4-
namespace CarteDiem.Common {
4+
namespace UGUIDots.Common {
55

66
public unsafe static class NumericUtils {
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.initialprefabs.uguidots",
33
"author": "Porrith Suong / initialPrefabs",
44
"displayName": "UGUIDots",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"unity": "2020.1",
77
"description": "Low level library to augment Unity's UI and make it DOTS compliant",
88
"dependencies" : {

0 commit comments

Comments
 (0)