Skip to content

Commit 96959d9

Browse files
author
Fraser Greenroyd
authored
6.3 Deployment (#95)
2 parents bdb54db + 08d8534 commit 96959d9

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package>
3+
<metadata>
4+
<id>BHoM.Interop.Localisation</id>
5+
<version></version>
6+
<authors>BHoM</authors>
7+
<projectUrl>https://github.com/BHoM/Localisation_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>Localisation conversions for BHoM calculations</description>
13+
<releaseNotes></releaseNotes>
14+
<copyright></copyright>
15+
<tags>BHoM interop localisation units aec</tags>
16+
<title></title>
17+
<dependencies>
18+
<group targetFramework="netstandard2.0.0">
19+
<dependency id="NETStandard.Library" version="2.0.3" />
20+
<dependency id="UnitsNet" version="4.145.0" />
21+
</group>
22+
</dependencies>
23+
</metadata>
24+
<files>
25+
<file src="licence/licence.txt" target="" />
26+
<file src="images/icon.png" target="" />
27+
<file src="docs/readme.md" target="" />
28+
</files>
29+
</package>

Units_Engine/Units_Engine.csproj

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

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -8,7 +8,7 @@
88
<Authors>BHoM</Authors>
99
<Copyright>Copyright © https://github.com/BHoM</Copyright>
1010
<RootNamespace>BH.Engine.Units</RootNamespace>
11-
<FileVersion>6.2.0.0</FileVersion>
11+
<FileVersion>6.3.0.0</FileVersion>
1212
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1313
</PropertyGroup>
1414

Units_oM/Units_oM.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Authors>BHoM</Authors>
99
<Copyright>Copyright © https://github.com/BHoM</Copyright>
1010
<RootNamespace>BH.oM.Units</RootNamespace>
11-
<FileVersion>6.2.0.0</FileVersion>
11+
<FileVersion>6.3.0.0</FileVersion>
1212
</PropertyGroup>
1313

1414
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)