|
6 | 6 | <Nullable>enable</Nullable> |
7 | 7 | <PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression> |
8 | 8 | <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> |
9 | | - <Description>Bioformats 8.1.0. Built with IKVM 8.11 for .NET6 x64, Arm64.</Description> |
10 | | - <PackageReleaseNotes>Bioformats 8.1.0 update.</PackageReleaseNotes> |
| 9 | + <Description>Bioformats 8.2.0. Built with IKVM 8.11 for .NET6 x64, Arm64.</Description> |
| 10 | + <PackageReleaseNotes>Bioformats 8.2.0 update.</PackageReleaseNotes> |
11 | 11 | <PackageReadmeFile>Readme.md</PackageReadmeFile> |
12 | 12 | <RepositoryType></RepositoryType> |
13 | 13 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
14 | | - <Version>8.1.0</Version> |
| 14 | + <Version>8.2.0</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 | | - <ItemGroup> |
21 | | - <Content Include="bioformats_package.dll"> |
22 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
23 | | - <Pack>True</Pack> |
24 | | - <PackagePath>\lib\net6.0</PackagePath> |
25 | | - </Content> |
26 | | - <Content Include="google.collect.dll"> |
27 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
28 | | - <Pack>True</Pack> |
29 | | - <PackagePath>\lib\net6.0</PackagePath> |
30 | | - </Content> |
31 | | - </ItemGroup> |
32 | | - <ItemGroup> |
33 | | - <Content Include="Readme.md"> |
34 | | - <Pack>True</Pack> |
35 | | - <PackagePath>\</PackagePath> |
36 | | - </Content> |
37 | | - </ItemGroup> |
| 20 | + |
| 21 | + <ItemGroup> |
| 22 | + <Content Include="bioformats_package.dll"> |
| 23 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 24 | + <Pack>True</Pack> |
| 25 | + <PackagePath>\lib\net6.0</PackagePath> |
| 26 | + </Content> |
| 27 | + <Content Include="google.collect.dll"> |
| 28 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 29 | + <Pack>True</Pack> |
| 30 | + <PackagePath>\lib\net6.0</PackagePath> |
| 31 | + </Content> |
| 32 | + </ItemGroup> |
| 33 | + |
38 | 34 | <ItemGroup> |
39 | 35 | <IkvmReference Include="bioformats_package.jar"> |
40 | 36 | <AssemblyName>bioformats_package</AssemblyName> |
41 | | - <AssemblyVersion>8.1.0</AssemblyVersion> |
42 | | - <AssemblyFileVersion>8.1.0</AssemblyFileVersion> |
| 37 | + <AssemblyVersion>8.2.0</AssemblyVersion> |
| 38 | + <AssemblyFileVersion>8.2.0</AssemblyFileVersion> |
43 | 39 | <DisableAutoAssemblyName>true</DisableAutoAssemblyName> |
44 | 40 | <DisableAutoAssemblyVersion>true</DisableAutoAssemblyVersion> |
45 | 41 | <FallbackAssemblyName>bioformats_package</FallbackAssemblyName> |
46 | | - <FallbackAssemblyVersion>8.1.0</FallbackAssemblyVersion> |
| 42 | + <FallbackAssemblyVersion>8.2.0</FallbackAssemblyVersion> |
47 | 43 | <Aliases>bioformats_package</Aliases> |
48 | 44 | <Compile>google-collect-1.0.jar</Compile> |
49 | 45 | <References>google-collect-1.0.jar</References> |
|
0 commit comments