Skip to content

Commit 27fce77

Browse files
committed
6.12
1 parent b9187d7 commit 27fce77

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

BioFormats.NET6.csproj

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0-windows</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression>
88
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
9-
<Description>Bioformats java library converted to .NET6 with IKVM </Description>
9+
<Description>Bioformats 6.12. java library converted to .NET6 with IKVM 1.4.45 </Description>
1010
<PackageReadmeFile>Readme.md</PackageReadmeFile>
1111
<RepositoryType></RepositoryType>
1212
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
13-
<Version>1.0</Version>
13+
<Version>6.12</Version>
1414
<PackageProjectUrl>https://github.com/BiologyTools/BioFormatsNET6</PackageProjectUrl>
1515
<RepositoryUrl>https://github.com/ome/bioformats</RepositoryUrl>
1616
<PackageTags>bio-formats; ome; omero;</PackageTags>
1717
</PropertyGroup>
1818

1919
<ItemGroup>
2020
<None Remove="bioformats_package.dll" />
21+
<None Remove="Readme.md" />
2122
</ItemGroup>
2223

2324
<ItemGroup>
2425
<Content Include="bioformats_package.dll">
25-
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
26+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
27+
</Content>
28+
<Content Include="Readme.md">
29+
<Pack>True</Pack>
30+
<PackagePath>\</PackagePath>
2631
</Content>
2732
</ItemGroup>
2833

@@ -32,11 +37,4 @@
3237
</Reference>
3338
</ItemGroup>
3439

35-
<ItemGroup>
36-
<None Update="Readme.md">
37-
<Pack>True</Pack>
38-
<PackagePath>\</PackagePath>
39-
</None>
40-
</ItemGroup>
41-
4240
</Project>

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Bioformats 6.11.1 (https://www.openmicroscopy.org/bio-formats/) Built with ikvm 8.3.3 for .NET6.
1+
Bioformats 6.12.0 (https://www.openmicroscopy.org/bio-formats/) Built with ikvm 8.4.5 for .NET6.
22
Add nuget package IKVM to your project to use this library.

bioformats_package.dll

151 KB
Binary file not shown.

0 commit comments

Comments
 (0)