Skip to content

Commit

Permalink
Bio-Formats 8.0.1 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
BiologyTools committed Nov 17, 2024
1 parent e201aee commit d701d89
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 24 deletions.
31 changes: 14 additions & 17 deletions BioFormats.NET8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,26 @@
<Title>BioFormats.NET8</Title>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>8.0.0</Version>
<Version>8.0.1</Version>
<Authors>Erik Repo</Authors>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Description>Bioformats 8.0.0 (https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.10.2 for x64, Arm64.</Description>
<Description>Bioformats 8.0.1 IKVM update to 8.10.3.(https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.10.3 for x64, Arm64.</Description>
<RepositoryUrl>https://github.com/ome/bioformats</RepositoryUrl>
<PackageProjectUrl>https://github.com/BiologyTools/BioFormatsNET8</PackageProjectUrl>
<PackageTags>ome; bio-formats; omero;</PackageTags>
<PackageReleaseNotes>Fixed incorrect dll.</PackageReleaseNotes>
<PackageReleaseNotes>Bio-Formats 8.0.1 update.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IKVM" Version="8.8.0" />
</ItemGroup>
<ItemGroup>
<Content Include="google.collect.dll">
<Content Include="bioformats_package.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>True</Pack>
<PackagePath>\lib\net8.0</PackagePath>
</Content>
<Content Include="google.collect.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>True</Pack>
<PackagePath>\lib\net8.0</PackagePath>
</Content>
<Content Include="Readme.md">
<Pack>True</Pack>
Expand All @@ -34,23 +36,18 @@
<ItemGroup>
<IkvmReference Include="bioformats_package.jar">
<AssemblyName>bioformats_package</AssemblyName>
<AssemblyVersion>8.0.0</AssemblyVersion>
<AssemblyFileVersion>8.0.0</AssemblyFileVersion>
<AssemblyVersion>8.0.1</AssemblyVersion>
<AssemblyFileVersion>8.0.1</AssemblyFileVersion>
<DisableAutoAssemblyName>true</DisableAutoAssemblyName>
<DisableAutoAssemblyVersion>true</DisableAutoAssemblyVersion>
<FallbackAssemblyName>bioformats_package</FallbackAssemblyName>
<FallbackAssemblyVersion>8.0.0</FallbackAssemblyVersion>
<FallbackAssemblyVersion>8.0.1</FallbackAssemblyVersion>
<Aliases>bioformats_package</Aliases>
<Compile>google-collect-1.0.jar</Compile>
<References>google-collect-1.0.jar</References>
</IkvmReference>
<IkvmReference Include="google-collect-1.0.jar" />
</ItemGroup>
<ItemGroup>
<None Update="bioformats_package.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>True</Pack>
<PackagePath>\lib\net8.0</PackagePath>
</None>
</ItemGroup>
</Project>
<PackageReference Include="IKVM" Version="8.10.3" />
</ItemGroup></Project>
6 changes: 0 additions & 6 deletions BioFormats.NET8.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BioFormats.NET8", "BioFormats.NET8.csproj", "{2F8601A4-725C-45E2-AE09-7DA2D1184779}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApp", "..\TestApp\TestApp\TestApp.csproj", "{39EFC8C9-0E8E-4908-80D2-07A8D8D804BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -17,10 +15,6 @@ Global
{2F8601A4-725C-45E2-AE09-7DA2D1184779}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F8601A4-725C-45E2-AE09-7DA2D1184779}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F8601A4-725C-45E2-AE09-7DA2D1184779}.Release|Any CPU.Build.0 = Release|Any CPU
{39EFC8C9-0E8E-4908-80D2-07A8D8D804BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39EFC8C9-0E8E-4908-80D2-07A8D8D804BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39EFC8C9-0E8E-4908-80D2-07A8D8D804BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39EFC8C9-0E8E-4908-80D2-07A8D8D804BE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bioformats 8.0.0 (https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.10.2 for x64, Arm64.
Bioformats 8.0.1 (https://www.openmicroscopy.org/bio-formats/) Built with IKVM 8.10.3 for x64, Arm64.
Binary file modified bioformats_package.dll
Binary file not shown.
Binary file modified google.collect.dll
Binary file not shown.

0 comments on commit d701d89

Please sign in to comment.