Skip to content

Commit

Permalink
Merge pull request #135 from DynamoDS/release-updates
Browse files Browse the repository at this point in the history
Release updates
  • Loading branch information
SHKnudsen authored Oct 30, 2019
2 parents 345e250 + d1e431c commit fa25f77
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 1,144 deletions.
Binary file modified release packages/MassingRevit.zip
Binary file not shown.
Binary file modified release packages/MassingSandbox.zip
Binary file not shown.
Binary file modified release packages/SpacePlanning.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("GenerativeToolkit.Core")]
[assembly: AssemblyTitle("RefineryToolkits.Core")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("GenerativeToolkit.Core")]
[assembly: AssemblyProduct("RefineryToolkits.Core")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
8 changes: 4 additions & 4 deletions src/MassingRevit/MassingRevit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI">
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2019\RevitAPI.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2020\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitNodes">
<HintPath>..\..\..\..\..\..\..\Program Files\Dynamo\Dynamo Revit\2\Revit_2019\RevitNodes.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2020\AddIns\DynamoForRevit\Revit\RevitNodes.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitServices">
<HintPath>..\..\..\..\..\..\..\Program Files\Dynamo\Dynamo Revit\2\Revit_2019\RevitServices.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2020\AddIns\DynamoForRevit\Revit\RevitServices.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -222,7 +222,7 @@
<ProjectReference Include="..\MassingSandbox\MassingSandbox.csproj">
<Project>{89df56a1-a27b-43d9-9d70-b650b2db4b64}</Project>
<Name>MassingSandbox</Name>
<Private>True</Private>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion src/MassingRevit/MassingRevit.ruleset
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Rules for GenerativeToolkit" Description="Code analysis rules for GenerativeToolkit.csproj." ToolsVersion="15.0">
<RuleSet Name="Rules for RefineryToolkits MassingRevit" Description="Code analysis rules for MassingRevit.csproj." ToolsVersion="16.0">
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1000" Action="Warning" />
<Rule Id="CA1001" Action="Warning" />
Expand Down
2 changes: 1 addition & 1 deletion src/MassingSandbox/MassingSandbox.ruleset
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Rules for GenerativeToolkit" Description="Code analysis rules for GenerativeToolkit.csproj." ToolsVersion="15.0">
<RuleSet Name="Rules for RefineryToolkit MassingSandbox" Description="Code analysis rules for MassingSandbox.csproj." ToolsVersion="16.0">
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1000" Action="Warning" />
<Rule Id="CA1001" Action="Warning" />
Expand Down
Loading

0 comments on commit fa25f77

Please sign in to comment.