Skip to content

Commit

Permalink
7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BiologyTools committed Apr 22, 2024
1 parent e068663 commit e1062a3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions BioFormats.NET6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<Nullable>enable</Nullable>
<PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Description>Bioformats 7.2.0. Built with IKVM 8.7.5 for .NET6 x64, Arm64.</Description>
<PackageReleaseNotes>Bioformats 7.2.0 update.</PackageReleaseNotes>
<Description>Bioformats 7.3.0. Built with IKVM 8.8.0 for .NET6 x64, Arm64.</Description>
<PackageReleaseNotes>Bioformats 7.3.0 update.</PackageReleaseNotes>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<RepositoryType></RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>7.2.0.0</Version>
<Version>7.3.0.0</Version>
<PackageProjectUrl>https://github.com/BiologyTools/BioFormatsNET6</PackageProjectUrl>
<RepositoryUrl>https://github.com/ome/bioformats</RepositoryUrl>
<PackageTags>bio-formats; ome; omero;</PackageTags>
Expand All @@ -32,17 +32,17 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="IKVM" Version="8.7.5" />
<PackageReference Include="IKVM" Version="8.8.0" />
</ItemGroup>
<ItemGroup>
<IkvmReference Include="bioformats_package.jar">
<AssemblyName>bioformats_package</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
<AssemblyFileVersion>7.2.0.0</AssemblyFileVersion>
<AssemblyVersion>7.3.0.0</AssemblyVersion>
<AssemblyFileVersion>7.3.0.0</AssemblyFileVersion>
<DisableAutoAssemblyName>true</DisableAutoAssemblyName>
<DisableAutoAssemblyVersion>true</DisableAutoAssemblyVersion>
<FallbackAssemblyName>bioformats_package</FallbackAssemblyName>
<FallbackAssemblyVersion>7.2.0.0</FallbackAssemblyVersion>
<FallbackAssemblyVersion>7.3.0.0</FallbackAssemblyVersion>
<Aliases>bioformats_package</Aliases>
<Compile>google-collect-1.0.jar</Compile>
<References>google-collect-1.0.jar</References>
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![NuGet version (BioFormatsNET6)](https://img.shields.io/nuget/v/BioFormats.NET6.svg)](https://www.nuget.org/packages/BioFormats.NET6/7.1.0)
[![NuGet version (BioFormatsNET6)](https://img.shields.io/nuget/dt/BioFormats.NET6?color=g)](https://www.nuget.org/packages/BioFormats.NET6/7.1.0)

Bioformats 7.2.0 (https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.7.5 for x64, Arm64.
Bioformats 7.3.0 (https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.8.0 for x64, Arm64.
Binary file modified bioformats_package.dll
Binary file not shown.
Binary file modified bioformats_package.jar
Binary file not shown.
Binary file modified google.collect.dll
Binary file not shown.

0 comments on commit e1062a3

Please sign in to comment.