Skip to content

Commit

Permalink
integrated pull request #17 by @mmcpt fixing off-by-one error in Crea…
Browse files Browse the repository at this point in the history
…teCurveLoop
  • Loading branch information
jeremytammik committed Aug 19, 2021
1 parent fbe5748 commit 6589b5a
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 @@ -390,6 +390,7 @@
// 2021-08-09 2022.0.151.0 added CmdTriangleCount from https://forums.autodesk.com/t5/revit-api-forum/how-to-get-polygon-count-of-the-project/m-p/10530975
// 2021-08-16 2022.0.151.1 implemented AreCollinear for https://forums.autodesk.com/t5/revit-api-forum/collinear-3d-points/m-p/10546901
// 2021-08-18 2022.0.151.2 added CreateFloorAtElevation
// 2021-08-19 2022.0.151.3 integrated pull request #17 by @mmcpt fixing off-by-one error in CreateCurveLoop
//
[assembly: AssemblyVersion( "2022.0.151.2" )]
[assembly: AssemblyFileVersion( "2022.0.151.2" )]
[assembly: AssemblyVersion( "2022.0.151.3" )]
[assembly: AssemblyFileVersion( "2022.0.151.3" )]

0 comments on commit 6589b5a

Please sign in to comment.