Skip to content

Start of milestone changes for 8.0 #144

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 Python_Engine/Python_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>

Check failure on line 5 in Python_Engine/Python_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Python_Engine/Python_Engine.csproj#L5

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/Python_Toolkit</Description>
<Version>6.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Engine.Python</RootNamespace>
<FileVersion>7.3.0.0</FileVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 11 in Python_Engine/Python_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Python_Engine/Python_Engine.csproj#L11

Assembly File Version should be set to 7.3.0.0
<OutputPath>..\Build\</OutputPath>
</PropertyGroup>

Expand Down Expand Up @@ -40,7 +40,7 @@
</ItemGroup>

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

Check warning on line 43 in Python_Engine/Python_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Python_Engine/Python_Engine.csproj#L43

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

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
Expand Down
4 changes: 2 additions & 2 deletions Python_oM/Python_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>

Check failure on line 5 in Python_oM/Python_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Python_oM/Python_oM.csproj#L5

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/Python_Toolkit</Description>
<Version>6.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.oM.Python</RootNamespace>
<FileVersion>7.3.0.0</FileVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 11 in Python_oM/Python_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Python_oM/Python_oM.csproj#L11

Assembly File Version should be set to 7.3.0.0
<OutputPath>..\Build\</OutputPath>
</PropertyGroup>

Expand All @@ -21,7 +21,7 @@
</ItemGroup>

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

Check warning on line 24 in Python_oM/Python_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Python_oM/Python_oM.csproj#L24

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

</Project>