File tree Expand file tree Collapse file tree
Grasshopper_Engine/Properties
Grasshopper_oM/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757// by using the '*' as shown below:
5858// [assembly: AssemblyVersion("1.0.*")]
5959[ assembly: AssemblyVersion ( "7.0.0.0" ) ]
60- [ assembly: AssemblyFileVersion ( "7.1 .0.0" ) ]
60+ [ assembly: AssemblyFileVersion ( "7.2 .0.0" ) ]
6161
6262
6363
Original file line number Diff line number Diff line change 5555// by using the '*' as shown below:
5656// [assembly: AssemblyVersion("1.0.*")]
5757[ assembly: AssemblyVersion ( "7.0.0.0" ) ]
58- [ assembly: AssemblyFileVersion ( "7.1 .0.0" ) ]
58+ [ assembly: AssemblyFileVersion ( "7.2 .0.0" ) ]
5959
6060
6161
Original file line number Diff line number Diff line change @@ -39,15 +39,6 @@ namespace BH.UI.Grasshopper
3939{
4040 public static partial class Helpers
4141 {
42- /*******************************************/
43- /**** Interface Methods ****/
44- /*******************************************/
45-
46- public static bool ICastToGoo ( object value , ref object target )
47- {
48- return CastToGoo ( target as dynamic , value as dynamic ) ;
49- }
50-
5142
5243 /*******************************************/
5344 /**** Public Methods ****/
Original file line number Diff line number Diff line change 5757// by using the '*' as shown below:
5858// [assembly: AssemblyVersion("1.0.*")]
5959[ assembly: AssemblyVersion ( "7.0.0.0" ) ]
60- [ assembly: AssemblyFileVersion ( "7.1 .0.0" ) ]
60+ [ assembly: AssemblyFileVersion ( "7.2 .0.0" ) ]
6161
6262
6363
Original file line number Diff line number Diff line change 5555// by using the '*' as shown below:
5656// [assembly: AssemblyVersion("1.0.*")]
5757[ assembly: AssemblyVersion ( "7.0.0.0" ) ]
58- [ assembly: AssemblyFileVersion ( "7.1 .0.0" ) ]
58+ [ assembly: AssemblyFileVersion ( "7.2 .0.0" ) ]
5959
6060
6161
You can’t perform that action at this time.
0 commit comments