From 351bb39c45b3972b11e2b686fe71559784e15af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Wed, 21 Feb 2018 16:27:45 +0100 Subject: [PATCH] prepare 0.7.1 release --- Crow.OpenTK.nuspec | 5 +++-- Properties/AssemblyInfo.cs | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Crow.OpenTK.nuspec b/Crow.OpenTK.nuspec index bd107ad3..845f6556 100644 --- a/Crow.OpenTK.nuspec +++ b/Crow.OpenTK.nuspec @@ -2,7 +2,7 @@ Crow.OpenTK - 0.7.0 + 0.7.1 C# Rapid Open Widget Toolkit JP Bruyere Grand Tetras Software @@ -18,7 +18,8 @@ Crow.OpenTK is the OpenTK ready version. - +- 0.7.1: implement ReaderWriterLock for solving threading problems + - new mouse move handling, improve perf, introduce new recursive method in GraphicObject 'PointIsIn (ref Point p)' - new TemplatedGroup architecture: in hierarchical group, TemplatedGroup are no longer required on each node, only a container with 'ItemsContainer' should be provided in ItemTemplates with sub data fetching. - Delete and Remove widget differentiation in group. diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 0abf8da8..3e2b7331 100755 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -43,7 +43,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("0.7.0.*")] +[assembly: AssemblyVersion ("0.7.1.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.