GithubHelp home page GithubHelp logo

coralogix.sdk.signed's Introduction

Coralogix.SDK.Signed

If you're stuck needing strong-named assemblies, but you still want to use Coralogix, 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: Coralogix.SDK
This package: Coralogix.SDK.Signed

Caveats

  • We do not own the copyright of this code and we are not affiliated with Coralogix in any way. We 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 Coralogix.SDK.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 Coralogix.SDK.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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.