Skip to content

The original Airtable.NET NuGet package repackaged with signed assemblies

License

Notifications You must be signed in to change notification settings

CAD-Booster/airtable.net.signed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Airtable.NET.Signed

If you're stuck needing strong-named assemblies, but you still want to use Airtable, then this package should help you. We have downloaded the official package, signed and published it.

Inspired by the signed version of Flurl

NuGet Packages

Official, unsiged version: Airtable
This package: Airtable.Signed

Caveats

  • We do not own the copyright of this code and we are not affiliated with Airtable or the authors of the original package in any way. People asked them for a signed version but it wasn't a priority for them, so we created our own for the time being.
  • These are not built from source, we simply get the existing assemblies from NuGet, sign them and publish them back to NuGet.

How to create your own

  1. Clone the repository
  2. Open the Developer Powershell in Visual Studio or a Command Prompt
  3. Go into the Nuget Package folder
  4. Create a package by calling: nuget pack Airtable.Signed.nuspec

To publish it to a local NuGet libray

To add the package:

  1. nuget add "path to .nupkg file" -source "path to local NuGet feed"

To remove the package:

  1. nuget delete Airtable.Signed x.x.x -source "path to local NuGet feed"

If you want to publish it on NuGet

  1. Purchase a code signing certificate
  2. Register the certificate on nuget.org under your account
  3. nuget sign "path to .nupkg file" -CertificateFingerPrint "your certificate fingerprint" -Timestamper "url to timetamper"
  4. Upload the .nupkg file on nuget.org

About

The original Airtable.NET NuGet package repackaged with signed assemblies

Resources

License

Stars

Watchers

Forks

Packages

No packages published