Skip to content

Commit

Permalink
update FsOboParser dep to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Sep 11, 2023
1 parent a482bf3 commit 4c93bfc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ARCTokenization/ARCTokenization.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<ItemGroup>
<ProjectReference Include="..\ControlledVocabulary\ControlledVocabulary.fsproj" PackageVersion="[1.0.0, 2.0.0)" />
<PackageReference Include="FSharpAux.Core" Version="[2.0.0]" />
<PackageReference Include="FsOboParser" Version="[0.1.0]" />
<PackageReference Include="FsOboParser" Version="[0.3.0]" />
<PackageReference Include="FsSpreadsheet" Version="[4.1.0]" />
<PackageReference Include="FsSpreadsheet.ExcelIO" Version="[4.1.0]" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
Expand Down
4 changes: 4 additions & 0 deletions src/ARCTokenization/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.0.3 - (Released 2023-8-21)
- Additions:
- Update FsOboParser dependency to 0.3.0

### 1.0.2 - (Released 2023-8-21)
- Additions:
- Include structural ontologies in the nuget package
Expand Down
6 changes: 3 additions & 3 deletions src/ARCTokenization/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"FsOboParser": {
"type": "Direct",
"requested": "[0.1.0, 0.1.0]",
"resolved": "0.1.0",
"contentHash": "xe5bQB+HXA+sauov0ZZlDVrkVFKBM+m8S7clP04d1SqOkuPDkgum5k5g5bOZNoDVP9WEu0YaNSkR31CS2RwENQ==",
"requested": "[0.3.0, 0.3.0]",
"resolved": "0.3.0",
"contentHash": "vLXAWcQVwRTVZN0pBwujorxPRt3UTl3OFyBOR2a2SGEiyUPkzV2kdc1QbXynR4FxwmQyf0F1VxR0auS9qSxL3A==",
"dependencies": {
"FSharp.Core": "6.0.7",
"ISADotNet": "0.6.1"
Expand Down

0 comments on commit 4c93bfc

Please sign in to comment.