Skip to content

Commit

Permalink
3.2.0 Further Slide View Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
BiologyTools committed Jun 29, 2023
1 parent a7cfc37 commit 0b4adf8
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 89 deletions.
14 changes: 7 additions & 7 deletions BioGTK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<RuntimeIdentifiers>osx-x64;linux-x64;win7-x64;linux-arm64;osx-arm64</RuntimeIdentifiers>
<AssemblyVersion>3.1.1</AssemblyVersion>
<FileVersion>3.1.1</FileVersion>
<AssemblyVersion>3.2.0</AssemblyVersion>
<FileVersion>3.2.0</FileVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>BioGTK</PackageId>
<Title>BioGTK</Title>
<PackageProjectUrl>https://github.com/BiologyTools/BioGTK</PackageProjectUrl>
<PackageIcon>banner.jpg</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageVersion>3.1.1</PackageVersion>
<PackageVersion>3.2.0</PackageVersion>
<RepositoryUrl>https://github.com/BiologyTools/BioGTK</RepositoryUrl>
<PackageTags>Biology; GTK; ImageJ; Bio-Formats; Image-Stacks; Microscopy;</PackageTags>
<PackageLicenseExpression> GPL-3.0-only</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Description>A .NET application &amp; library for editing &amp; annotating various microscopy image formats. Supports all bioformats supported images. Integrates with ImageJ, running ImageJ filters &amp; macro functions. Supports Windows, Linux and Mac.</Description>
<Version>3.1.1</Version>
<Version>3.2.0</Version>
<Platforms>AnyCPU;x64;ARM64</Platforms>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<PlatformTarget>x64</PlatformTarget>
<PackageReleaseNotes>Improved slide navigation.</PackageReleaseNotes>
<PackageReleaseNotes>Further improved slide view, as well as better interoperability with ImageJ.</PackageReleaseNotes>
<Authors>Erik Repo</Authors>
</PropertyGroup>

Expand Down Expand Up @@ -244,15 +244,15 @@
<None Include="F:\Shared\Bio\BioGTK\BioGTK\.editorconfig" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AForgeBio" Version="1.3.2" />
<PackageReference Include="AForgeBio" Version="1.3.3" />
<PackageReference Include="BioFormats.NET6" Version="6.13.1" />
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.649" />
<PackageReference Include="CS-Script" Version="4.6.5" />
<PackageReference Include="Dotnet.Bundle" Version="0.9.13" />
<PackageReference Include="GtkSharp" Version="3.24.24.95" />
<PackageReference Include="IKVM" Version="8.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.6.0">
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.6.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Loading

0 comments on commit 0b4adf8

Please sign in to comment.