Skip to content

Commit

Permalink
7.2 Deployment (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
adecler authored Jun 20, 2024
2 parents 70f7553 + 9dbd089 commit 5e0dd96
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion GHManipulator_Alligator/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]
[assembly: AssemblyFileVersion("7.2.0.0")]



Expand Down
2 changes: 1 addition & 1 deletion Grasshopper_Engine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]
[assembly: AssemblyFileVersion("7.2.0.0")]



Expand Down
9 changes: 0 additions & 9 deletions Grasshopper_UI/Helpers/CastToGoo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ namespace BH.UI.Grasshopper
{
public static partial class Helpers
{
/*******************************************/
/**** Interface Methods ****/
/*******************************************/

public static bool ICastToGoo(object value, ref object target)
{
return CastToGoo(target as dynamic, value as dynamic);
}


/*******************************************/
/**** Public Methods ****/
Expand Down
2 changes: 1 addition & 1 deletion Grasshopper_UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]
[assembly: AssemblyFileVersion("7.2.0.0")]



Expand Down
2 changes: 1 addition & 1 deletion Grasshopper_oM/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]
[assembly: AssemblyFileVersion("7.2.0.0")]



0 comments on commit 5e0dd96

Please sign in to comment.