Skip to content

Commit

Permalink
documented CmdPickPoint3d and added Autodesk.Revit.Exceptions namespa…
Browse files Browse the repository at this point in the history
…ce prefix to all uses of OperationCanceledException
  • Loading branch information
Jeremy Tammik committed Sep 1, 2014
1 parent 1271a1b commit 1d31417
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BuildingCoder/BuildingCoder/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
// 2014-08-20 2015.0.110.3 added code in CmdUnrotateNorth to determine angle to north from project base point
// 2014-08-20 2015.0.111.0 implemented CmdDocumentVersion
// 2014-08-27 2015.0.111.1 cleaned up PickFaceSetWorkPlaneAndPickPoint, implemented PickPointsForArea, Plane ProjectOnto and ProjectInto extension methods
// 2014-09-01 2015.0.111.2 documented CmdPickPoint3d and added Autodesk.Revit.Exceptions namespace prefix to all uses of OperationCanceledException
//
[assembly: AssemblyVersion( "2015.0.111.1" )]
[assembly: AssemblyFileVersion( "2015.0.111.1" )]
[assembly: AssemblyVersion( "2015.0.111.2" )]
[assembly: AssemblyFileVersion( "2015.0.111.2" )]

0 comments on commit 1d31417

Please sign in to comment.