aws / amazon-s3-encryption-client-dotnet

An encryption client that allows you to secure your sensitive data before you send it to Amazon S3.
https://aws.github.io/amazon-s3-encryption-client-dotnet/
Apache License 2.0
15 stars 10 forks source link

Remove DocFX from repo #24

Closed ashovlin closed 2 years ago

ashovlin commented 2 years ago

Description

  1. Removes the DocFX executable and assemblies from the repository, in favor of using a local one on development and/or build systems
  2. Regenerated docs using the same docfx version. This appears to pick up:
    1. New operations on the client from the SDK dependency
    2. Renamed assembly (which I think dates back to the original launch

Testing

Clicked around docs in a browser via a local web-server, didn't notice any obvious regressions

Screenshots (if appropriate)

Types of changes

Checklist

License