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

Update AssemblyFileVersion to 7.1 #162

Merged
merged 1 commit into from
Dec 22, 2023
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
2 changes: 1 addition & 1 deletion LadybugTools_Adapter/LadybugTools_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Adapter.LadybugTools</RootNamespace>
<FileVersion>7.0.0.0</FileVersion>
<FileVersion>7.1.0.0</FileVersion>

Check failure on line 11 in LadybugTools_Adapter/LadybugTools_Adapter.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

LadybugTools_Adapter/LadybugTools_Adapter.csproj#L11

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

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

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

Check warning on line 91 in LadybugTools_Adapter/LadybugTools_Adapter.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

LadybugTools_Adapter/LadybugTools_Adapter.csproj#L91

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 LadybugTools_Engine/LadybugTools_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Engine.LadyBugTools</RootNamespace>
<FileVersion>7.0.0.0</FileVersion>
<FileVersion>7.1.0.0</FileVersion>

Check failure on line 11 in LadybugTools_Engine/LadybugTools_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

LadybugTools_Engine/LadybugTools_Engine.csproj#L11

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

Expand Down Expand Up @@ -85,11 +85,11 @@
</ItemGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="xcopy $(ProjectDir)Convert\System.Web.Extensions.dll $(ProgramData)\BHoM\Assemblies /Y&#xD;&#xA;&#xD;&#xA;if not exist $(ProgramData)\BHoM\Extensions\PythonEnvironments mkdir $(ProgramData)\BHoM\Extensions\PythonEnvironments&#xD;&#xA;if not exist $(ProgramData)\BHoM\Extensions\PythonCode mkdir $(ProgramData)\BHoM\Extensions\PythonCode&#xD;&#xA; &#xD;&#xA;if exist $(ProgramData)\BHoM\Extensions\PythonCode\$(SolutionName) rmdir $(ProgramData)\BHoM\Extensions\PythonCode\$(SolutionName) /S /Q&#xD;&#xA;mkdir $(ProgramData)\BHoM\Extensions\PythonCode\$(SolutionName)&#xD;&#xA;&#xD;&#xA;robocopy $(ProjectDir)Python $(ProgramData)\BHoM\Extensions\PythonCode\$(SolutionName) /mir /xf &quot;*.pyc&quot; &quot;*.ipynb&quot; /xd &quot;__*__&quot; &quot;.*&quot; &gt; output.log&#xD;&#xA;del output.log" />

Check warning on line 88 in LadybugTools_Engine/LadybugTools_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

LadybugTools_Engine/LadybugTools_Engine.csproj#L88

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

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

</Project>
</Project>
2 changes: 1 addition & 1 deletion LadybugTools_oM/LadybugTools_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.oM.LadybugTools</RootNamespace>
<FileVersion>7.0.0.0</FileVersion>
<FileVersion>7.1.0.0</FileVersion>

Check failure on line 11 in LadybugTools_oM/LadybugTools_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

LadybugTools_oM/LadybugTools_oM.csproj#L11

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

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

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

Check warning on line 44 in LadybugTools_oM/LadybugTools_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

LadybugTools_oM/LadybugTools_oM.csproj#L44

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

</Project>