]> O.S.I.I.S - jp/crow.git/commitdiff
prepare 0.7.1 release 0.7.1
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 21 Feb 2018 15:27:45 +0000 (16:27 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 21 Feb 2018 15:27:45 +0000 (16:27 +0100)
Crow.OpenTK.nuspec
Properties/AssemblyInfo.cs

index bd107ad3dfb9539d69e713963529beec9bc1b832..845f6556281b718276c8cd2d6f87ba0d7dfad12a 100644 (file)
@@ -2,7 +2,7 @@
 <package >
        <metadata>
                <id>Crow.OpenTK</id>
-               <version>0.7.0</version>
+               <version>0.7.1</version>
                <title>C# Rapid Open Widget Toolkit</title>
                <authors>JP Bruyere</authors>
                <owners>Grand Tetras Software</owners>
@@ -18,7 +18,8 @@ Crow.OpenTK is the OpenTK ready version.
 
                </summary>
                <releaseNotes>
-               
+- 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.
index 0abf8da8267d81797d53c817faa62928aab67304..3e2b7331631a39184284bd0c327e690581dbd708 100755 (executable)
@@ -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.