Skip to content

Commit 6098e45

Browse files
committed
8.5.0
Bio-Formats 8.5.0 update.
1 parent f1547d4 commit 6098e45

6 files changed

Lines changed: 11 additions & 17 deletions

File tree

BioFormats.NET6.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<Nullable>enable</Nullable>
77
<PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression>
88
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
9-
<Description>Bioformats 8.4.0. Built with IKVM 8.15 for .NET6 x64, Arm64.</Description>
10-
<PackageReleaseNotes>Bioformats 8.4.0 update.</PackageReleaseNotes>
9+
<Description>Bioformats 8.5.0. Built with IKVM 8.15 for .NET6 x64, Arm64.</Description>
10+
<PackageReleaseNotes>Bioformats 8.5.0 update.</PackageReleaseNotes>
1111
<PackageReadmeFile>Readme.md</PackageReadmeFile>
1212
<RepositoryType></RepositoryType>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
14-
<Version>8.4.0</Version>
15-
<PackageVersion>8.4.0</PackageVersion>
14+
<Version>8.5.0</Version>
15+
<PackageVersion>8.5.0</PackageVersion>
1616
<PackageProjectUrl>https://github.com/BiologyTools/BioFormatsNET6</PackageProjectUrl>
1717
<RepositoryUrl>https://github.com/ome/bioformats</RepositoryUrl>
1818
<PackageTags>bio-formats; ome; omero;</PackageTags>
@@ -36,22 +36,22 @@
3636
<PackagePath>\</PackagePath>
3737
</Content>
3838
</ItemGroup>
39-
4039
<ItemGroup>
4140
<IkvmReference Include="bioformats_package.jar">
4241
<AssemblyName>bioformats_package</AssemblyName>
43-
<AssemblyVersion>8.4.0</AssemblyVersion>
44-
<AssemblyFileVersion>8.4.0</AssemblyFileVersion>
42+
<AssemblyVersion>8.5.0</AssemblyVersion>
43+
<AssemblyFileVersion>8.5.0</AssemblyFileVersion>
4544
<DisableAutoAssemblyName>true</DisableAutoAssemblyName>
4645
<DisableAutoAssemblyVersion>true</DisableAutoAssemblyVersion>
4746
<FallbackAssemblyName>bioformats_package</FallbackAssemblyName>
48-
<FallbackAssemblyVersion>8.4.0</FallbackAssemblyVersion>
47+
<FallbackAssemblyVersion>8.5.0</FallbackAssemblyVersion>
4948
<Aliases>bioformats_package</Aliases>
5049
<Compile>google-collect-1.0.jar</Compile>
5150
<References>google-collect-1.0.jar</References>
5251
</IkvmReference>
5352
<IkvmReference Include="google-collect-1.0.jar" />
5453
</ItemGroup>
54+
5555
<ItemGroup>
5656
<PackageReference Include="IKVM" Version="8.15.0" />
5757
</ItemGroup>

BioFormatsNET6.sln

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.1.32210.238
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.2.11408.102 d18.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BioFormats.NET6", "BioFormats.NET6.csproj", "{D7001D7B-BF25-4131-B28F-47D4F83D4464}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BioformatsTest", "..\BioformatsTest\BioformatsTest.csproj", "{5CA52128-6A10-4D8A-A023-6EF36BCE1083}"
9-
EndProject
108
Global
119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1210
Debug|Any CPU = Debug|Any CPU
@@ -17,10 +15,6 @@ Global
1715
{D7001D7B-BF25-4131-B28F-47D4F83D4464}.Debug|Any CPU.Build.0 = Debug|Any CPU
1816
{D7001D7B-BF25-4131-B28F-47D4F83D4464}.Release|Any CPU.ActiveCfg = Release|Any CPU
1917
{D7001D7B-BF25-4131-B28F-47D4F83D4464}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{5CA52128-6A10-4D8A-A023-6EF36BCE1083}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{5CA52128-6A10-4D8A-A023-6EF36BCE1083}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{5CA52128-6A10-4D8A-A023-6EF36BCE1083}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{5CA52128-6A10-4D8A-A023-6EF36BCE1083}.Release|Any CPU.Build.0 = Release|Any CPU
2418
EndGlobalSection
2519
GlobalSection(SolutionProperties) = preSolution
2620
HideSolutionNode = FALSE

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 8.4.0 https://www.openmicroscopy.org/bio-formats/
4+
Bioformats 8.5.0 https://www.openmicroscopy.org/bio-formats/

bioformats_package.dll

552 KB
Binary file not shown.

bioformats_package.jar

10.2 KB
Binary file not shown.

google.collect.dll

-1 KB
Binary file not shown.

0 commit comments

Comments
 (0)