Skip to content

Commit ffcb826

Browse files
Update Dynamo Core to 3.6.1.9895 (#3214)
1 parent 773b719 commit ffcb826

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.54
1+
0.7.55

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.7.55
2+
* Update Dynamo Core to 3.6.1.9895
3+
14
## 0.7.54
25
* Batch 02 - Submit Node Help: Added in-depth documentation for 14 nodes, including updates to help files for Sheet.ByNameNumberTitleBlockAndViews, ScheduleView.RemoveFields, ScheduleView.ClearAllFilters, AxonometricView.ByEyePointAndTarget, AreaPlanView.ByLevelAndAreaScheme, ModelCurve.ByCurve, DetailCurve.ByCurve, and related images.
36
* Add en-GB language support for CL.

src/Config/packages.aget

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"nuget": {
33
"references": {
44
"DynamicLanguageRuntime": "1.2.2",
5-
"DynamoVisualProgramming.Core": "3.6.0.9395",
6-
"DynamoVisualProgramming.DynamoCoreNodes": "3.6.0.9395",
7-
"DynamoVisualProgramming.DynamoServices": "3.6.0.9395",
8-
"DynamoVisualProgramming.Tests": "3.6.0.9395",
9-
"DynamoVisualProgramming.WpfUILibrary": "3.6.0.9395",
10-
"DynamoVisualProgramming.ZeroTouchLibrary": "3.6.0.9395",
11-
"DynamoVisualProgramming.DynamoSamples": "3.6.0.9395",
5+
"DynamoVisualProgramming.Core": "3.6.1.9895",
6+
"DynamoVisualProgramming.DynamoCoreNodes": "3.6.1.9895",
7+
"DynamoVisualProgramming.DynamoServices": "3.6.1.9895",
8+
"DynamoVisualProgramming.Tests": "3.6.1.9895",
9+
"DynamoVisualProgramming.WpfUILibrary": "3.6.1.9895",
10+
"DynamoVisualProgramming.ZeroTouchLibrary": "3.6.1.9895",
11+
"DynamoVisualProgramming.DynamoSamples": "3.6.1.9895",
1212
"Greg": "3.0.1.4707",
1313
"GregRevitAuth": "3.0.8935.26399",
1414
"pythonnet_py38_win": "2.5.1",

src/Config/packages_versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<!-- 3rd party package versions -->
5-
<DYNAMOCORE_VERSION>3.6.0.9395</DYNAMOCORE_VERSION>
5+
<DYNAMOCORE_VERSION>3.6.1.9895</DYNAMOCORE_VERSION>
66

77
<DYNAMOWPFUI_VERSION Condition="'$(DYNAMOWPFUI_VERSION)' == ''">$(DYNAMOCORE_VERSION)</DYNAMOWPFUI_VERSION>
88
<DYNAMOCORENODES_VERSION Condition="'$(DYNAMOCORENODES_VERSION)' == ''">$(DYNAMOCORE_VERSION)</DYNAMOCORENODES_VERSION>

0 commit comments

Comments
 (0)