|
6 | 6 | <Nullable>enable</Nullable> |
7 | 7 | <PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression> |
8 | 8 | <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> |
9 | | - <Description>Bioformats 7.0.1 java library converted to .NET6 with IKVM 8.6.4. Add nuget IKVM 8.6.4 to your project to use this library.</Description> |
10 | | - <PackageReleaseNotes>Bioformats 7.0.1, IKVM 8.6.4 update.</PackageReleaseNotes> |
| 9 | + <Description>Bioformats 7.0.1. Built with IKVM Maven SDK for .NET6 x64 & arm64. Follow readme installation instructions.</Description> |
| 10 | + <PackageReleaseNotes>Bioformats 7.0.1, IKVM 8.7.0 update.</PackageReleaseNotes> |
11 | 11 | <PackageReadmeFile>Readme.md</PackageReadmeFile> |
12 | 12 | <RepositoryType></RepositoryType> |
13 | 13 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
14 | | - <Version>7.0.1</Version> |
| 14 | + <Version>7.0.1.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 | | - </PropertyGroup> |
| 19 | + </PropertyGroup> |
20 | 20 |
|
| 21 | +<PropertyGroup> |
| 22 | + <MavenAdditionalRepositories>ome=https://artifacts.openmicroscopy.org/artifactory/maven/;edu.ucar=https://maven.scijava.org/content/repositories/public/;</MavenAdditionalRepositories> |
| 23 | +</PropertyGroup> |
| 24 | +<ItemGroup> |
| 25 | + <MavenReference Include="bioformats_package"> |
| 26 | + <GroupId>ome</GroupId> |
| 27 | + <ArtifactId>bioformats_package</ArtifactId> |
| 28 | + <Version>7.0.1</Version> |
| 29 | + </MavenReference> |
| 30 | + <MavenReference Include="cdm-core"> |
| 31 | + <GroupId>edu.ucar</GroupId> |
| 32 | + <ArtifactId>cdm-core</ArtifactId> |
| 33 | + <Version>5.3.3</Version> |
| 34 | + </MavenReference> |
| 35 | +</ItemGroup> |
| 36 | +<Target Name="FixIkvmReference" AfterTargets="_GetMavenIkvmReferenceItems"> |
| 37 | + <Message Importance="high" Text="$(IkvmMavenSdkDir)" /> |
| 38 | + <ItemGroup> |
| 39 | + <IkvmReferenceItem Condition="'%(Identity)'=='maven$org.json:json:20230227'"> |
| 40 | + <AssemblyVersion>1.0.0.0</AssemblyVersion> |
| 41 | + </IkvmReferenceItem> |
| 42 | + </ItemGroup> |
| 43 | +</Target> |
| 44 | + |
21 | 45 | <ItemGroup> |
22 | | - <None Remove="bioformats_package.dll" /> |
23 | | - <None Remove="Readme.md" /> |
24 | | - </ItemGroup> |
25 | | - |
26 | | - <ItemGroup> |
27 | | - <Content Include="bioformats_package.dll"> |
28 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
29 | | - </Content> |
30 | 46 | <Content Include="Readme.md"> |
31 | 47 | <Pack>True</Pack> |
32 | 48 | <PackagePath>\</PackagePath> |
33 | 49 | </Content> |
34 | 50 | </ItemGroup> |
35 | 51 |
|
36 | 52 | <ItemGroup> |
37 | | - <Reference Include="bioformats_package"> |
38 | | - <HintPath>bioformats_package.dll</HintPath> |
39 | | - </Reference> |
| 53 | + <PackageReference Include="IKVM" Version="8.7.0" /> |
| 54 | + <PackageReference Include="IKVM.Maven.Sdk" Version="1.6.0" /> |
40 | 55 | </ItemGroup> |
41 | | - |
42 | 56 | </Project> |
0 commit comments