Skip to content

Commit

Permalink
Update BioGTK.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
BiologyTools committed Jan 8, 2025
1 parent c7bf8fb commit db911a4
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions BioGTK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
<TargetFramework>net8.0</TargetFramework>
<OutputType>Library</OutputType>
<RuntimeIdentifiers>osx-x64;linux-x64;win-x64;win-arm64;linux-arm64;osx-arm64;</RuntimeIdentifiers>
<AssemblyVersion>6.1.0</AssemblyVersion>
<FileVersion>6.1.0</FileVersion>
<AssemblyVersion>6.1.1</AssemblyVersion>
<FileVersion>6.1.1</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>6.1.0</PackageVersion>
<PackageVersion>6.1.1</PackageVersion>
<RepositoryUrl>https://github.com/BiologyTools/BioGTK</RepositoryUrl>
<PackageTags>Biology; GTK; ImageJ; Bio-Formats; Image-Stacks; Microscopy; Whole-Slide-Image; Segment-Anything; SAM; QuPath;</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>6.1.0</Version>
<Version>6.1.1</Version>
<Platforms>AnyCPU</Platforms>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<PlatformTarget>AnyCPU</PlatformTarget>
<PackageReleaseNotes>OMERO server support.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed issue with Channel indices, RChannel etc. and NuGet package fix.</PackageReleaseNotes>
<Authors>Erik Repo</Authors>
</PropertyGroup>

Expand Down Expand Up @@ -453,9 +453,13 @@
<ItemGroup>
<None Update="macro-commands.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>True</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
</None>
<None Update="macro-functions.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>True</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
</None>
<None Update="README.md">
<Pack>True</Pack>
Expand All @@ -470,12 +474,12 @@
<CFBundleName>BioGTK</CFBundleName>
<CFBundleDisplayName>BioGTK</CFBundleDisplayName>
<CFBundleIdentifier>com.BioGTK</CFBundleIdentifier>
<CFBundleVersion>6.1.0</CFBundleVersion>
<CFBundleVersion>6.1.1</CFBundleVersion>
<CFBundlePackageType>APPL</CFBundlePackageType>
<CFBundleSignature>????</CFBundleSignature>
<CFBundleExecutable>BioGTKApp</CFBundleExecutable>
<CFBundleIconFile>bio.icns</CFBundleIconFile>
<CFBundleShortVersionString>6.1.0</CFBundleShortVersionString>
<CFBundleShortVersionString>6.1.1</CFBundleShortVersionString>
<NSPrincipalClass>NSApplication</NSPrincipalClass>
<NSHighResolutionCapable>true</NSHighResolutionCapable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit db911a4

Please sign in to comment.