Skip to content

Commit c47f3dd

Browse files
committed
Bio-Formats 8.0.1 update.
1 parent fc15cc0 commit c47f3dd

6 files changed

Lines changed: 24 additions & 23 deletions

File tree

BioFormats.NET6.csproj

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,50 +6,57 @@
66
<Nullable>enable</Nullable>
77
<PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression>
88
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
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>
9+
<Description>Bioformats 8.0.1. Built with IKVM 8.10.3 for .NET6 x64, Arm64.</Description>
10+
<PackageReleaseNotes>Bioformats 8.0.1 update.</PackageReleaseNotes>
1111
<PackageReadmeFile>Readme.md</PackageReadmeFile>
1212
<RepositoryType></RepositoryType>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
14-
<Version>8.0.0</Version>
14+
<Version>8.0.1</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>
20+
2021
<ItemGroup>
22+
<None Remove="bioformats_package.dll" />
23+
<None Remove="google.collect.dll" />
24+
</ItemGroup>
25+
26+
<ItemGroup>
27+
<Content Include="bioformats_package.dll">
28+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
29+
<Pack>True</Pack>
30+
<PackagePath>\lib\net6.0</PackagePath>
31+
</Content>
2132
<Content Include="google.collect.dll">
22-
<Pack>True</Pack>
23-
<PackagePath>\lib\net6.0</PackagePath>
33+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
34+
<Pack>True</Pack>
35+
<PackagePath>\lib\net6.0</PackagePath>
2436
</Content>
37+
</ItemGroup>
38+
<ItemGroup>
2539
<Content Include="Readme.md">
2640
<Pack>True</Pack>
2741
<PackagePath>\</PackagePath>
2842
</Content>
2943
</ItemGroup>
3044
<ItemGroup>
31-
<PackageReference Include="IKVM" Version="8.10.2" />
45+
<PackageReference Include="IKVM" Version="8.10.3" />
3246
</ItemGroup>
3347
<ItemGroup>
3448
<IkvmReference Include="bioformats_package.jar">
3549
<AssemblyName>bioformats_package</AssemblyName>
36-
<AssemblyVersion>8.0.0</AssemblyVersion>
37-
<AssemblyFileVersion>8.0.0</AssemblyFileVersion>
50+
<AssemblyVersion>8.0.1</AssemblyVersion>
51+
<AssemblyFileVersion>8.0.1</AssemblyFileVersion>
3852
<DisableAutoAssemblyName>true</DisableAutoAssemblyName>
3953
<DisableAutoAssemblyVersion>true</DisableAutoAssemblyVersion>
4054
<FallbackAssemblyName>bioformats_package</FallbackAssemblyName>
41-
<FallbackAssemblyVersion>8.0.0</FallbackAssemblyVersion>
55+
<FallbackAssemblyVersion>8.0.1</FallbackAssemblyVersion>
4256
<Aliases>bioformats_package</Aliases>
4357
<Compile>google-collect-1.0.jar</Compile>
4458
<References>google-collect-1.0.jar</References>
4559
</IkvmReference>
4660
<IkvmReference Include="google-collect-1.0.jar" />
4761
</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>
5562
</Project>

BioFormatsNET6.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ VisualStudioVersion = 17.1.32210.238
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}") = "TestApp", "..\TestApp\TestApp\TestApp.csproj", "{BD0298D6-7189-4CCC-A438-BFC7885DAD7C}"
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-
{BD0298D6-7189-4CCC-A438-BFC7885DAD7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{BD0298D6-7189-4CCC-A438-BFC7885DAD7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{BD0298D6-7189-4CCC-A438-BFC7885DAD7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{BD0298D6-7189-4CCC-A438-BFC7885DAD7C}.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.0.0 (https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.10.2 for x64, Arm64.
4+
Bioformats 8.0.1 (https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.10.3 for x64, Arm64.

bioformats_package.dll

503 KB
Binary file not shown.

bioformats_package.jar

568 KB
Binary file not shown.

google.collect.dll

1.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)