Skip to content

Commit

Permalink
prepare 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbruyere committed Feb 21, 2018
1 parent b53838e commit 351bb39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Crow.OpenTK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 351bb39

Please sign in to comment.