From e0303462af71802fdd1785e362b9988b38cfdaaa Mon Sep 17 00:00:00 2001 From: Hendrik Bulens Date: Mon, 15 Feb 2021 09:30:36 +0100 Subject: [PATCH] Publish packages to nuget.org --- README.md | 3 +-- docs/_config.yml | 2 +- docs/index.md | 16 ++++++++++++++-- .../Facteur.Compilers.Razor.csproj | 2 +- .../Facteur.Compilers.Scriban.csproj | 2 +- ...Facteur.Extensions.DependencyInjection.csproj | 2 +- src/Facteur.MsGraph/Facteur.MsGraph.csproj | 2 +- .../Facteur.Resolvers.ViewModel.csproj | 2 +- src/Facteur.SendGrid/Facteur.SendGrid.csproj | 2 +- src/Facteur.Smtp/Facteur.Smtp.csproj | 2 +- .../Facteur.TemplateProviders.IO.csproj | 2 +- src/Facteur/Facteur.csproj | 2 +- 12 files changed, 25 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 59d1513..e213c8c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ +

Facteur (French for mailman) is a library for sending e-mails in .NET. Its modular approach allows you to assemble a mail system rather than using a take-it-or-leave it service. @@ -43,8 +44,6 @@ Lastly and obviously, there are the various mail services, also known as **endpo ## Installation -> 🚧 Warning: the packages are not available yet on NuGet. - Use the package manager NuGet to install the base library of Facteur: `dotnet add package Facteur` diff --git a/docs/_config.yml b/docs/_config.yml index 9f693ce..963631a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,6 +1,6 @@ theme: jekyll-theme-cayman title: Facteur -description: Facteur, the mailing kit for .NET. +description: The mailing kit for .NET. color: header: "#000" gradient_left: "#6e62b5" diff --git a/docs/index.md b/docs/index.md index 6029d3e..80828e8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,19 @@ ## Facteur +

+ + + + + + + + + + + +

+ ### About the project The entire premise of this project is to provide a flexible and modular mailing kit. Applications should not be bound by one specific mailing service. If you get blacklisted by a mailing service or if the performance is unacceptable, you should be able to swap providers without modifying a single line of code. @@ -24,8 +38,6 @@ Lastly and obviously, there are the various mail services, also known as **endpo ### Installation -> 🚧 Warning: the packages are not available yet on NuGet. - Use the package manager NuGet to install the base library of Facteur: `dotnet add package Facteur` diff --git a/src/Facteur.Compilers.Razor/Facteur.Compilers.Razor.csproj b/src/Facteur.Compilers.Razor/Facteur.Compilers.Razor.csproj index f2b5570..4522bbe 100644 --- a/src/Facteur.Compilers.Razor/Facteur.Compilers.Razor.csproj +++ b/src/Facteur.Compilers.Razor/Facteur.Compilers.Razor.csproj @@ -11,7 +11,7 @@ MIT Razor engine body builder for the facteur e-mail kit. https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true - 1.0.0-beta.6 + 1.0.0-beta.7 Dimenics Dimenics Facteur diff --git a/src/Facteur.Compilers.Scriban/Facteur.Compilers.Scriban.csproj b/src/Facteur.Compilers.Scriban/Facteur.Compilers.Scriban.csproj index 473b368..74832ff 100644 --- a/src/Facteur.Compilers.Scriban/Facteur.Compilers.Scriban.csproj +++ b/src/Facteur.Compilers.Scriban/Facteur.Compilers.Scriban.csproj @@ -11,7 +11,7 @@ MIT Scriban compiler for the facteur e-mail kit. https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true - 1.0.0-beta.6 + 1.0.0-beta.7 Dimenics Dimenics Facteur diff --git a/src/Facteur.Extensions.DependencyInjection/Facteur.Extensions.DependencyInjection.csproj b/src/Facteur.Extensions.DependencyInjection/Facteur.Extensions.DependencyInjection.csproj index fc20249..becce44 100644 --- a/src/Facteur.Extensions.DependencyInjection/Facteur.Extensions.DependencyInjection.csproj +++ b/src/Facteur.Extensions.DependencyInjection/Facteur.Extensions.DependencyInjection.csproj @@ -10,7 +10,7 @@ https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true MIT ASP.NET Core extensions for facteur. - 1.0.0-beta.6 + 1.0.0-beta.7 Dimenics Dimenics Facteur diff --git a/src/Facteur.MsGraph/Facteur.MsGraph.csproj b/src/Facteur.MsGraph/Facteur.MsGraph.csproj index 1b07d48..e927f65 100644 --- a/src/Facteur.MsGraph/Facteur.MsGraph.csproj +++ b/src/Facteur.MsGraph/Facteur.MsGraph.csproj @@ -11,7 +11,7 @@ https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true MIT MS Graph API endpoint for the facteur e-mail kit. - 1.0.0-beta.6 + 1.0.0-beta.7 Dimenics Dimenics Facteur diff --git a/src/Facteur.Resolvers.ViewModel/Facteur.Resolvers.ViewModel.csproj b/src/Facteur.Resolvers.ViewModel/Facteur.Resolvers.ViewModel.csproj index cf49461..04e6bcf 100644 --- a/src/Facteur.Resolvers.ViewModel/Facteur.Resolvers.ViewModel.csproj +++ b/src/Facteur.Resolvers.ViewModel/Facteur.Resolvers.ViewModel.csproj @@ -22,7 +22,7 @@ https://github.com/dimenics/facteur MIT Facteur e-mail kit resolver using view model - 1.0.0-beta.6 + 1.0.0-beta.7 diff --git a/src/Facteur.SendGrid/Facteur.SendGrid.csproj b/src/Facteur.SendGrid/Facteur.SendGrid.csproj index 7a5c98c..863919b 100644 --- a/src/Facteur.SendGrid/Facteur.SendGrid.csproj +++ b/src/Facteur.SendGrid/Facteur.SendGrid.csproj @@ -11,7 +11,7 @@ https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true MIT SendGrid endpoint for the facteur e-mail kit. - 1.0.0-beta.6 + 1.0.0-beta.7 Dimenics Dimenics Facteur diff --git a/src/Facteur.Smtp/Facteur.Smtp.csproj b/src/Facteur.Smtp/Facteur.Smtp.csproj index e857ab2..c3cd116 100644 --- a/src/Facteur.Smtp/Facteur.Smtp.csproj +++ b/src/Facteur.Smtp/Facteur.Smtp.csproj @@ -11,7 +11,7 @@ https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true MIT SMTP endpoint for the facteur e-mail kit. - 1.0.0-beta.6 + 1.0.0-beta.7 Dimenics Dimenics Facteur diff --git a/src/Facteur.TemplateProviders.IO/Facteur.TemplateProviders.IO.csproj b/src/Facteur.TemplateProviders.IO/Facteur.TemplateProviders.IO.csproj index d3c0e06..9fd92ca 100644 --- a/src/Facteur.TemplateProviders.IO/Facteur.TemplateProviders.IO.csproj +++ b/src/Facteur.TemplateProviders.IO/Facteur.TemplateProviders.IO.csproj @@ -11,7 +11,7 @@ https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true MIT IO for facteur. - 1.0.0-beta.6 + 1.0.0-beta.7 Dimenics Dimenics Facteur diff --git a/src/Facteur/Facteur.csproj b/src/Facteur/Facteur.csproj index 680df19..ef90dfe 100644 --- a/src/Facteur/Facteur.csproj +++ b/src/Facteur/Facteur.csproj @@ -22,7 +22,7 @@ https://github.com/dimenics/facteur MIT Facteur e-mail kit base library. - 1.0.0-beta.6 + 1.0.0-beta.7 Full \ No newline at end of file