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

Updated node icons and package details #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
9 changes: 9 additions & 0 deletions LayerApp/LayerApp/LayerApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,15 @@
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Logo.Small.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Projects.GetProjects.GetProjectById.Large-1.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Projects.GetProjects.GetProjectById.Small-1.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild">
<ItemGroup>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified LayerApp/LayerApp/Resources/LayerAppImages.resources
Binary file not shown.
1,411 changes: 425 additions & 986 deletions LayerApp/LayerApp/Resources/LayerAppImages.resx

Large diffs are not rendered by default.

Binary file modified LayerApp/LayerApp/Resources/Logo.Large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LayerApp/LayerApp/Resources/Logo.Small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 10 additions & 12 deletions LayerApp/LayerApp/pkg.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we could keep these definitions the same for now, that'd be ideal since otherwise, this will generate a new package, and it could be confusing (packages from the Dynamo package library can't be deleted)

Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
{
"license": "MIT",
"file_hash": null,
"name": "LayerApp",
"version": "1.0.0",
"description": "Connection to Layer App",
"group": "LayerApp",
"keywords": [ "Layer", "Revit" ],
"name": "Layer App",
"version": "0.1.6",
"description": "Integrate your Dynamo scripts with the Layer App! (https://layer.team). Developed by e-verse (https://e-verse.com).",
"group": "",
"keywords": [ "layer", "api", "dynamo", "bim", "data", "revit", "e-verse", "everse" ],
"dependencies": [],
"contents": "LayerApp",
"engine_version": "2.5.0",
"host_dependencies": [],
"contents": "",
"engine_version": "2.5.0.7586",
"engine": "dynamo",
"engine_metadata": "",
"site_url": "",
"site_url": "https://e-verse.com",
"repository_url": "",
"contains_binaries": true,
"logo": "./pkg/Logo.Large.png",
"node_libraries": [
"LayerApp, Version=1.0.0, Culture=neutral, PublicKeyToken=null"
]
"node_libraries": [ "LayerApp.customization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "LayerApp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" ]
}