Skip to content

Commit

Permalink
changes for compatibility with Dynamo 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anagpuyol committed Feb 22, 2016
1 parent fe8fae8 commit 51c92c9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions src/DynamoSAP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]

4 changes: 2 additions & 2 deletions src/DynamoSAPTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]
14 changes: 7 additions & 7 deletions src/DynamoSAP_UI/DynamoSAPDropDowns.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
using System.Globalization;
using System.Linq;
using System.Xml;
using DSCoreNodesUI;
using CoreNodeModels;
using SAP2000v16;
using Dynamo.Utilities;
using Dynamo.Nodes;
using Dynamo.Graph.Nodes;
using ProtoCore.AST.AssociativeAST;

namespace DynamoSAP_UI
{
[NodeName("LoadPatternTypes")]
[NodeCategory("DynamoSAP.Definitions.LoadPattern")]
[NodeDescription("Select Load Pattern type to use with Set Load Pattern node")]
[IsDesignScriptCompatible]
public class LoadPatternTypes : DSDropDownBase
[NodeNameAttribute("LoadPatternTypes")]
[NodeCategoryAttribute("DynamoSAP.Definitions.LoadPattern")]
[NodeDescriptionAttribute("Select Load Pattern type to use with Set Load Pattern node")]
[IsDesignScriptCompatibleAttribute]
public class LoadPatternTypes : CoreNodeModels.DSDropDownBase
{

public LoadPatternTypes() : base(">") { }
Expand Down
4 changes: 2 additions & 2 deletions src/DynamoSAP_UI/DynamoSAP_UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="DSCoreNodesUI">
<HintPath>..\..\..\..\..\..\..\Program Files\Dynamo 0.9\nodes\DSCoreNodesUI.dll</HintPath>
<Reference Include="CoreNodeModels">
<HintPath>..\..\..\..\..\..\..\Program Files\Dynamo 0.9\nodes\CoreNodeModels.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="DynamoCore">
Expand Down
4 changes: 2 additions & 2 deletions src/DynamoSAP_UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]

4 changes: 2 additions & 2 deletions src/SAPConnection/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]

0 comments on commit 51c92c9

Please sign in to comment.