Skip to content

Commit

Permalink
6.3 Deployment (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd authored Sep 21, 2023
2 parents 4dfde6e + 08e02cb commit 2de12b4
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions .ci/BHoMBot/Nuget/BHoM.Interop.SQL.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>BHoM.Interop.SQL</id>
<version></version>
<authors>BHoM</authors>
<projectUrl>https://github.com/BHoM/SQL_Toolkit</projectUrl>
<license type="file">licence.txt</license>
<icon>icon.png</icon>
<readme>readme.md</readme>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Interoperability with SQL databases provided by the SQL_Toolkit of the Building and Habitats object Model (BHoM) - more information available at https://github.com/BHoM/SQL_Toolkit</description>
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>BHoM interop sql aec</tags>
<title></title>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Data.SqlClient" version="5.1.1" />
<dependency id="Microsoft.EntityFrameworkCore" version = "3.1.32" />
<dependency id="NETStandard.Library" version="2.0.3" />
<dependency id="Microsoft.CSharp" version="4.7.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="licence/licence.txt" target="" />
<file src="images/icon.png" target="" />
<file src="docs/readme.md" target="" />
</files>
</package>
2 changes: 1 addition & 1 deletion SQL_Adapter/SQL_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Adapter.SQL</RootNamespace>
<FileVersion>6.2.0.0</FileVersion>
<FileVersion>6.3.0.0</FileVersion>
<Configurations>Debug;Release;ZeroCodeTool</Configurations>
<OutputPath>..\Build\</OutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion SQL_Engine/SQL_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Engine.SQL</RootNamespace>
<FileVersion>6.2.0.0</FileVersion>
<FileVersion>6.3.0.0</FileVersion>
<Configurations>Debug;Release;ZeroCodeTool</Configurations>
<OutputPath>..\Build\</OutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion SQL_oM/SQL_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.oM.SQL</RootNamespace>
<FileVersion>6.2.0.0</FileVersion>
<FileVersion>6.3.0.0</FileVersion>
<Configurations>Debug;Release;ZeroCodeTool</Configurations>
<OutputPath>..\Build\</OutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down

0 comments on commit 2de12b4

Please sign in to comment.