diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Command/RelayCommand.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Command/RelayCommand.cs index 86da828..74e0c97 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Command/RelayCommand.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Command/RelayCommand.cs @@ -43,8 +43,8 @@ namespace GalaSoft.MvvmLight.Command /// This will enable (or restore) the CommandManager class which handles /// automatic enabling/disabling of controls based on the CanExecute delegate. ////[ClassInfo(typeof(RelayCommand), - //// VersionString = "5.1.13", - //// DateString = "201502072030", + //// VersionString = "5.3.14", + //// DateString = "201604212130", //// Description = "A command whose sole purpose is to relay its functionality to other objects by invoking delegates.", //// UrlContacts = "http://www.galasoft.ch/contact_en.html", //// Email = "laurent@galasoft.ch")] diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Messaging/Messenger.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Messaging/Messenger.cs index 01407d8..6df0f04 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Messaging/Messenger.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Messaging/Messenger.cs @@ -43,8 +43,8 @@ namespace GalaSoft.MvvmLight.Messaging /// The Messenger is a class allowing objects to exchange messages. /// ////[ClassInfo(typeof(Messenger), - //// VersionString = "5.1.18", - //// DateString = "201502072030", + //// VersionString = "5.3.19", + //// DateString = "201604212130", //// Description = "A messenger class allowing a class to send a message to multiple recipients", //// UrlContacts = "http://www.galasoft.ch/contact_en.html", //// Email = "laurent@galasoft.ch")] diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Properties/AssemblyInfo.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Properties/AssemblyInfo.cs index a97743e..512ace9 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Properties/AssemblyInfo.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Properties/AssemblyInfo.cs @@ -30,4 +30,4 @@ using System.Runtime.InteropServices; [assembly: CLSCompliant(true)] // BL0035 -[assembly: AssemblyVersion("5.2.1.*")] +[assembly: AssemblyVersion("5.3.0.*")] diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/ViewModelBase.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/ViewModelBase.cs index c3f4b0d..269b26a 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/ViewModelBase.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/ViewModelBase.cs @@ -46,8 +46,8 @@ namespace GalaSoft.MvvmLight /// A base class for the ViewModel classes in the MVVM pattern. /// //// [ClassInfo(typeof(ViewModelBase), - //// VersionString = "5.1.17", - //// DateString = "201502072030", + //// VersionString = "5.3.18", + //// DateString = "201604212130", //// Description = "A base class for the ViewModel classes in the MVVM pattern.", //// UrlContacts = "http://www.galasoft.ch/contact_en.html", //// Email = "laurent@galasoft.ch")] diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Views/INavigationService.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Views/INavigationService.cs index 4c320fd..661764e 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Views/INavigationService.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight (PCL)/Views/INavigationService.cs @@ -21,8 +21,8 @@ namespace GalaSoft.MvvmLight.Views /// Windows Phone, Android, iOS etc. /// ////[ClassInfo(typeof(INavigationService), - //// VersionString = "5.2.4", - //// DateString = "201504252130", + //// VersionString = "5.3.5", + //// DateString = "201604212130", //// UrlContacts = "http://www.galasoft.ch/contact_en.html", //// Email = "laurent@galasoft.ch")] public interface INavigationService diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Extras (PCL)/Properties/AssemblyInfo.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Extras (PCL)/Properties/AssemblyInfo.cs index 178fe7c..970e13d 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Extras (PCL)/Properties/AssemblyInfo.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Extras (PCL)/Properties/AssemblyInfo.cs @@ -40,4 +40,4 @@ using System.Runtime.InteropServices; [assembly:NeutralResourcesLanguage("en-US")] // BL0035 -[assembly: AssemblyVersion("5.2.1.*")] +[assembly: AssemblyVersion("5.3.0.*")] diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (Android)/Helpers/Binding.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (Android)/Helpers/Binding.cs index 5fdbf5c..22d9ec2 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (Android)/Helpers/Binding.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (Android)/Helpers/Binding.cs @@ -21,8 +21,8 @@ namespace GalaSoft.MvvmLight.Helpers /// Base class for bindings in Xamarin.iOS and Xamarin.Android. /// ////[ClassInfo(typeof(Binding), - //// VersionString = "5.1.2", - //// DateString = "201502072030", + //// VersionString = "5.3.4", + //// DateString = "201604212130", //// Description = "Base class for bindings in Xamarin.iOS and Xamarin.Android", //// UrlContacts = "http://www.galasoft.ch/contact_en.html", //// Email = "laurent@galasoft.ch")] diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (Android)/Helpers/ObservableAdapter.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (Android)/Helpers/ObservableAdapter.cs index 4fd133f..9612c91 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (Android)/Helpers/ObservableAdapter.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (Android)/Helpers/ObservableAdapter.cs @@ -29,8 +29,8 @@ namespace GalaSoft.MvvmLight.Helpers /// /// The type of the items contained in the . ////[ClassInfo(typeof(ObservableAdapter), - //// VersionString = "5.1.1", - //// DateString = "201502072030", + //// VersionString = "5.3.2", + //// DateString = "201604212130", //// UrlContacts = "http://www.galasoft.ch/contact_en.html", //// Email = "laurent@galasoft.ch")] public class ObservableAdapter : BaseAdapter diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (NET45)/Properties/AssemblyInfo.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (NET45)/Properties/AssemblyInfo.cs index 81c2d65..a2fb40d 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (NET45)/Properties/AssemblyInfo.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (NET45)/Properties/AssemblyInfo.cs @@ -47,4 +47,4 @@ using System.Windows.Markup; [assembly:NeutralResourcesLanguage("en-US")] // BL0035 -[assembly: AssemblyVersion("5.2.1.*")] +[assembly: AssemblyVersion("5.3.0.*")] diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (iOS)/Helpers/ObservableCollectionViewSource.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (iOS)/Helpers/ObservableCollectionViewSource.cs index 3005a83..75440ad 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (iOS)/Helpers/ObservableCollectionViewSource.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (iOS)/Helpers/ObservableCollectionViewSource.cs @@ -32,6 +32,7 @@ namespace GalaSoft.MvvmLight.Helpers /// The type of the items in the data source. /// The type of the used in the CollectionView. /// This can either be UICollectionViewCell or a derived type. + ////[ClassInfo(typeof(ObservableTableViewController)] public class ObservableCollectionViewSource : UICollectionViewSource, INotifyPropertyChanged where TCell : UICollectionViewCell { diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (iOS)/Helpers/ObservableTableViewController.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (iOS)/Helpers/ObservableTableViewController.cs index ea056e3..46a6567 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (iOS)/Helpers/ObservableTableViewController.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (iOS)/Helpers/ObservableTableViewController.cs @@ -38,8 +38,8 @@ namespace GalaSoft.MvvmLight.Helpers /// /// The type of the items contained in the . ////[ClassInfo(typeof(ObservableTableViewController), - //// VersionString = "5.1.1", - //// DateString = "201502072030", + //// VersionString = "5.3.2", + //// DateString = "201604212130", //// UrlContacts = "http://www.galasoft.ch/contact_en.html", //// Email = "laurent@galasoft.ch")] public class ObservableTableViewController : UITableViewController, INotifyPropertyChanged diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (iOS)/Helpers/ObservableTableViewSource.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (iOS)/Helpers/ObservableTableViewSource.cs index 8d449c5..4283d1c 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (iOS)/Helpers/ObservableTableViewSource.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (iOS)/Helpers/ObservableTableViewSource.cs @@ -30,6 +30,7 @@ namespace GalaSoft.MvvmLight.Helpers /// implements . /// /// The type of the items in the data source. + ////[ClassInfo(typeof(ObservableTableViewController)] public class ObservableTableViewSource : UITableViewSource, INotifyPropertyChanged { ///