Skip to content

Commit 9d85ffb

Browse files
author
Jeremy Tammik
committed
implemented PlaceFamilyInstanceOnFace
1 parent 31e026a commit 9d85ffb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

BuildingCoder/BuildingCoder/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
// 2015-01-27 2015.0.116.9 eliminated obsolete API usage, 15 warnings left
7070
// 2015-01-27 2015.0.117.0 implemented CmdListPipeSizes
7171
// 2015-02-09 2015.0.117.1 implemented mechanism to abort PromptForFamilyInstancePlacement after placing first instance
72+
// 2015-02-10 2015.0.117.2 eliminated all deprecated API usage to compile with zero warnings now
73+
// 2015-02-14 2015.0.117.3 implemented PlaceFamilyInstanceOnFace
7274
//
73-
[assembly: AssemblyVersion( "2015.0.117.1" )]
74-
[assembly: AssemblyFileVersion( "2015.0.117.1" )]
75+
[assembly: AssemblyVersion( "2015.0.117.3" )]
76+
[assembly: AssemblyFileVersion( "2015.0.117.3" )]

0 commit comments

Comments
 (0)