Skip to content

Commit 8a4b954

Browse files
author
Fraser Greenroyd
authored
7.0 Deployment (#94)
2 parents a28205a + 11f3b17 commit 8a4b954

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

HTTP_Adapter/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
// You can specify all the values or you can default the Build and Revision Numbers
5555
// by using the '*' as shown below:
5656
// [assembly: AssemblyVersion("1.0.*")]
57-
[assembly: AssemblyVersion("6.0.0.0")]
58-
[assembly: AssemblyFileVersion("6.3.0.0")]
57+
[assembly: AssemblyVersion("7.0.0.0")]
58+
[assembly: AssemblyFileVersion("7.0.0.0")]
5959

6060

6161

HTTP_Engine/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
// You can specify all the values or you can default the Build and Revision Numbers
5555
// by using the '*' as shown below:
5656
// [assembly: AssemblyVersion("1.0.*")]
57-
[assembly: AssemblyVersion("6.0.0.0")]
58-
[assembly: AssemblyFileVersion("6.3.0.0")]
57+
[assembly: AssemblyVersion("7.0.0.0")]
58+
[assembly: AssemblyFileVersion("7.0.0.0")]
5959

6060

6161

HTTP_oM/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
// You can specify all the values or you can default the Build and Revision Numbers
5555
// by using the '*' as shown below:
5656
// [assembly: AssemblyVersion("1.0.*")]
57-
[assembly: AssemblyVersion("6.0.0.0")]
58-
[assembly: AssemblyFileVersion("6.3.0.0")]
57+
[assembly: AssemblyVersion("7.0.0.0")]
58+
[assembly: AssemblyFileVersion("7.0.0.0")]
5959

6060

6161

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).

0 commit comments

Comments
 (0)