Skip to content

Commit

Permalink
7.0 Deployment (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd authored Dec 20, 2023
2 parents ee76bf5 + ee7a988 commit b3eb8f1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .ci/unit-tests/BHoM_Adapter_Tests/BHoM_Adapter_Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<FileVersion>6.3.0.0</FileVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<FileVersion>7.0.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<Description>https://github.com/BHoM/BHoM_Adapter</Description>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions Adapter_Engine/Adapter_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<Description>https://github.com/BHoM/BHoM_Adapter</Description>
<Version>5.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright Β© https://github.com/BHoM</Copyright>
<RootNamespace>BH.Engine.Adapter</RootNamespace>
<FileVersion>6.3.0.0</FileVersion>
<FileVersion>7.0.0.0</FileVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Adapter_oM/Adapter_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<Description>https://github.com/BHoM/BHoM_Adapter</Description>
<Version>5.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright Β© https://github.com/BHoM</Copyright>
<RootNamespace>BH.oM.Adapter</RootNamespace>
<FileVersion>6.3.0.0</FileVersion>
<FileVersion>7.0.0.0</FileVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions BHoM_Adapter/BHoM_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<Description>https://github.com/BHoM/BHoM_Adapter</Description>
<Version>5.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright Β© https://github.com/BHoM</Copyright>
<RootNamespace>BH.Adapter</RootNamespace>
<FileVersion>6.3.0.0</FileVersion>
<FileVersion>7.0.0.0</FileVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Core BHoM_Adapter Repo

This repo is part of the Buildings and Habitats object Model.
If you are new (_welcome!_ πŸ‘‹ πŸ˜„) a great place to start is on [bhom.xyz](https://bhom.xyz) or reading our [wiki here](https://github.com/BHoM/documentation/wiki) including pages like the [Structure of the BHoM](https://github.com/BHoM/documentation/wiki/Structure-of-the-BHoM) and [Using the BHoM](https://github.com/BHoM/documentation/wiki/Using-the-BHoM).
If you are new (_welcome!_ πŸ‘‹ πŸ˜„) a great place to start is on [bhom.xyz](https://bhom.xyz) and reading our [documentation](https://bhom.xyz/documentation), including our [Getting Started Pages](https://bhom.xyz/documentation/Basics/Using-the-BHoM/).

This particular repo contains the parent _BHoM Adapter_ defining all the base functionality for interoperability between the BHoM and other software, platforms and environments.

Expand All @@ -22,17 +22,17 @@ Grab the [latest installer](https://bhom.xyz/) and a selection of [sample script
## Getting Started for Developers πŸ€–

If you want to build the BHoM and the Toolkits from source, it's hopefully easy! πŸ˜„
Do take a look at our specific wiki pages here: [Getting Started for Developers](https://github.com/BHoM/documentation/wiki/Getting-started-for-developers)
Do take a look at our specific wiki pages here: [Getting Started for Developers](https://bhom.xyz/documentation/Guides-and-Tutorials/Coding-with-BHoM/).


## Want to Contribute? ##

BHoM is an open-source project and would be nothing without its community. Take a look at our contributing guidelines and tips [here](https://github.com/BHoM/BHoM/blob/master/CONTRIBUTING.md).
BHoM is an open-source project and would be nothing without its community. Take a look at our contributing guidelines and tips [here](https://github.com/BHoM/BHoM/blob/main/CONTRIBUTING.md).


## Licence ##

BHoM is free software licenced under GNU Lesser General Public Licence - [https://www.gnu.org/licenses/lgpl-3.0.html](https://www.gnu.org/licenses/lgpl-3.0.html)
Each contributor holds copyright over their respective contributions.
The project versioning (Git) records all such contribution source information.
See [LICENSE](https://github.com/BHoM/BHoM/blob/master/LICENSE) and [COPYRIGHT_HEADER](https://github.com/BHoM/BHoM/blob/master/COPYRIGHT_HEADER.txt).
See [LICENSE](https://github.com/BHoM/BHoM/blob/main/LICENSE) and [COPYRIGHT_HEADER](https://github.com/BHoM/BHoM/blob/main/COPYRIGHT_HEADER.txt).
4 changes: 2 additions & 2 deletions Structure_AdapterModules/Structure_AdapterModules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<Description>https://github.com/BHoM/BHoM_Adapter</Description>
<Version>5.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright Β© https://github.com/BHoM</Copyright>
<RootNamespace>BH.Adapter.Modules.Structure</RootNamespace>
<FileVersion>6.3.0.0</FileVersion>
<FileVersion>7.0.0.0</FileVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down

0 comments on commit b3eb8f1

Please sign in to comment.