We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e026a commit 9d85ffbCopy full SHA for 9d85ffb
BuildingCoder/BuildingCoder/Properties/AssemblyInfo.cs
@@ -69,6 +69,8 @@
69
// 2015-01-27 2015.0.116.9 eliminated obsolete API usage, 15 warnings left
70
// 2015-01-27 2015.0.117.0 implemented CmdListPipeSizes
71
// 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
74
//
-[assembly: AssemblyVersion( "2015.0.117.1" )]
-[assembly: AssemblyFileVersion( "2015.0.117.1" )]
75
+[assembly: AssemblyVersion( "2015.0.117.3" )]
76
+[assembly: AssemblyFileVersion( "2015.0.117.3" )]
0 commit comments