Skip to content

Commit

Permalink
V 1.0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Sep 14, 2017
1 parent 19c27ca commit c344646
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions DataGridExtensions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DataGridExtensions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

2 changes: 1 addition & 1 deletion License
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 4 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c344646

Please sign in to comment.