Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Version

Date

Included

2.0.2.0 

 Bug Resolve

1. Fixes done to send push notification even if 'Enable Push Notification' is not enabled at user screen for notification type OTP, OTH and DIS.

2. Restrict disconnect from all devices if user press disconnect button from screen for only one device. 

2.0.1.0 

 Enhancement

1. Rebuild the module with updated NuGet Packages to make compatible with Vienna Advantage Framework version 5.0 and above. 

Note:- This version and all future versions of this module will be compatible with Vienna Advantage Framework version 5.0 and above. If you are using Vienna Advantage Framework 4.X.X.X then, do not install this version.  

Module Dependency

Vienna Advantage Standard (VAS_) <1.0.1.0> 

Changed dependent assembly path bindings to the mentioned path below in the web.config file:

<dependentAssembly> 

<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> 

<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> 

        </dependentAssembly> 

 
        <dependentAssembly> 
                        <assemblyIdentity name="Google.Apis" publicKeyToken="4b01fa6e34db77ab" culture="neutral" /> 
                        <codeBase version="1.49.0.0" href="bin\PushNotification\Google.Apis.dll" /> 
        </dependentAssembly> 

  • No labels