Skip to content

Commit 351bb39

Browse files
committed
prepare 0.7.1 release
1 parent b53838e commit 351bb39

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Crow.OpenTK.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Crow.OpenTK</id>
5-
<version>0.7.0</version>
5+
<version>0.7.1</version>
66
<title>C# Rapid Open Widget Toolkit</title>
77
<authors>JP Bruyere</authors>
88
<owners>Grand Tetras Software</owners>
@@ -18,7 +18,8 @@ Crow.OpenTK is the OpenTK ready version.
1818

1919
</summary>
2020
<releaseNotes>
21-
21+
- 0.7.1: implement ReaderWriterLock for solving threading problems
22+
2223
- new mouse move handling, improve perf, introduce new recursive method in GraphicObject 'PointIsIn (ref Point p)'
2324
- 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.
2425
- Delete and Remove widget differentiation in group.

Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
4444
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
4545

46-
[assembly: AssemblyVersion ("0.7.0.*")]
46+
[assembly: AssemblyVersion ("0.7.1.*")]
4747

4848
// The following attributes are used to specify the signing key for the assembly,
4949
// if desired. See the Mono documentation for more information about signing.

0 commit comments

Comments
 (0)