From c3446463d9c67f0d278a21d2e9d842be0161d02e Mon Sep 17 00:00:00 2001 From: tom-englert Date: Thu, 14 Sep 2017 07:04:22 +0200 Subject: [PATCH] V 1.0.37.0 --- DataGridExtensions.sln | 1 + DataGridExtensions/Properties/AssemblyInfo.cs | 2 +- License | 2 +- ReleaseNotes.md | 5 ++++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/DataGridExtensions.sln b/DataGridExtensions.sln index 15252d9..b3fb331 100644 --- a/DataGridExtensions.sln +++ b/DataGridExtensions.sln @@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject CodeContracts.ruleset = CodeContracts.ruleset CustomDictionary.xml = CustomDictionary.xml + License = License README.md = README.md ReleaseNotes.md = ReleaseNotes.md EndProjectSection diff --git a/DataGridExtensions/Properties/AssemblyInfo.cs b/DataGridExtensions/Properties/AssemblyInfo.cs index 1a0f871..7f727f7 100644 --- a/DataGridExtensions/Properties/AssemblyInfo.cs +++ b/DataGridExtensions/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ // ReSharper disable once CheckNamespace internal static class Product { - public const string Version = "1.0.36.0"; + public const string Version = "1.0.37.0"; } diff --git a/License b/License index a87b968..7571611 100644 --- a/License +++ b/License @@ -1,5 +1,5 @@ The MIT License (MIT) -Copyright (c) 2012-2016 tom-englert.de +Copyright (c) 2012-2017 tom-englert.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. diff --git a/ReleaseNotes.md b/ReleaseNotes.md index b15550b..5e39856 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,7 @@ -1.0.36.0 +1.0.37.0 +* Include ExternalAnnotations for R# + +1.0.36.0 * Fix #2: Added an additional DataGridFilterColumnControl.SelectableValues property that holds all values that are currently selectable in the column. 1.0.35.0