From 92a40903478f14fd0c3a84a4fcb0e35b822d6892 Mon Sep 17 00:00:00 2001 From: Jeremy Tammik Date: Thu, 4 Sep 2014 13:25:59 +0200 Subject: [PATCH] added new models, theo confirmed it works, and added name property to materials --- RvtVa3c/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RvtVa3c/Properties/AssemblyInfo.cs b/RvtVa3c/Properties/AssemblyInfo.cs index bf9c0c3..de42785 100644 --- a/RvtVa3c/Properties/AssemblyInfo.cs +++ b/RvtVa3c/Properties/AssemblyInfo.cs @@ -37,7 +37,7 @@ // 2014-09-02 2015.0.0.19 minor cleanup before removing scene definition // 2014-09-03 2015.0.0.20 fixed bug in SelectFile, need to determine full output path // 2014-09-03 2015.0.0.21 replace top level json container Scene for Object3D -// 2014-09-04 2015.0.0.22 theo confirmed it works. added name property to materials +// 2014-09-04 2015.0.0.23 added new models, theo confirmed it works, and added name property to materials // -[assembly: AssemblyVersion( "2015.0.0.22" )] -[assembly: AssemblyFileVersion( "2015.0.0.22" )] +[assembly: AssemblyVersion( "2015.0.0.23" )] +[assembly: AssemblyFileVersion( "2015.0.0.23" )]