File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 22The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
33and 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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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" : {
3636 }
3737 ],
3838 "com_playeveryware" : {
39- "git_build_sha" : " 33dc48ffd9c173dede0297cf6d29ca66048c2ad1 "
39+ "git_build_sha" : " 7819066d2a897ab853fe2e75ef13145b9f18918f "
4040 }
4141}
You can’t perform that action at this time.
0 commit comments