Skip to content

Commit 5e0dd96

Browse files
authored
7.2 Deployment (#705)
2 parents 70f7553 + 9dbd089 commit 5e0dd96

5 files changed

Lines changed: 4 additions & 13 deletions

File tree

GHManipulator_Alligator/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
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

Grasshopper_Engine/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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

Grasshopper_UI/Helpers/CastToGoo.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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 ****/

Grasshopper_UI/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
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

Grasshopper_oM/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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

0 commit comments

Comments
 (0)