Skip to content

Commit

Permalink
6.3 Deployment (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd authored Sep 21, 2023
2 parents 6d459c1 + 2ccb0a1 commit ee76bf5
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 5 deletions.
29 changes: 29 additions & 0 deletions .ci/BHoMBot/Nuget/BHoM.Adapter.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>BHoM.Adapter</id>
<version></version>
<authors>BHoM</authors>
<projectUrl>https://github.com/BHoM/BHoM_Adapter</projectUrl>
<license type="file">licence.txt</license>
<icon>icon.png</icon>
<readme>readme.md</readme>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Framework for creating an adapter to BHoM objects</description>
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>BHoM adapter aec</tags>
<title></title>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="NETStandard.Library" version="2.0.3" />
<dependency id="MongoDB.Bson" version="2.18.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="licence/licence.txt" target="" />
<file src="images/icon.png" target="" />
<file src="docs/readme.md" target="" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<FileVersion>6.2.0.0</FileVersion>
<FileVersion>6.3.0.0</FileVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<Description>https://github.com/BHoM/BHoM_Adapter</Description>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
2 changes: 1 addition & 1 deletion Adapter_Engine/Adapter_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Engine.Adapter</RootNamespace>
<FileVersion>6.2.0.0</FileVersion>
<FileVersion>6.3.0.0</FileVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Adapter_oM/Adapter_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.oM.Adapter</RootNamespace>
<FileVersion>6.2.0.0</FileVersion>
<FileVersion>6.3.0.0</FileVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion BHoM_Adapter/BHoM_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Adapter</RootNamespace>
<FileVersion>6.2.0.0</FileVersion>
<FileVersion>6.3.0.0</FileVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Structure_AdapterModules/Structure_AdapterModules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Adapter.Modules.Structure</RootNamespace>
<FileVersion>6.2.0.0</FileVersion>
<FileVersion>6.3.0.0</FileVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down

0 comments on commit ee76bf5

Please sign in to comment.