Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 404 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 404 Bytes

This is a simple F# type provider. It has separate design-time and runtime assemblies.

Paket is used to acquire the type provider SDK and build the nuget package (you can remove this use of paket if you like)

Building:

.paket\paket.exe update

dotnet build -c release

.paket\paket.exe pack src\FSharp.AWS.S3TypeProvider.Runtime\paket.template --version 0.0.1# FSharp.AWS.S3TypeProvider