Skip to content

Commit b60f463

Browse files
committed
Release .NET8
1 parent 575f04a commit b60f463

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

BioCore/BioCore.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>net6.0-windows</TargetFramework>
4+
<TargetFramework>net8.0-windows</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>3.9.1</Version>
6+
<Version>4.0.0</Version>
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
@@ -23,9 +23,9 @@
2323
<PackageId>BioCore</PackageId>
2424
<Platforms>AnyCPU;x86;x64</Platforms>
2525
<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>
26-
<AssemblyVersion>3.9.1</AssemblyVersion>
27-
<FileVersion>3.9.1</FileVersion>
28-
<PackageReleaseNotes>Pyramidal ZCT depth support for OME type slides.</PackageReleaseNotes>
26+
<AssemblyVersion>4.0.0</AssemblyVersion>
27+
<FileVersion>4.0.0</FileVersion>
28+
<PackageReleaseNotes>.NET8 update.</PackageReleaseNotes>
2929
</PropertyGroup>
3030

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

6565
<ItemGroup>
6666
<PackageReference Include="AForgeImagingCore" Version="2.2.5" />
67-
<PackageReference Include="BioFormats.NET6" Version="7.2.0" />
67+
<PackageReference Include="BioFormats.NET8" Version="7.2.0.1" />
6868
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.649" />
6969
<PackageReference Include="CS-Script" Version="4.8.14" />
7070
<PackageReference Include="FlaUI.Core" Version="4.0.0" />
7171
<PackageReference Include="FlaUI.UIA3" Version="4.0.0" />
7272
<PackageReference Include="H.InputSimulator" Version="1.4.1" />
73-
<PackageReference Include="IKVM" Version="8.7.5" />
73+
<PackageReference Include="IKVM" Version="8.8.0" />
7474
<PackageReference Include="MouseKeyHook" Version="5.7.1" />
75-
<PackageReference Include="NetVips" Version="2.4.0" />
76-
<PackageReference Include="NetVips.Native" Version="8.15.1" />
77-
<PackageReference Include="NetVips.Native.win-x64" Version="8.15.1" />
75+
<PackageReference Include="NetVips" Version="2.4.1" />
76+
<PackageReference Include="NetVips.Native" Version="8.15.2" />
77+
<PackageReference Include="NetVips.Native.win-x64" Version="8.15.2" />
7878
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
79-
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.8.0">
79+
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.9.1">
8080
<PrivateAssets>all</PrivateAssets>
8181
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8282
</PackageReference>
83-
<PackageReference Include="OpenSlideGTK" Version="1.5.0" />
84-
<PackageReference Include="ScottPlot" Version="5.0.21" />
83+
<PackageReference Include="OpenSlideGTK" Version="1.6.0" />
84+
<PackageReference Include="ScottPlot" Version="5.0.26" />
8585
<PackageReference Include="SharpDX" Version="4.2.0" />
8686
<PackageReference Include="SharpDX.D3DCompiler" Version="4.2.0" />
8787
<PackageReference Include="SharpDX.Direct2D1" Version="4.2.0" />

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![BioCore Banner](https://github.com/BiologyTools/Bio/blob/master/banner.jpg)
22
# BioCore
33

4-
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)
4+
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)
55

66
[![NuGet version (BioCore)](https://img.shields.io/nuget/v/BioCore.svg?style=flat-square)](https://www.nuget.org/packages/BioCore/3.4.0)
77
[![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)
@@ -36,7 +36,7 @@ A .NET6 version of Bio library. Bio is an application & library for editing & an
3636
- `Star this project on Github to help spread the word about Bio!`
3737

3838
## Dependencies
39-
- [BioFormatsNet6](https://github.com/BiologyTools/BioFormatsNET6)
39+
- [BioFormatsNET8](https://github.com/BiologyTools/BioFormatsNET8)
4040
- [IKVM](http://www.ikvm.net/)
4141
- [AForge](http://www.aforgenet.com/)
4242
- [LibTiff.Net](https://bitmiracle.com/libtiff/)

0 commit comments

Comments
 (0)