With Logger v2.x update, we are setting a milestone here. If any other packages depend on Logger v1.x, you will get compile errors. Please update all packages.
If you are trying to build your project not on Android, iOS or tvOS, you will get compile errors. You have to use define symbols e.g. UNITY_IOS || UNITY_TVOS || UNITY_ANDROID
Migration guide: After vegas-admost update, close unity. Go to PROJECTFOLDER/Assets/MatchinhamGames/Resources/Config. Rename MGAdmostMediationConfig.asset and MGAdmostMediationConfig.asset.meta to AdmostMediationServiceConfig.
Rename MGAdmostAdaptersContainerConfig.asset and MGAdmostAdaptersContainerConfig.asset.meta to AdmostAdaptersContainerConfig and move them to PROJECTFOLDER/Assets/MatchinhamGames/Editor/Config
MGAdmostMediation is AsyncSingleton instead of AsyncSingletonBehaviour
OnEcpmEventSent event is now EcpmValueObtained
From now on, Vegas Admost Service won't initialize Admost SDK. Initialization is moved to another package called Admost MGSDK Bridge. Vegas Admost Service will initialize after that package.