Skip to content

Commit fd8092e

Browse files
author
Fraser Greenroyd
authored
6.3 Deployment (#69)
2 parents c933a44 + ae1ef5f commit fd8092e

File tree

4 files changed

+35
-6
lines changed

4 files changed

+35
-6
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package>
3+
<metadata>
4+
<id>BHoM.Interop.Analytics</id>
5+
<version></version>
6+
<authors>BHoM</authors>
7+
<projectUrl>https://github.com/BHoM/BHoMAnalytics_Toolkit</projectUrl>
8+
<license type="file">licence.txt</license>
9+
<icon>icon.png</icon>
10+
<readme>readme.md</readme>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>Interoperability with Analytics using the BHoM format provided by the BHoMAnalytics_Toolkit of the Building and Habitats object Model (BHoM) - more information available at https://github.com/BHoM/BHoMAnalytics_Toolkit</description>
13+
<releaseNotes></releaseNotes>
14+
<copyright></copyright>
15+
<tags>BHoM Analytics aec interop</tags>
16+
<title></title>
17+
<dependencies>
18+
<group targetFramework="netstandard2.0">
19+
<dependency id="NETStandard.Library" version="2.0.3" />
20+
</group>
21+
</dependencies>
22+
</metadata>
23+
<files>
24+
<file src="licence/licence.txt" target="" />
25+
<file src="images/icon.png" target="" />
26+
<file src="docs/readme.md" target="" />
27+
</files>
28+
</package>

BHoMAnalytics_Adapter/BHoMAnalytics_Adapter.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>https://github.com/BHoM/BHoMAnalytics_Toolkit</Description>
6-
<FileVersion>6.2.0.0</FileVersion>
6+
<FileVersion>6.3.0.0</FileVersion>
77
<AssemblyVersion>6.0.0.0</AssemblyVersion>
88
<RootNamespace>BH.Adapter.BHoMAnalytics</RootNamespace>
9-
<BaseOutputPath>..\Build\</BaseOutputPath>
9+
<OutputPath>..\Build\</OutputPath>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

BHoMAnalytics_Engine/BHoMAnalytics_Engine.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>https://github.com/BHoM/BHoMAnalytics_Toolkit</Description>
6-
<FileVersion>6.2.0.0</FileVersion>
6+
<FileVersion>6.3.0.0</FileVersion>
77
<AssemblyVersion>6.0.0.0</AssemblyVersion>
88
<BaseOutputPath>..\Build\</BaseOutputPath>
99
<RootNamespace>BH.Engine.BHoMAnalytics</RootNamespace>
10+
<OutputPath>..\Build\</OutputPath>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

BHoMAnalytics_oM/BHoMAnalytics_oM.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>https://github.com/BHoM/BHoMAnalytics_Toolkit</Description>
6-
<FileVersion>6.2.0.0</FileVersion>
6+
<FileVersion>6.3.0.0</FileVersion>
77
<AssemblyVersion>6.0.0.0</AssemblyVersion>
88
<RootNamespace>BH.oM.BHoMAnalytics</RootNamespace>
9-
<BaseOutputPath>..\Build\</BaseOutputPath>
9+
<OutputPath>..\Build\</OutputPath>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)