Skip to content

Commit 63da83c

Browse files
committed
Added dll as content.
1 parent 731ace5 commit 63da83c

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

BioFormats.NET6.csproj

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,27 @@
88
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
99
<Description>Bioformats java library converted to .NET6 with IKVM </Description>
1010
<PackageReadmeFile>Readme.md</PackageReadmeFile>
11-
<RepositoryType>bio-formats; ome; omero;</RepositoryType>
11+
<RepositoryType></RepositoryType>
1212
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
13-
<Version>6.11.1</Version>
13+
<Version>1.0</Version>
14+
<PackageProjectUrl>https://github.com/BiologyTools/BioFormatsNET6</PackageProjectUrl>
15+
<RepositoryUrl>https://github.com/ome/bioformats</RepositoryUrl>
16+
<PackageTags>bio-formats; ome; omero;</PackageTags>
1417
</PropertyGroup>
1518

1619
<ItemGroup>
17-
<None Remove="Readme.md~RF1304c5f1.TMP" />
20+
<None Remove="bioformats_package.dll" />
21+
</ItemGroup>
22+
23+
<ItemGroup>
24+
<Content Include="bioformats_package.dll">
25+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
26+
</Content>
1827
</ItemGroup>
1928

2029
<ItemGroup>
2130
<Reference Include="bioformats_package">
22-
<HintPath>..\bioformats_package.dll</HintPath>
31+
<HintPath>bioformats_package.dll</HintPath>
2332
</Reference>
2433
</ItemGroup>
2534

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Bioformats 6.11.1 (https://www.openmicroscopy.org/bio-formats/) Built with ikvm 8.3.3 for .NET6
1+
Bioformats 6.11.1 (https://www.openmicroscopy.org/bio-formats/) Built with ikvm 8.3.3 for .NET6.
2+
Add nuget package IKVM to your project to use this library.

bioformats_package.dll

44.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)