Skip to content

Start of milestone changes for 8.0 #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions BHoMAnalytics_Adapter/BHoMAnalytics_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>https://github.com/BHoM/BHoMAnalytics_Toolkit</Description>
<FileVersion>7.3.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 6 in BHoMAnalytics_Adapter/BHoMAnalytics_Adapter.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

BHoMAnalytics_Adapter/BHoMAnalytics_Adapter.csproj#L6

Assembly File Version should be set to 7.3.0.0
<AssemblyVersion>8.0.0.0</AssemblyVersion>

Check failure on line 7 in BHoMAnalytics_Adapter/BHoMAnalytics_Adapter.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

BHoMAnalytics_Adapter/BHoMAnalytics_Adapter.csproj#L7

Assembly Version should be set to 7.0.0.0
<RootNamespace>BH.Adapter.BHoMAnalytics</RootNamespace>
<OutputPath>..\Build\</OutputPath>
</PropertyGroup>
Expand Down Expand Up @@ -53,7 +53,7 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />

Check warning on line 56 in BHoMAnalytics_Adapter/BHoMAnalytics_Adapter.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

BHoMAnalytics_Adapter/BHoMAnalytics_Adapter.csproj#L56

Post Build event should be correctly set to copy the compiled DLL to the BHoM Assemblies folder
</Target>

</Project>
4 changes: 2 additions & 2 deletions BHoMAnalytics_Engine/BHoMAnalytics_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>https://github.com/BHoM/BHoMAnalytics_Toolkit</Description>
<FileVersion>7.3.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 6 in BHoMAnalytics_Engine/BHoMAnalytics_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

BHoMAnalytics_Engine/BHoMAnalytics_Engine.csproj#L6

Assembly File Version should be set to 7.3.0.0
<AssemblyVersion>8.0.0.0</AssemblyVersion>

Check failure on line 7 in BHoMAnalytics_Engine/BHoMAnalytics_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

BHoMAnalytics_Engine/BHoMAnalytics_Engine.csproj#L7

Assembly Version should be set to 7.0.0.0
<BaseOutputPath>..\Build\</BaseOutputPath>
<RootNamespace>BH.Engine.BHoMAnalytics</RootNamespace>
<OutputPath>..\Build\</OutputPath>
Expand Down Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />

Check warning on line 41 in BHoMAnalytics_Engine/BHoMAnalytics_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

BHoMAnalytics_Engine/BHoMAnalytics_Engine.csproj#L41

Post Build event should be correctly set to copy the compiled DLL to the BHoM Assemblies folder
</Target>

</Project>
4 changes: 2 additions & 2 deletions BHoMAnalytics_oM/BHoMAnalytics_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>https://github.com/BHoM/BHoMAnalytics_Toolkit</Description>
<FileVersion>7.3.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 6 in BHoMAnalytics_oM/BHoMAnalytics_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

BHoMAnalytics_oM/BHoMAnalytics_oM.csproj#L6

Assembly File Version should be set to 7.3.0.0
<AssemblyVersion>8.0.0.0</AssemblyVersion>

Check failure on line 7 in BHoMAnalytics_oM/BHoMAnalytics_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

BHoMAnalytics_oM/BHoMAnalytics_oM.csproj#L7

Assembly Version should be set to 7.0.0.0
<RootNamespace>BH.oM.BHoMAnalytics</RootNamespace>
<OutputPath>..\Build\</OutputPath>
</PropertyGroup>
Expand All @@ -18,7 +18,7 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />

Check warning on line 21 in BHoMAnalytics_oM/BHoMAnalytics_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

BHoMAnalytics_oM/BHoMAnalytics_oM.csproj#L21

Post Build event should be correctly set to copy the compiled DLL to the BHoM Assemblies folder
</Target>

</Project>