Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 406 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 406 Bytes

NeoFS API CSharp

docs

nuget package

Requirements

  • DotNet SDK (v5.0.0+)
  • protobuf / protoc (3.11.4+)

Regenerate NeoFS Proto files and documentation

# DotNet Restore 
$ dotnet restore

# Regenerate doc files
$ make docgen

License

This project is licensed under the MIT License - see the LICENSE file for details