Skip to content

Commit 3e23ec0

Browse files
committed
BioFormats update 8.1.0.
1 parent 4cf7c6e commit 3e23ec0

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

BioFormats.NET6.csproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression>
88
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
9-
<Description>Bioformats 8.1.0. Built with IKVM 8.10.3 for .NET6 x64, Arm64.</Description>
9+
<Description>Bioformats 8.1.0. Built with IKVM 8.11 for .NET6 x64, Arm64.</Description>
1010
<PackageReleaseNotes>Bioformats 8.1.0 update.</PackageReleaseNotes>
1111
<PackageReadmeFile>Readme.md</PackageReadmeFile>
1212
<RepositoryType></RepositoryType>
@@ -17,12 +17,6 @@
1717
<PackageTags>bio-formats; ome; omero;</PackageTags>
1818
<GenerateDocumentationFile>False</GenerateDocumentationFile>
1919
</PropertyGroup>
20-
21-
<ItemGroup>
22-
<None Remove="bioformats_package.dll" />
23-
<None Remove="google.collect.dll" />
24-
</ItemGroup>
25-
2620
<ItemGroup>
2721
<Content Include="bioformats_package.dll">
2822
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

BioFormatsNET6.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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}") = "BioformatsTest", "..\BioformatsTest\BioformatsTest.csproj", "{5CA52128-6A10-4D8A-A023-6EF36BCE1083}"
9+
EndProject
810
Global
911
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1012
Debug|Any CPU = Debug|Any CPU
@@ -15,6 +17,10 @@ Global
1517
{D7001D7B-BF25-4131-B28F-47D4F83D4464}.Debug|Any CPU.Build.0 = Debug|Any CPU
1618
{D7001D7B-BF25-4131-B28F-47D4F83D4464}.Release|Any CPU.ActiveCfg = Release|Any CPU
1719
{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
1824
EndGlobalSection
1925
GlobalSection(SolutionProperties) = preSolution
2026
HideSolutionNode = FALSE

bioformats_package.dll

0 Bytes
Binary file not shown.

google.collect.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)