Skip to content

Commit 24645f1

Browse files
committed
7.3.1.0
1 parent a5acdeb commit 24645f1

5 files changed

Lines changed: 22 additions & 14 deletions

File tree

BioFormats.NET6.csproj

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,23 @@
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 7.3.1. Built with IKVM 8.8.1 for .NET6 x64, Arm64.</Description>
10+
<PackageReleaseNotes>Bioformats 7.3.1 update.</PackageReleaseNotes>
1111
<PackageReadmeFile>Readme.md</PackageReadmeFile>
1212
<RepositoryType></RepositoryType>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
14-
<Version>7.3.0.0</Version>
14+
<Version>7.3.1.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>
20+
<ItemGroup>
21+
<Content Include="Readme.md">
22+
<Pack>True</Pack>
23+
<PackagePath>\</PackagePath>
24+
</Content>
25+
</ItemGroup>
2026
<ItemGroup>
2127
<Content Include="bioformats_package.dll">
2228
<Pack>True</Pack>
@@ -26,27 +32,23 @@
2632
<Pack>True</Pack>
2733
<PackagePath>\lib\net6.0</PackagePath>
2834
</Content>
29-
<Content Include="Readme.md">
30-
<Pack>True</Pack>
31-
<PackagePath>\</PackagePath>
32-
</Content>
3335
</ItemGroup>
34-
<ItemGroup>
35-
<PackageReference Include="IKVM" Version="8.8.0" />
36-
</ItemGroup>
3736
<ItemGroup>
3837
<IkvmReference Include="bioformats_package.jar">
3938
<AssemblyName>bioformats_package</AssemblyName>
40-
<AssemblyVersion>7.3.0.0</AssemblyVersion>
41-
<AssemblyFileVersion>7.3.0.0</AssemblyFileVersion>
39+
<AssemblyVersion>7.3.1.0</AssemblyVersion>
40+
<AssemblyFileVersion>7.3.1.0</AssemblyFileVersion>
4241
<DisableAutoAssemblyName>true</DisableAutoAssemblyName>
4342
<DisableAutoAssemblyVersion>true</DisableAutoAssemblyVersion>
4443
<FallbackAssemblyName>bioformats_package</FallbackAssemblyName>
45-
<FallbackAssemblyVersion>7.3.0.0</FallbackAssemblyVersion>
44+
<FallbackAssemblyVersion>7.3.1.0</FallbackAssemblyVersion>
4645
<Aliases>bioformats_package</Aliases>
4746
<Compile>google-collect-1.0.jar</Compile>
4847
<References>google-collect-1.0.jar</References>
4948
</IkvmReference>
5049
<IkvmReference Include="google-collect-1.0.jar" />
5150
</ItemGroup>
51+
<ItemGroup>
52+
<PackageReference Include="IKVM" Version="8.8.1" />
53+
</ItemGroup>
5254
</Project>

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}") = "TestApp", "..\TestApp\TestApp\TestApp.csproj", "{BD0298D6-7189-4CCC-A438-BFC7885DAD7C}"
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+
{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
1824
EndGlobalSection
1925
GlobalSection(SolutionProperties) = preSolution
2026
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 7.3.0 (https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.8.0 for x64, Arm64.
4+
Bioformats 7.3.1 (https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.8.1 for x64, Arm64.

bioformats_package.dll

-512 Bytes
Binary file not shown.

google.collect.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)