Skip to content

Commit e1062a3

Browse files
committed
7.3.0
1 parent e068663 commit e1062a3

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

BioFormats.NET6.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<Nullable>enable</Nullable>
77
<PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression>
88
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
9-
<Description>Bioformats 7.2.0. Built with IKVM 8.7.5 for .NET6 x64, Arm64.</Description>
10-
<PackageReleaseNotes>Bioformats 7.2.0 update.</PackageReleaseNotes>
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>
1111
<PackageReadmeFile>Readme.md</PackageReadmeFile>
1212
<RepositoryType></RepositoryType>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
14-
<Version>7.2.0.0</Version>
14+
<Version>7.3.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>
@@ -32,17 +32,17 @@
3232
</Content>
3333
</ItemGroup>
3434
<ItemGroup>
35-
<PackageReference Include="IKVM" Version="8.7.5" />
35+
<PackageReference Include="IKVM" Version="8.8.0" />
3636
</ItemGroup>
3737
<ItemGroup>
3838
<IkvmReference Include="bioformats_package.jar">
3939
<AssemblyName>bioformats_package</AssemblyName>
40-
<AssemblyVersion>7.2.0.0</AssemblyVersion>
41-
<AssemblyFileVersion>7.2.0.0</AssemblyFileVersion>
40+
<AssemblyVersion>7.3.0.0</AssemblyVersion>
41+
<AssemblyFileVersion>7.3.0.0</AssemblyFileVersion>
4242
<DisableAutoAssemblyName>true</DisableAutoAssemblyName>
4343
<DisableAutoAssemblyVersion>true</DisableAutoAssemblyVersion>
4444
<FallbackAssemblyName>bioformats_package</FallbackAssemblyName>
45-
<FallbackAssemblyVersion>7.2.0.0</FallbackAssemblyVersion>
45+
<FallbackAssemblyVersion>7.3.0.0</FallbackAssemblyVersion>
4646
<Aliases>bioformats_package</Aliases>
4747
<Compile>google-collect-1.0.jar</Compile>
4848
<References>google-collect-1.0.jar</References>

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.2.0 (https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.7.5 for x64, Arm64.
4+
Bioformats 7.3.0 (https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.8.0 for x64, Arm64.

bioformats_package.dll

4.85 MB
Binary file not shown.

bioformats_package.jar

1.02 MB
Binary file not shown.

google.collect.dll

78.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)