Skip to content

Commit 06c8fe5

Browse files
authored
9.0 Deployment (#70)
2 parents 770b19b + 632c4a3 commit 06c8fe5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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>8.0.0.0</AssemblyVersion>
4+
<AssemblyVersion>9.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>8.3.0.0</FileVersion>
10+
<FileVersion>9.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>8.0.0.0</AssemblyVersion>
4+
<AssemblyVersion>9.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>8.3.0.0</FileVersion>
10+
<FileVersion>9.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>8.0.0.0</AssemblyVersion>
4+
<AssemblyVersion>9.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>8.3.0.0</FileVersion>
10+
<FileVersion>9.0.0.0</FileVersion>
1111
<Configurations>Debug;Release;ZeroCodeTool</Configurations>
1212
<OutputPath>..\Build\</OutputPath>
1313
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

0 commit comments

Comments
 (0)