Skip to content

Commit

Permalink
update arctrl reference to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Jan 11, 2024
1 parent 03b1e23 commit 0c285e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/ARCtrl.NET/ARCtrl.NET.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@
<Compile Include="Converter.fs" />
</ItemGroup>

<ItemGroup />

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="7.0.401" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="ARCtrl" Version="1.0.0" />
<PackageReference Include="ARCtrl" Version="1.0.2" />
<PackageReference Include="FsSpreadsheet.ExcelIO" Version="5.0.2" />
<PackageReference Include="JsonDSL" Version="0.0.5" />
<PackageReference Include="LitXml" Version="0.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/ARCtrl.QueryModel/ARCtrl.QueryModel.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ARCtrl" Version="1.0.0-beta.7" />
<PackageReference Include="ARCtrl" Version="1.0.2" />
<PackageReference Include="OBO.NET" Version="0.4.2" />
<PackageReference Include="Swate.Api" Version="0.2.0" />
<PackageReference Update="FSharp.Core" Version="7.0.400" />
Expand Down
2 changes: 1 addition & 1 deletion src/ARCtrl.QueryModel/Linq/QueryBuilder.fs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type ISAQueryBuilder () =
member this.SelectText (source: QuerySource<OntologyAnnotation, 'Q>) : QuerySource<string, 'Q> =
addMessage $"get text"
this.Select(source,(fun (v : OntologyAnnotation) ->
match v.TryNameText with
match v.Name with
| Option.Some t -> t
| Option.None -> missingOAText(v)
)
Expand Down

0 comments on commit 0c285e8

Please sign in to comment.