Skip to content

Commit f4733eb

Browse files
author
Fraser Greenroyd
authored
7.0 Deployment (#49)
2 parents 2de12b4 + c70c63b commit f4733eb

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Grab the [latest installer](https://bhom.xyz/) and a selection of [sample script
1919
## Getting Started for Developers 🤖
2020

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

2424

2525
## Want to Contribute? ##
2626

27-
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).
27+
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).
2828

2929

3030
## Licence ##
3131

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

SQL_Adapter/SQL_Adapter.csproj

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

33
<PropertyGroup>
4-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
4+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
55
<Description>https://github.com/BHoM/SQL_Toolkit</Description>
66
<Version>5.0.0</Version>
77
<Authors>BHoM</Authors>
88
<Copyright>Copyright © https://github.com/BHoM</Copyright>
99
<RootNamespace>BH.Adapter.SQL</RootNamespace>
10-
<FileVersion>6.3.0.0</FileVersion>
10+
<FileVersion>7.0.0.0</FileVersion>
1111
<Configurations>Debug;Release;ZeroCodeTool</Configurations>
1212
<OutputPath>..\Build\</OutputPath>
1313
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

SQL_Engine/SQL_Engine.csproj

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

33
<PropertyGroup>
4-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
4+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
55
<Description>https://github.com/BHoM/SQL_Toolkit</Description>
66
<Version>5.0.0</Version>
77
<Authors>BHoM</Authors>
88
<Copyright>Copyright © https://github.com/BHoM</Copyright>
99
<RootNamespace>BH.Engine.SQL</RootNamespace>
10-
<FileVersion>6.3.0.0</FileVersion>
10+
<FileVersion>7.0.0.0</FileVersion>
1111
<Configurations>Debug;Release;ZeroCodeTool</Configurations>
1212
<OutputPath>..\Build\</OutputPath>
1313
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

SQL_oM/SQL_oM.csproj

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

33
<PropertyGroup>
4-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
4+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
55
<Description>https://github.com/BHoM/SQL_Toolkit</Description>
66
<Version>5.0.0</Version>
77
<Authors>BHoM</Authors>
88
<Copyright>Copyright © https://github.com/BHoM</Copyright>
99
<RootNamespace>BH.oM.SQL</RootNamespace>
10-
<FileVersion>6.3.0.0</FileVersion>
10+
<FileVersion>7.0.0.0</FileVersion>
1111
<Configurations>Debug;Release;ZeroCodeTool</Configurations>
1212
<OutputPath>..\Build\</OutputPath>
1313
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

0 commit comments

Comments
 (0)