Skip to content

Commit

Permalink
RELEASE 1.1.0
Browse files Browse the repository at this point in the history
Updated changelog and assembly metadata with new version.
  • Loading branch information
cvanderknyff committed Mar 1, 2009
1 parent 5ea2b68 commit 11820a4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 1.1.0 2009-03-02
==================================================

- Added Quaternion axis-angle conversion functions.
- Updated copyright notice.
- Added Connection.CreateServerConnection overloads.
- Added MutexRemote class.
- Moved destruction logic from Dispose to Finalize. As part of
this change, objects now throw ObjectDisposedException if
they are accessed after disposal.
- Added AnalogServer, ButtonServer, and MutexServer classes.
- Added preview of TrackerServer class.


Version 1.0.2 2008-10-03
==================================================

Expand Down
2 changes: 1 addition & 1 deletion VrpnNet/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ using namespace System::Security::Permissions;
//
//

[assembly:AssemblyVersionAttribute("1.0.2.*")];
[assembly:AssemblyVersionAttribute("1.1.0.*")];

[assembly:ComVisible(false)];

Expand Down

0 comments on commit 11820a4

Please sign in to comment.