From 206b60fd0d3585da1d0522e2787fae4a2d7a932b Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Mon, 25 Sep 2023 14:31:56 +0100 Subject: [PATCH 1/2] Upgrade AssemblyFileVersion to 7.0.0.0 --- RFEM_Adapter/Properties/AssemblyInfo.cs | 4 ++-- RFEM_Engine/Properties/AssemblyInfo.cs | 4 ++-- RFEM_oM/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RFEM_Adapter/Properties/AssemblyInfo.cs b/RFEM_Adapter/Properties/AssemblyInfo.cs index 385e4cf..4ccf6ad 100644 --- a/RFEM_Adapter/Properties/AssemblyInfo.cs +++ b/RFEM_Adapter/Properties/AssemblyInfo.cs @@ -56,8 +56,8 @@ // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("6.0.0.0")] -[assembly: AssemblyFileVersion("6.3.0.0")] +[assembly: AssemblyVersion("7.0.0.0")] +[assembly: AssemblyFileVersion("7.0.0.0")] diff --git a/RFEM_Engine/Properties/AssemblyInfo.cs b/RFEM_Engine/Properties/AssemblyInfo.cs index 3571eb1..7a4ca74 100644 --- a/RFEM_Engine/Properties/AssemblyInfo.cs +++ b/RFEM_Engine/Properties/AssemblyInfo.cs @@ -55,8 +55,8 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("6.0.0.0")] -[assembly: AssemblyFileVersion("6.3.0.0")] +[assembly: AssemblyVersion("7.0.0.0")] +[assembly: AssemblyFileVersion("7.0.0.0")] diff --git a/RFEM_oM/Properties/AssemblyInfo.cs b/RFEM_oM/Properties/AssemblyInfo.cs index bdf7e6a..6c03308 100644 --- a/RFEM_oM/Properties/AssemblyInfo.cs +++ b/RFEM_oM/Properties/AssemblyInfo.cs @@ -55,8 +55,8 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("6.0.0.0")] -[assembly: AssemblyFileVersion("6.3.0.0")] +[assembly: AssemblyVersion("7.0.0.0")] +[assembly: AssemblyFileVersion("7.0.0.0")] From f5a5f842dc64c0abcb727db5574f6f4f2a28f383 Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Fri, 3 Nov 2023 14:34:51 +0000 Subject: [PATCH 2/2] Update readme links and references --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57e9f4d..903e8e1 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ Grab the [latest installer](https://bhom.xyz/) and a selection of [sample script 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/Contributing/Getting-started-for-developers/) The RFEM SDK is installed with RFEM and is usually located in 'C:\Users\Public\Documents\Dlubal' ## 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 ## @@ -47,5 +47,5 @@ BHoM is an open-source project and would be nothing without its community. Take 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).