Skip to content

Commit

Permalink
Release .NET8
Browse files Browse the repository at this point in the history
  • Loading branch information
BiologyTools committed Apr 17, 2024
1 parent 575f04a commit b60f463
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions BioCore/BioCore.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<Version>3.9.1</Version>
<Version>4.0.0</Version>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
Expand All @@ -23,9 +23,9 @@
<PackageId>BioCore</PackageId>
<Platforms>AnyCPU;x86;x64</Platforms>
<Description>A .NET library &amp; program for annotating, &amp; editing various microscopy imaging formats using Bioformats supported images. including whole slide, pyramidal &amp; series.</Description>
<AssemblyVersion>3.9.1</AssemblyVersion>
<FileVersion>3.9.1</FileVersion>
<PackageReleaseNotes>Pyramidal ZCT depth support for OME type slides.</PackageReleaseNotes>
<AssemblyVersion>4.0.0</AssemblyVersion>
<FileVersion>4.0.0</FileVersion>
<PackageReleaseNotes>.NET8 update.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down Expand Up @@ -64,24 +64,24 @@

<ItemGroup>
<PackageReference Include="AForgeImagingCore" Version="2.2.5" />
<PackageReference Include="BioFormats.NET6" Version="7.2.0" />
<PackageReference Include="BioFormats.NET8" Version="7.2.0.1" />
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.649" />
<PackageReference Include="CS-Script" Version="4.8.14" />
<PackageReference Include="FlaUI.Core" Version="4.0.0" />
<PackageReference Include="FlaUI.UIA3" Version="4.0.0" />
<PackageReference Include="H.InputSimulator" Version="1.4.1" />
<PackageReference Include="IKVM" Version="8.7.5" />
<PackageReference Include="IKVM" Version="8.8.0" />
<PackageReference Include="MouseKeyHook" Version="5.7.1" />
<PackageReference Include="NetVips" Version="2.4.0" />
<PackageReference Include="NetVips.Native" Version="8.15.1" />
<PackageReference Include="NetVips.Native.win-x64" Version="8.15.1" />
<PackageReference Include="NetVips" Version="2.4.1" />
<PackageReference Include="NetVips.Native" Version="8.15.2" />
<PackageReference Include="NetVips.Native.win-x64" Version="8.15.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.8.0">
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.9.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenSlideGTK" Version="1.5.0" />
<PackageReference Include="ScottPlot" Version="5.0.21" />
<PackageReference Include="OpenSlideGTK" Version="1.6.0" />
<PackageReference Include="ScottPlot" Version="5.0.26" />
<PackageReference Include="SharpDX" Version="4.2.0" />
<PackageReference Include="SharpDX.D3DCompiler" Version="4.2.0" />
<PackageReference Include="SharpDX.Direct2D1" Version="4.2.0" />
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![BioCore Banner](https://github.com/BiologyTools/Bio/blob/master/banner.jpg)
# BioCore

A .NET6 version of Bio library. Bio is an application & library for editing & annotating various microscopy image formats. Supports all bioformats supported images. Integrates with ImageJ, running ImageJ filters & macro functions. Check out the wiki for [library usage.](https://github.com/BiologyTools/Bio/wiki/Library-Usage) or check out the [documentation.](https://biologytools.github.io/Documentation/BioCore/index.html)
A .NET8 version of Bio library. Bio is an application & library for editing & annotating various microscopy image formats. Supports all bioformats supported images. Integrates with ImageJ, running ImageJ filters & macro functions. Check out the wiki for [library usage.](https://github.com/BiologyTools/Bio/wiki/Library-Usage) or check out the [documentation.](https://biologytools.github.io/Documentation/BioCore/index.html)

[![NuGet version (BioCore)](https://img.shields.io/nuget/v/BioCore.svg?style=flat-square)](https://www.nuget.org/packages/BioCore/3.4.0)
[![NuGet version (BioCore)](https://img.shields.io/nuget/dt/BioCore?color=g)](https://www.nuget.org/packages/BioCore/3.4.0) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8207863.svg)](https://doi.org/10.5281/zenodo.8207863)
Expand Down Expand Up @@ -36,7 +36,7 @@ A .NET6 version of Bio library. Bio is an application & library for editing & an
- `Star this project on Github to help spread the word about Bio!`

## Dependencies
- [BioFormatsNet6](https://github.com/BiologyTools/BioFormatsNET6)
- [BioFormatsNET8](https://github.com/BiologyTools/BioFormatsNET8)
- [IKVM](http://www.ikvm.net/)
- [AForge](http://www.aforgenet.com/)
- [LibTiff.Net](https://bitmiracle.com/libtiff/)
Expand Down

0 comments on commit b60f463

Please sign in to comment.