Skip to content

Commit 7610c16

Browse files
author
Fraser Greenroyd
authored
7.0 Deployment (#185)
2 parents a2f94da + 67bb0fe commit 7610c16

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Mongo_Adapter/Mongo_Adapter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
5+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
66
<Description>https://github.com/BHoM/Mongo_Toolkit</Description>
77
<Version>5.0.0</Version>
88
<Authors>BHoM</Authors>
99
<Copyright>Copyright © https://github.com/BHoM</Copyright>
1010
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1111
<RootNamespace>BH.Adapter.Mongo</RootNamespace>
12-
<FileVersion>6.3.0.0</FileVersion>
12+
<FileVersion>7.0.0.0</FileVersion>
1313
</PropertyGroup>
1414

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

Mongo_Engine/Mongo_Engine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
5+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
66
<Description>https://github.com/BHoM/Mongo_Toolkit</Description>
77
<Version>5.0.0</Version>
88
<Authors>BHoM</Authors>
99
<Copyright>Copyright © https://github.com/BHoM</Copyright>
1010
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1111
<RootNamespace>BH.Engine.Mongo</RootNamespace>
12-
<FileVersion>6.3.0.0</FileVersion>
12+
<FileVersion>7.0.0.0</FileVersion>
1313
</PropertyGroup>
1414

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

Mongo_oM/Mongo_oM.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
5+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
66
<Description>https://github.com/BHoM/Mongo_Toolkit</Description>
77
<Version>5.0.0</Version>
88
<Authors>BHoM</Authors>
99
<Copyright>Copyright © https://github.com/BHoM</Copyright>
1010
<RootNamespace>BH.oM.Mongo</RootNamespace>
11-
<FileVersion>6.3.0.0</FileVersion>
11+
<FileVersion>7.0.0.0</FileVersion>
1212
</PropertyGroup>
1313

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

README.md

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

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

2626

2727
## Want to Contribute? ##
2828

29-
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).
29+
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).
3030

3131

3232
## Licence ##
3333

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

0 commit comments

Comments
 (0)