Skip to content

Commit a8a5395

Browse files
committed
Bioformats 8.0.0 update.
1 parent e1062a3 commit a8a5395

4 files changed

Lines changed: 15 additions & 12 deletions

File tree

BioFormats.NET6.csproj

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,18 @@
66
<Nullable>enable</Nullable>
77
<PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression>
88
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
9-
<Description>Bioformats 7.3.0. Built with IKVM 8.8.0 for .NET6 x64, Arm64.</Description>
10-
<PackageReleaseNotes>Bioformats 7.3.0 update.</PackageReleaseNotes>
9+
<Description>Bioformats 8.0.0. Built with IKVM 8.10.2 for .NET6 x64, Arm64.</Description>
10+
<PackageReleaseNotes>Bioformats 8.0.0 update.</PackageReleaseNotes>
1111
<PackageReadmeFile>Readme.md</PackageReadmeFile>
1212
<RepositoryType></RepositoryType>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
14-
<Version>7.3.0.0</Version>
14+
<Version>8.0.0</Version>
1515
<PackageProjectUrl>https://github.com/BiologyTools/BioFormatsNET6</PackageProjectUrl>
1616
<RepositoryUrl>https://github.com/ome/bioformats</RepositoryUrl>
1717
<PackageTags>bio-formats; ome; omero;</PackageTags>
1818
<GenerateDocumentationFile>False</GenerateDocumentationFile>
1919
</PropertyGroup>
2020
<ItemGroup>
21-
<Content Include="bioformats_package.dll">
22-
<Pack>True</Pack>
23-
<PackagePath>\lib\net6.0</PackagePath>
24-
</Content>
2521
<Content Include="google.collect.dll">
2622
<Pack>True</Pack>
2723
<PackagePath>\lib\net6.0</PackagePath>
@@ -32,21 +28,28 @@
3228
</Content>
3329
</ItemGroup>
3430
<ItemGroup>
35-
<PackageReference Include="IKVM" Version="8.8.0" />
31+
<PackageReference Include="IKVM" Version="8.10.2" />
3632
</ItemGroup>
3733
<ItemGroup>
3834
<IkvmReference Include="bioformats_package.jar">
3935
<AssemblyName>bioformats_package</AssemblyName>
40-
<AssemblyVersion>7.3.0.0</AssemblyVersion>
41-
<AssemblyFileVersion>7.3.0.0</AssemblyFileVersion>
36+
<AssemblyVersion>8.0.0</AssemblyVersion>
37+
<AssemblyFileVersion>8.0.0</AssemblyFileVersion>
4238
<DisableAutoAssemblyName>true</DisableAutoAssemblyName>
4339
<DisableAutoAssemblyVersion>true</DisableAutoAssemblyVersion>
4440
<FallbackAssemblyName>bioformats_package</FallbackAssemblyName>
45-
<FallbackAssemblyVersion>7.3.0.0</FallbackAssemblyVersion>
41+
<FallbackAssemblyVersion>8.0.0</FallbackAssemblyVersion>
4642
<Aliases>bioformats_package</Aliases>
4743
<Compile>google-collect-1.0.jar</Compile>
4844
<References>google-collect-1.0.jar</References>
4945
</IkvmReference>
5046
<IkvmReference Include="google-collect-1.0.jar" />
5147
</ItemGroup>
48+
<ItemGroup>
49+
<None Update="bioformats_package.dll">
50+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
51+
<Pack>True</Pack>
52+
<PackagePath>\lib\net6.0</PackagePath>
53+
</None>
54+
</ItemGroup>
5255
</Project>

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[![NuGet version (BioFormatsNET6)](https://img.shields.io/nuget/v/BioFormats.NET6.svg)](https://www.nuget.org/packages/BioFormats.NET6/7.1.0)
22
[![NuGet version (BioFormatsNET6)](https://img.shields.io/nuget/dt/BioFormats.NET6?color=g)](https://www.nuget.org/packages/BioFormats.NET6/7.1.0)
33

4-
Bioformats 7.3.0 (https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.8.0 for x64, Arm64.
4+
Bioformats 8.0.0 (https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.10.2 for x64, Arm64.

bioformats_package.dll

501 KB
Binary file not shown.

bioformats_package.jar

569 KB
Binary file not shown.

0 commit comments

Comments
 (0)