File tree Expand file tree Collapse file tree 5 files changed +18
-3
lines changed
Assets/Plugins/Source/Core Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,13 @@ namespace PlayEveryWare.EpicOnlineServices
7373 using LoginCallbackInfo = Epic . OnlineServices . Auth . LoginCallbackInfo ;
7474 using LoginOptions = Epic . OnlineServices . Auth . LoginOptions ;
7575 using LoginStatusChangedCallbackInfo = Epic . OnlineServices . Auth . LoginStatusChangedCallbackInfo ;
76- #endif
76+
7777 using Utility ;
7878 using JsonUtility = PlayEveryWare . EpicOnlineServices . Utility . JsonUtility ;
7979 using LogoutCallbackInfo = Epic . OnlineServices . Auth . LogoutCallbackInfo ;
8080 using LogoutOptions = Epic . OnlineServices . Auth . LogoutOptions ;
8181 using OnLogoutCallback = Epic . OnlineServices . Auth . OnLogoutCallback ;
82+ #endif
8283
8384 /// <summary>
8485 /// One of the responsibilities of this class is to manage the lifetime of
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public static class EOSPackageInfo
3535 * not involve editing source code files.
3636 */
3737
38- public const string Version = "3.2.0 " ;
38+ public const string Version = "3.2.1 " ;
3939
4040 public const string PackageName = "com.playeveryware.eos" ;
4141 }
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.2.1] - 2024-06-24
6+
7+ - ### Fixes
8+ - ** Release Binary Fixes** :
9+ - Corrects an error that was made when generating the binary package for the ` 3.2.0 ` release.
10+ - Corrects an issue where the presence of the scripting define ` EOS_DISABLE ` caused compilation errors.
11+
512# [ 3.2.0] - 2024-05-16
613
714### New Features
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.2.1] - 2024-06-24
6+
7+ - ### Fixes
8+ - ** Release Binary Fixes** :
9+ - Corrects an error that was made when generating the binary package for the ` 3.2.0 ` release.
10+ - Corrects an issue where the presence of the scripting define ` EOS_DISABLE ` caused compilation errors.
11+
512# [ 3.2.0] - 2024-05-16
613
714### New Features
Original file line number Diff line number Diff line change 11{
22 "name" : " com.playeveryware.eos" ,
3- "version" : " 3.2.0 " ,
3+ "version" : " 3.2.1 " ,
44 "unity" : " 2021.3" ,
55 "unityRelease" : " 8f1" ,
66 "displayName" : " Epic Online Services Plugin for Unity" ,
You can’t perform that action at this time.
0 commit comments