Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.54
0.7.55
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.7.55
* Update Dynamo Core to 3.6.1.9895

## 0.7.54
* 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.
* Add en-GB language support for CL.
Expand Down
14 changes: 7 additions & 7 deletions src/Config/packages.aget
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"nuget": {
"references": {
"DynamicLanguageRuntime": "1.2.2",
"DynamoVisualProgramming.Core": "3.6.0.9395",
"DynamoVisualProgramming.DynamoCoreNodes": "3.6.0.9395",
"DynamoVisualProgramming.DynamoServices": "3.6.0.9395",
"DynamoVisualProgramming.Tests": "3.6.0.9395",
"DynamoVisualProgramming.WpfUILibrary": "3.6.0.9395",
"DynamoVisualProgramming.ZeroTouchLibrary": "3.6.0.9395",
"DynamoVisualProgramming.DynamoSamples": "3.6.0.9395",
"DynamoVisualProgramming.Core": "3.6.1.9895",
"DynamoVisualProgramming.DynamoCoreNodes": "3.6.1.9895",
"DynamoVisualProgramming.DynamoServices": "3.6.1.9895",
"DynamoVisualProgramming.Tests": "3.6.1.9895",
"DynamoVisualProgramming.WpfUILibrary": "3.6.1.9895",
"DynamoVisualProgramming.ZeroTouchLibrary": "3.6.1.9895",
"DynamoVisualProgramming.DynamoSamples": "3.6.1.9895",
"Greg": "3.0.1.4707",
"GregRevitAuth": "3.0.8935.26399",
"pythonnet_py38_win": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Config/packages_versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- 3rd party package versions -->
<DYNAMOCORE_VERSION>3.6.0.9395</DYNAMOCORE_VERSION>
<DYNAMOCORE_VERSION>3.6.1.9895</DYNAMOCORE_VERSION>

<DYNAMOWPFUI_VERSION Condition="'$(DYNAMOWPFUI_VERSION)' == ''">$(DYNAMOCORE_VERSION)</DYNAMOWPFUI_VERSION>
<DYNAMOCORENODES_VERSION Condition="'$(DYNAMOCORENODES_VERSION)' == ''">$(DYNAMOCORE_VERSION)</DYNAMOCORENODES_VERSION>
Expand Down
Loading