Skip to content

Commit

Permalink
Update dynamo sample for master (#2661)
Browse files Browse the repository at this point in the history
* Update DynamoSample to 2022

* Update changelog
  • Loading branch information
ZiyunShang committed Jan 7, 2021
1 parent e5256cb commit 57d77a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
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

0 comments on commit 57d77a5

Please sign in to comment.