Skip to content

Commit 822acf2

Browse files
committed
Bioformats 8.2.0
1 parent 9ab7f72 commit 822acf2

3 files changed

Lines changed: 20 additions & 24 deletions

File tree

BioFormats.NET6.csproj

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,44 +6,40 @@
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.11 for .NET6 x64, Arm64.</Description>
10-
<PackageReleaseNotes>Bioformats 8.1.0 update.</PackageReleaseNotes>
9+
<Description>Bioformats 8.2.0. Built with IKVM 8.11 for .NET6 x64, Arm64.</Description>
10+
<PackageReleaseNotes>Bioformats 8.2.0 update.</PackageReleaseNotes>
1111
<PackageReadmeFile>Readme.md</PackageReadmeFile>
1212
<RepositoryType></RepositoryType>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
14-
<Version>8.1.0</Version>
14+
<Version>8.2.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="bioformats_package.dll">
22-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
23-
<Pack>True</Pack>
24-
<PackagePath>\lib\net6.0</PackagePath>
25-
</Content>
26-
<Content Include="google.collect.dll">
27-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
28-
<Pack>True</Pack>
29-
<PackagePath>\lib\net6.0</PackagePath>
30-
</Content>
31-
</ItemGroup>
32-
<ItemGroup>
33-
<Content Include="Readme.md">
34-
<Pack>True</Pack>
35-
<PackagePath>\</PackagePath>
36-
</Content>
37-
</ItemGroup>
20+
21+
<ItemGroup>
22+
<Content Include="bioformats_package.dll">
23+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
24+
<Pack>True</Pack>
25+
<PackagePath>\lib\net6.0</PackagePath>
26+
</Content>
27+
<Content Include="google.collect.dll">
28+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
29+
<Pack>True</Pack>
30+
<PackagePath>\lib\net6.0</PackagePath>
31+
</Content>
32+
</ItemGroup>
33+
3834
<ItemGroup>
3935
<IkvmReference Include="bioformats_package.jar">
4036
<AssemblyName>bioformats_package</AssemblyName>
41-
<AssemblyVersion>8.1.0</AssemblyVersion>
42-
<AssemblyFileVersion>8.1.0</AssemblyFileVersion>
37+
<AssemblyVersion>8.2.0</AssemblyVersion>
38+
<AssemblyFileVersion>8.2.0</AssemblyFileVersion>
4339
<DisableAutoAssemblyName>true</DisableAutoAssemblyName>
4440
<DisableAutoAssemblyVersion>true</DisableAutoAssemblyVersion>
4541
<FallbackAssemblyName>bioformats_package</FallbackAssemblyName>
46-
<FallbackAssemblyVersion>8.1.0</FallbackAssemblyVersion>
42+
<FallbackAssemblyVersion>8.2.0</FallbackAssemblyVersion>
4743
<Aliases>bioformats_package</Aliases>
4844
<Compile>google-collect-1.0.jar</Compile>
4945
<References>google-collect-1.0.jar</References>

bioformats_package.dll

7.94 MB
Binary file not shown.

google.collect.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)