Skip to content

Commit

Permalink
6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
BiologyTools committed Feb 28, 2023
1 parent b9187d7 commit 27fce77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions BioFormats.NET6.csproj
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Description>Bioformats java library converted to .NET6 with IKVM </Description>
<Description>Bioformats 6.12. java library converted to .NET6 with IKVM 1.4.45 </Description>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<RepositoryType></RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.0</Version>
<Version>6.12</Version>
<PackageProjectUrl>https://github.com/BiologyTools/BioFormatsNET6</PackageProjectUrl>
<RepositoryUrl>https://github.com/ome/bioformats</RepositoryUrl>
<PackageTags>bio-formats; ome; omero;</PackageTags>
</PropertyGroup>

<ItemGroup>
<None Remove="bioformats_package.dll" />
<None Remove="Readme.md" />
</ItemGroup>

<ItemGroup>
<Content Include="bioformats_package.dll">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Readme.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</Content>
</ItemGroup>

Expand All @@ -32,11 +37,4 @@
</Reference>
</ItemGroup>

<ItemGroup>
<None Update="Readme.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Bioformats 6.11.1 (https://www.openmicroscopy.org/bio-formats/) Built with ikvm 8.3.3 for .NET6.
Bioformats 6.12.0 (https://www.openmicroscopy.org/bio-formats/) Built with ikvm 8.4.5 for .NET6.
Add nuget package IKVM to your project to use this library.
Binary file modified bioformats_package.dll
Binary file not shown.

0 comments on commit 27fce77

Please sign in to comment.