|
6 | 6 | <Nullable>enable</Nullable> |
7 | 7 | <PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression> |
8 | 8 | <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> |
9 | | - <Description>Bioformats 8.0.0. Built with IKVM 8.10.2 for .NET6 x64, Arm64.</Description> |
10 | | - <PackageReleaseNotes>Bioformats 8.0.0 update.</PackageReleaseNotes> |
| 9 | + <Description>Bioformats 8.0.1. Built with IKVM 8.10.3 for .NET6 x64, Arm64.</Description> |
| 10 | + <PackageReleaseNotes>Bioformats 8.0.1 update.</PackageReleaseNotes> |
11 | 11 | <PackageReadmeFile>Readme.md</PackageReadmeFile> |
12 | 12 | <RepositoryType></RepositoryType> |
13 | 13 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
14 | | - <Version>8.0.0</Version> |
| 14 | + <Version>8.0.1</Version> |
15 | 15 | <PackageProjectUrl>https://github.com/BiologyTools/BioFormatsNET6</PackageProjectUrl> |
16 | 16 | <RepositoryUrl>https://github.com/ome/bioformats</RepositoryUrl> |
17 | 17 | <PackageTags>bio-formats; ome; omero;</PackageTags> |
18 | 18 | <GenerateDocumentationFile>False</GenerateDocumentationFile> |
19 | 19 | </PropertyGroup> |
| 20 | + |
20 | 21 | <ItemGroup> |
| 22 | + <None Remove="bioformats_package.dll" /> |
| 23 | + <None Remove="google.collect.dll" /> |
| 24 | + </ItemGroup> |
| 25 | + |
| 26 | + <ItemGroup> |
| 27 | + <Content Include="bioformats_package.dll"> |
| 28 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 29 | + <Pack>True</Pack> |
| 30 | + <PackagePath>\lib\net6.0</PackagePath> |
| 31 | + </Content> |
21 | 32 | <Content Include="google.collect.dll"> |
22 | | - <Pack>True</Pack> |
23 | | - <PackagePath>\lib\net6.0</PackagePath> |
| 33 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 34 | + <Pack>True</Pack> |
| 35 | + <PackagePath>\lib\net6.0</PackagePath> |
24 | 36 | </Content> |
| 37 | + </ItemGroup> |
| 38 | + <ItemGroup> |
25 | 39 | <Content Include="Readme.md"> |
26 | 40 | <Pack>True</Pack> |
27 | 41 | <PackagePath>\</PackagePath> |
28 | 42 | </Content> |
29 | 43 | </ItemGroup> |
30 | 44 | <ItemGroup> |
31 | | - <PackageReference Include="IKVM" Version="8.10.2" /> |
| 45 | + <PackageReference Include="IKVM" Version="8.10.3" /> |
32 | 46 | </ItemGroup> |
33 | 47 | <ItemGroup> |
34 | 48 | <IkvmReference Include="bioformats_package.jar"> |
35 | 49 | <AssemblyName>bioformats_package</AssemblyName> |
36 | | - <AssemblyVersion>8.0.0</AssemblyVersion> |
37 | | - <AssemblyFileVersion>8.0.0</AssemblyFileVersion> |
| 50 | + <AssemblyVersion>8.0.1</AssemblyVersion> |
| 51 | + <AssemblyFileVersion>8.0.1</AssemblyFileVersion> |
38 | 52 | <DisableAutoAssemblyName>true</DisableAutoAssemblyName> |
39 | 53 | <DisableAutoAssemblyVersion>true</DisableAutoAssemblyVersion> |
40 | 54 | <FallbackAssemblyName>bioformats_package</FallbackAssemblyName> |
41 | | - <FallbackAssemblyVersion>8.0.0</FallbackAssemblyVersion> |
| 55 | + <FallbackAssemblyVersion>8.0.1</FallbackAssemblyVersion> |
42 | 56 | <Aliases>bioformats_package</Aliases> |
43 | 57 | <Compile>google-collect-1.0.jar</Compile> |
44 | 58 | <References>google-collect-1.0.jar</References> |
45 | 59 | </IkvmReference> |
46 | 60 | <IkvmReference Include="google-collect-1.0.jar" /> |
47 | 61 | </ItemGroup> |
48 | | - <ItemGroup> |
49 | | - <None Update="bioformats_package.dll"> |
50 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
51 | | - <Pack>True</Pack> |
52 | | - <PackagePath>\lib\net6.0</PackagePath> |
53 | | - </None> |
54 | | - </ItemGroup> |
55 | 62 | </Project> |
0 commit comments