Skip to content

Commit 6c5b495

Browse files
committed
chore: Set Package Information
1 parent 1003740 commit 6c5b495

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

com.playeveryware.eos/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
33
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [3.3.6] - 2025-02-03
6+
7+
### Added
8+
9+
- feat: Enable display and edit of encryption key for client credentials.
10+
11+
### Fixed
12+
13+
- fix: Allow enum values to be cast to eitehr highest or lowest value. Correct implementation to default to 0 if there is no named value in range.
14+
515
## [3.3.5] - 2025-01-23
616

717
## Changelog

com.playeveryware.eos/Runtime/Core/EOSPackageInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static class EOSPackageInfo
3333
* not involve editing source code files.
3434
*/
3535

36-
public const string Version = "3.3.5";
36+
public const string Version = "3.3.6";
3737

3838
public const string PackageName = "com.playeveryware.eos";
3939
}

com.playeveryware.eos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.playeveryware.eos",
3-
"version": "3.3.5",
3+
"version": "3.3.6",
44
"unity": "2021.3",
55
"unityRelease": "16f1",
66
"author": {
@@ -36,6 +36,6 @@
3636
}
3737
],
3838
"com_playeveryware": {
39-
"git_build_sha": "33dc48ffd9c173dede0297cf6d29ca66048c2ad1"
39+
"git_build_sha": "7819066d2a897ab853fe2e75ef13145b9f18918f"
4040
}
4141
}

0 commit comments

Comments
 (0)