Skip to content

A .NET standard/framework library for reading RDA 2.2 files as used in Anno 2205.

License

Notifications You must be signed in to change notification settings

lysannschlegel/AnnoRDA

Repository files navigation

AnnoRDA

A .NET standard library for reading RDA 2.2 files as used in Anno 2205.

Setup

  • Clone this repository

  • Install .NET Core SDK

  • Install library dependencies:

      $ cd /path/to/project
      $ dotnet restore
    
  • Build library & unit tests:

      $ cd /path/to/project
      $ dotnet build
    
  • Run unit tests:

      $ cd /path/to/project
      $ cd AnnoRDA.Tests
      $ dotnet test
    

    This will also build the library and tests.

About

A .NET standard/framework library for reading RDA 2.2 files as used in Anno 2205.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages