Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #47 from equinor/develop
Browse files Browse the repository at this point in the history
Updated main
  • Loading branch information
daghovland committed Nov 16, 2023
2 parents 9e14ae6 + a86e69c commit 4f932fb
Show file tree
Hide file tree
Showing 6 changed files with 419 additions and 117 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# versioned-object
Library for handling and creating versioned objects and IRIs for use with the Aspect API
# versioned-object [Deprecated]
Library for handling and creating versioned objects and IRIs for use with the Bravo API

Because of practical problems in actual use, we are switching to a similar, but syntactically different concept and this repo is therefore archived.
See [https://github.com/equinor/records](https://github.com/equinor/records)

The library consists of three parts that can to some extent be used separately:

* [IRIReference /VersionedObject/docs/irireference.md](/VersionedObject/docs/irireference.md).
* [Edge Reifier /VersionedObject/docs/edgereifier.md](/VersionedObject/docs/edgereifier.md).
* [Graph Comparer /VersionedObject/docs/graphcomparer.md](/VersionedObject/docs/graphcomparer.md).
* [IRIReference](/VersionedObject/docs/irireference.md).
* [Edge Reifier](/VersionedObject/docs/edgereifier.md).
* [Graph Comparer](/VersionedObject/docs/graphcomparer.md).
3 changes: 3 additions & 0 deletions TestVersionedObject/TestVersionedObject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 4f932fb

Please sign in to comment.