Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dynamo sample for master #2661

Merged
merged 2 commits into from Jan 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,7 @@
## 0.3.0
* Rename "Element Types" to "Element Classes" distinguished from "ElementType".
* Improve AnalysisDisplay Nodes.
* Upgrade DynamoSample file to Revit 2022.

## 0.2.25
* Update DynamoCore version 2.10.0 to updated nuget packages.
Expand Down
14 changes: 7 additions & 7 deletions src/Config/packages.aget
Expand Up @@ -2,13 +2,13 @@
"nuget": {
"references": {
"DynamicLanguageRuntime": "1.2.2",
"DynamoVisualProgramming.Core": "2.10.0.3455",
"DynamoVisualProgramming.DynamoCoreNodes": "2.10.0.3455",
"DynamoVisualProgramming.DynamoServices": "2.10.0.3455",
"DynamoVisualProgramming.Tests": "2.10.0.3455",
"DynamoVisualProgramming.WpfUILibrary": "2.10.0.3455",
"DynamoVisualProgramming.ZeroTouchLibrary": "2.10.0.3455",
"DynamoVisualProgramming.DynamoSamples": "2.10.0.3455",
"DynamoVisualProgramming.Core": "2.11.0-beta3720",
"DynamoVisualProgramming.DynamoCoreNodes": "2.11.0-beta3720",
"DynamoVisualProgramming.DynamoServices": "2.11.0-beta3720",
"DynamoVisualProgramming.Tests": "2.11.0-beta3720",
"DynamoVisualProgramming.WpfUILibrary": "2.11.0-beta3720",
"DynamoVisualProgramming.ZeroTouchLibrary": "2.11.0-beta3720",
"DynamoVisualProgramming.DynamoSamples": "2.11.0-beta3720",
"Greg": "2.0.7507.22529",
"GregRevitAuth": "1.0.7057.20655",
"IronPython": "2.7.9",
Expand Down
4 changes: 2 additions & 2 deletions src/DynamoRevitIcons/DynamoRevitIcons.csproj
Expand Up @@ -51,9 +51,9 @@
<Output TaskParameter="FullFrameworkReferenceAssemblyPaths" PropertyName="FrameworkAssembliesPath" />
</GetReferenceAssemblyPaths>
<GenerateResource SdkToolsPath="$(TargetFrameworkSDKToolsDirectory)" UseSourcePath="true" Sources="$(ProjectDir)RevitNodesImages.resx" OutputResources="$(ProjectDir)RevitNodesImages.resources" References="$(FrameworkAssembliesPath)System.Drawing.dll" />
<AL TargetType="library" EmbedResources="$(ProjectDir)RevitNodesImages.resources" FileVersion="2.6.1.0" ProductName="Dynamo For Revit Preview Release" ProductVersion="2.6.1.0" Copyright="Copyright © Autodesk, Inc 2017-2018" OutputAssembly="$(OutputPath)RevitNodes.customization.dll" />
<AL TargetType="library" EmbedResources="$(ProjectDir)RevitNodesImages.resources" FileVersion="2.10.0" ProductName="Dynamo For Revit Preview Release" ProductVersion="2.10.0" Copyright="Copyright © Autodesk, Inc 2017-2018" OutputAssembly="$(OutputPath)RevitNodes.customization.dll" />
<GenerateResource SdkToolsPath="$(TargetFrameworkSDKToolsDirectory)" UseSourcePath="true" Sources="$(ProjectDir)DSRevitNodesUIImages.resx" OutputResources="$(ProjectDir)DSRevitNodesUIImages.resources" References="$(FrameworkAssembliesPath)System.Drawing.dll" />
<AL TargetType="library" EmbedResources="$(ProjectDir)DSRevitNodesUIImages.resources" FileVersion="2.6.1.0" ProductName="Dynamo For Revit Preview Release" ProductVersion="2.6.1.0" Copyright="Copyright © Autodesk, Inc 2017-2018" OutputAssembly="$(OutputPath)DSRevitNodesUI.customization.dll" />
<AL TargetType="library" EmbedResources="$(ProjectDir)DSRevitNodesUIImages.resources" FileVersion="2.10.0" ProductName="Dynamo For Revit Preview Release" ProductVersion="2.10.0" Copyright="Copyright © Autodesk, Inc 2017-2018" OutputAssembly="$(OutputPath)DSRevitNodesUI.customization.dll" />
</Target>
<Target Name="AfterBuild">
<ItemGroup>
Expand Down