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

Dynamo Packages Host filters #9820

Merged
merged 21 commits into from
Jul 16, 2019
Merged
Show file tree
Hide file tree
Changes from 19 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
4 changes: 2 additions & 2 deletions src/DynamoCore/DynamoCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ limitations under the License.
<Reference Include="Analytics.NET.Google">
<HintPath>..\..\extern\Analytics.NET\Analytics.NET.Google.dll</HintPath>
</Reference>
<Reference Include="Greg, Version=1.1.7040.19960, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Greg.1.1.7040.19960\lib\net47\Greg.dll</HintPath>
<Reference Include="Greg, Version=1.2.7121.21318, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Greg.1.2.7121.21318\lib\net47\Greg.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/DynamoCore/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Greg" version="1.1.7040.19960" targetFramework="net47" />
<package id="Greg" version="1.2.7121.21318" targetFramework="net47" />
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
<package id="RestSharp" version="105.2.3" targetFramework="net47" />
</packages>
4 changes: 2 additions & 2 deletions src/DynamoCoreWpf/DynamoCoreWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<Reference Include="FontAwesome.WPF">
<HintPath>..\..\extern\FontAwesome\FontAwesome.WPF.dll</HintPath>
</Reference>
<Reference Include="Greg, Version=1.1.7040.19960, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Greg.1.1.7040.19960\lib\net47\Greg.dll</HintPath>
<Reference Include="Greg, Version=1.2.7121.21318, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Greg.1.2.7121.21318\lib\net47\Greg.dll</HintPath>
</Reference>
<Reference Include="HelixToolkit, Version=2015.1.629.0, Culture=neutral, PublicKeyToken=52aa3500039caf0d, processorArchitecture=MSIL">
<HintPath>..\packages\HelixToolkit.2015.1.629\lib\portable-net4+sl4+wp71+win8\HelixToolkit.dll</HintPath>
Expand Down
29 changes: 28 additions & 1 deletion src/DynamoCoreWpf/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions src/DynamoCoreWpf/Properties/Resources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -2216,4 +2216,13 @@ Uninstall the following packages: {0}?</value>
<data name="ProvideFeedbackError" xml:space="preserve">
<value>Could not re-direct to the Dynamo forum page for feedback:</value>
</data>
<data name="PackageHostDependencyTooltip" xml:space="preserve">
<value>This package requires the specified host(s) to run.</value>
</data>
<data name="PackageHostDependencyFilter" xml:space="preserve">
<value>Click to choose one or multiple host filter to browse host specific packages.</value>
</data>
<data name="PackageHostDependencyFilterContextItem" xml:space="preserve">
<value>Packages requires this specified host to run.</value>
</data>
</root>
9 changes: 9 additions & 0 deletions src/DynamoCoreWpf/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -2219,4 +2219,13 @@ Uninstall the following packages: {0}?</value>
<data name="ProvideFeedbackError" xml:space="preserve">
<value>Could not re-direct to the Dynamo forum page for feedback:</value>
</data>
<data name="PackageHostDependencyTooltip" xml:space="preserve">
<value>This package requires the specified host(s) to run.</value>
</data>
<data name="PackageHostDependencyFilter" xml:space="preserve">
<value>Click to choose one or multiple host filter to browse host specific packages.</value>
QilongTang marked this conversation as resolved.
Show resolved Hide resolved
</data>
<data name="PackageHostDependencyFilterContextItem" xml:space="preserve">
<value>Packages requires this specified host to run.</value>
QilongTang marked this conversation as resolved.
Show resolved Hide resolved
</data>
</root>
Loading