Skip to content

Commit

Permalink
feat(installer): new dll and installer
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonelloDN committed Nov 27, 2023
1 parent 1bbb9ac commit 61780eb
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file modified deploy/lib/Morpho/Morpho25.dll
Binary file not shown.
Binary file modified deploy/lib/Morpho/MorphoGeometry.dll
Binary file not shown.
Binary file modified deploy/lib/Morpho/MorphoReader.dll
Binary file not shown.
Binary file modified deploy/lib/Morpho/MorphoRhino.dll
Binary file not shown.
Binary file modified installer/Morpho.Rhino.Installer.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions project/Morpho/MorphoRhino/MorphoRhino.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>MorphoRhino</AssemblyName>
<Authors>AntonelloDN</Authors>
<Company>ENVI-met GmbH</Company>
<Version>2.0.1</Version>
<Version>2.0.3</Version>
<Title>Envimet rhino library</Title>
<Description>Envimet rhino library</Description>

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

<ItemGroup Condition="'$(Configuration)'=='Release' Or '$(Configuration)'=='ReleaseLoc'">
<PackageReference Include="Morpho.Envimet" Version="2.0.1" />
<PackageReference Include="Morpho.Envimet" Version="2.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 61780eb

Please sign in to comment.