From 1d31417c6663feb54074a815e714c51ac9d00f31 Mon Sep 17 00:00:00 2001 From: Jeremy Tammik Date: Mon, 1 Sep 2014 16:07:40 +0200 Subject: [PATCH] documented CmdPickPoint3d and added Autodesk.Revit.Exceptions namespace prefix to all uses of OperationCanceledException --- BuildingCoder/BuildingCoder/Properties/AssemblyInfo.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BuildingCoder/BuildingCoder/Properties/AssemblyInfo.cs b/BuildingCoder/BuildingCoder/Properties/AssemblyInfo.cs index c88ab52f..c7434cbc 100644 --- a/BuildingCoder/BuildingCoder/Properties/AssemblyInfo.cs +++ b/BuildingCoder/BuildingCoder/Properties/AssemblyInfo.cs @@ -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" )]