Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

nhs-digital-gp-it-futures/BuyingCatalogueEmailClient

Repository files navigation

BuyingCatalogueEmailClient

.NET 5 MyGet

This repo contains the Buying Catalogue Email Client library, which contains the functionality to send an e-mail to a recipient. The library is packaged as a NuGet package available in the Buying Catalogue MyGet feed.

Installing the package

Prerequisites

Make sure the repository has a NuGet.config file at the solution directory level with the following contents.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="MyGet" value="https://www.myget.org/F/buyingcatalogue/api/v3/index.json" />
    <add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
  </packageSources>
</configuration>

Installing the latest version

Run the following commmand in the package manager console.

Install-Package NHSD.BuyingCatalogue.EmailClient

Install a specific version

Run the following command in the package manager console.

Install-Package NHSD.BuyingCatalogue.EmailClient -Version 1.2.3

Where 1.2.3 is replaced with the relevant version number.

About

The Buying Catalogue e-mail client NuGet package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages