RC2, added the version to the support us and help pages, so we can show that the user is using an outdated version.

This commit is contained in:
Robin 2016-11-04 12:48:57 +01:00
commit 8690a6b52b
7 changed files with 13 additions and 6 deletions

View file

@ -31,9 +31,10 @@ namespace Greenshot.Drawing.Fields
/// but has a List of IFieldHolder for children.
/// Field values are passed to and from children as well.
/// </summary>
[Serializable()]
[Serializable]
public abstract class AbstractFieldHolderWithChildren : AbstractFieldHolder
{
[NonSerialized]
private readonly FieldChangedEventHandler _fieldChangedEventHandler;
[NonSerialized]