From: Jean-Philippe Bruyère Date: Wed, 21 Feb 2018 15:27:45 +0000 (+0100) Subject: prepare 0.7.1 release X-Git-Tag: v0.9.5-beta~154 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=7c735fa149bf23223eda734f19d5547797ca8ac2;p=jp%2Fcrow.git prepare 0.7.1 release --- 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 @@ using System.Runtime.CompilerServices; // 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.