Skip to content
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>