https://github.com/ukho/file-share-dotnet-client
Provides a C# .Net wrapper to the File Share Service APIs
https://github.com/ukho/file-share-dotnet-client
Last synced: 27 days ago
JSON representation
Provides a C# .Net wrapper to the File Share Service APIs
- Host: GitHub
- URL: https://github.com/ukho/file-share-dotnet-client
- Owner: UKHO
- License: mit
- Created: 2021-04-23T10:28:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T16:18:03.000Z (over 1 year ago)
- Last Synced: 2025-03-04T16:36:31.465Z (over 1 year ago)
- Language: C#
- Size: 188 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# File Share .Net Client
The File Share Service is the single external place for external people to download files from the UKHO. This provides a .Net client to access the file share service.
## Versioning and breaking changes
The File Share dotnet client major version numbers are defined in azure-pipelines.yml
- name: UKHOAssemblyVersionPrefix
value: "1.0."
For version 1.0 and beyond we are going to use Semantic Versioning so please only bump the major version on breaking changes.
Moreover breaking changes should be avoided if possible. Only introduce breaking changes after careful consideration.