Skip to content

Commit 927da60

Browse files
committedNov 27, 2023
feat(installer): new dll and installer
1 parent c1712ac commit 927da60

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
 

‎deploy/lib/Morpho/Morpho25.dll

1 KB
Binary file not shown.

‎deploy/lib/Morpho/MorphoGeometry.dll

0 Bytes
Binary file not shown.

‎deploy/lib/Morpho/MorphoReader.dll

0 Bytes
Binary file not shown.

‎deploy/lib/Morpho/MorphoRhino.dll

0 Bytes
Binary file not shown.

‎installer/Morpho.Rhino.Installer.exe

541 Bytes
Binary file not shown.

‎project/Morpho/MorphoRhino/MorphoRhino.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>MorphoRhino</AssemblyName>
77
<Authors>AntonelloDN</Authors>
88
<Company>ENVI-met GmbH</Company>
9-
<Version>2.0.1</Version>
9+
<Version>2.0.3</Version>
1010
<Title>Envimet rhino library</Title>
1111
<Description>Envimet rhino library</Description>
1212

@@ -44,7 +44,7 @@
4444
</ItemGroup>
4545

4646
<ItemGroup Condition="'$(Configuration)'=='Release' Or '$(Configuration)'=='ReleaseLoc'">
47-
<PackageReference Include="Morpho.Envimet" Version="2.0.1" />
47+
<PackageReference Include="Morpho.Envimet" Version="2.0.3" />
4848
</ItemGroup>
4949

5050
<ItemGroup>

0 commit comments

Comments
 (0)