Skip to content

Commit 452fe56

Browse files
author
Fraser Greenroyd
authored
Update AssemblyFileVersion to 7.0 (#3187)
2 parents 8bc4a7b + 05f8656 commit 452fe56

File tree

32 files changed

+66
-66
lines changed

32 files changed

+66
-66
lines changed

.ci/code/Engine_Test/Engine_Test.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/BHoM_Engine</Description>
6-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
7-
<FileVersion>6.3.0.0</FileVersion>
6+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
7+
<FileVersion>7.0.0.0</FileVersion>
88
</PropertyGroup>
99

1010
<ItemGroup>

.ci/code/Serialiser_Test/Serialiser_Test.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/BHoM_Engine</Description>
6-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
7-
<FileVersion>6.3.0.0</FileVersion>
6+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
7+
<FileVersion>7.0.0.0</FileVersion>
88
</PropertyGroup>
99

1010
<Target Name="PostBuild" AfterTargets="PostBuildEvent">

.ci/unit-tests/Base_Engine_Tests/Base_Engine_Tests.csproj

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

33
<PropertyGroup>
4-
<FileVersion>6.3.0.0</FileVersion>
5-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
4+
<FileVersion>7.0.0.0</FileVersion>
5+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
66
<Description>https://github.com/BHoM/BHoM_Engine</Description>
77
<IsPackable>false</IsPackable>
88
<Configurations>Debug;Release;Test</Configurations>

.ci/unit-tests/Serialiser_Engine_Tests/Serialiser_Engine_Tests.csproj

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

33
<PropertyGroup>
4-
<FileVersion>6.3.0.0</FileVersion>
5-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
4+
<FileVersion>7.0.0.0</FileVersion>
5+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
66
<Description>https://github.com/BHoM/BHoM_Engine</Description>
77
<IsPackable>false</IsPackable>
88
<Configurations>Debug;Release;Test</Configurations>

.ci/unit-tests/Structure_Engine_Tests/Structure_Engine_Tests.csproj

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

33
<PropertyGroup>
4-
<FileVersion>6.3.0.0</FileVersion>
5-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
4+
<FileVersion>7.0.0.0</FileVersion>
5+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
66
<Description>https://github.com/BHoM/BHoM_Engine</Description>
77
<IsPackable>false</IsPackable>
88
<Configurations>Debug;Release;Test</Configurations>

Acoustic_Engine/Acoustic_Engine.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/BHoM_Engine</Description>
77
<Version>5.0.0</Version>
88
<Authors>BHoM</Authors>
99
<Copyright>Copyright © https://github.com/BHoM</Copyright>
1010
<RootNamespace>BH.Engine.Acoustic</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'">

Analytical_Engine/Analytical_Engine.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/BHoM_Engine</Description>
77
<Version>5.0.0</Version>
88
<Authors>BHoM</Authors>
99
<Copyright>Copyright © https://github.com/BHoM</Copyright>
1010
<RootNamespace>BH.Engine.Analytical</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'">

Architecture_Engine/Architecture_Engine.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/BHoM_Engine</Description>
77
<Version>5.0.0</Version>
88
<Authors>BHoM</Authors>
99
<Copyright>Copyright © https://github.com/BHoM</Copyright>
1010
<RootNamespace>BH.Engine.Architecture</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'">

BHoM_Engine/BHoM_Engine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
4-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
4+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
55
<Description>https://github.com/BHoM/BHoM_Engine</Description>
66
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
77
<Version>5.0.0</Version>
88
<Authors>BHoM</Authors>
99
<Company>BHoM</Company>
1010
<Copyright>Copyright © https://github.com/BHoM</Copyright>
1111
<RootNamespace>BH.Engine.Base</RootNamespace>
12-
<FileVersion>6.3.0.0</FileVersion>
12+
<FileVersion>7.0.0.0</FileVersion>
1313
<Configurations>Debug;Release;Test</Configurations>
1414
</PropertyGroup>
1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

Data_Engine/Data_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
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
4-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
4+
<AssemblyVersion>7.0.0.0</AssemblyVersion>
55
<Description>https://github.com/BHoM/BHoM_Engine</Description>
66
<Version>5.0.0</Version>
77
<Authors>BHoM</Authors>
88
<Copyright>Copyright © https://github.com/BHoM</Copyright>
99
<RootNamespace>BH.Engine.Data</RootNamespace>
10-
<FileVersion>6.3.0.0</FileVersion>
10+
<FileVersion>7.0.0.0</FileVersion>
1111
</PropertyGroup>
1212
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1313
<OutputPath>..\Build\</OutputPath>

0 commit comments

Comments
 (0)