Skip to content

Commit 2f67ff9

Browse files
author
Fraser Greenroyd
authored
7.0 Deployment (#72)
2 parents fd8092e + aef0a0b commit 2f67ff9

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

BHoMAnalytics_Adapter/BHoMAnalytics_Adapter.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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.3.0.0</FileVersion>
7-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
6+
<FileVersion>7.0.0.0</FileVersion>
7+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
88
<RootNamespace>BH.Adapter.BHoMAnalytics</RootNamespace>
99
<OutputPath>..\Build\</OutputPath>
1010
</PropertyGroup>

BHoMAnalytics_Engine/BHoMAnalytics_Engine.csproj

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

BHoMAnalytics_oM/BHoMAnalytics_oM.csproj

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ As this toolkit is not part of the installer, you will need to compile it separa
2222
## Getting Started for Developers 🤖
2323

2424
If you want to build the BHoM and the Toolkits from source, it's hopefully easy! 😄
25-
Do take a look at our specific wiki pages here: [Getting Started for Developers](https://github.com/BHoM/documentation/wiki/Getting-started-for-developers)
25+
Do take a look at our specific wiki pages here: [Getting Started for Developers](https://bhom.xyz/documentation/Contributing/Getting-started-for-developers/)
2626

2727

2828
## Want to Contribute? ##
2929

30-
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).
30+
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).
3131

3232

3333
## Licence ##
3434

3535
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)
3636
Each contributor holds copyright over their respective contributions.
3737
The project versioning (Git) records all such contribution source information.
38-
See [LICENSE](https://github.com/BHoM/BHoM/blob/master/LICENSE) and [COPYRIGHT_HEADER](https://github.com/BHoM/BHoM/blob/master/COPYRIGHT_HEADER.txt).
38+
See [LICENSE](https://github.com/BHoM/BHoM/blob/main/LICENSE) and [COPYRIGHT_HEADER](https://github.com/BHoM/BHoM/blob/main/COPYRIGHT_HEADER.txt).

0 commit comments

Comments
 (0)