Skip to content

Commit

Permalink
Publish packages to nuget.org
Browse files Browse the repository at this point in the history
  • Loading branch information
hbulens committed Feb 15, 2021
1 parent 350b126 commit e030346
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 14 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<a href="https://gitter.im/facteur-dotnet/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge">
<img src="https://badges.gitter.im/facteur-dotnet/community.svg">
</a>
<img src="https://img.shields.io/nuget/v/facteur" />
</p>

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.
Expand Down Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
16 changes: 14 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Facteur

<p>
<img src="https://dev.azure.com/dimenicsbe/Utilities/_apis/build/status/dimenics.facteur?branchName=master" />
<img src="https://img.shields.io/azure-devops/coverage/dimenicsbe/utilities/177" />
<img src="https://img.shields.io/badge/License-MIT-blue.svg" />
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" />
<a href="https://github.com/dimenics/facteur/discussions">
<img src="https://img.shields.io/badge/chat-discussions-green">
</a>
<a href="https://gitter.im/facteur-dotnet/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge">
<img src="https://badges.gitter.im/facteur-dotnet/community.svg">
</a>
<img src="https://img.shields.io/nuget/v/facteur" />
</p>

### 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.
Expand All @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion src/Facteur.Compilers.Razor/Facteur.Compilers.Razor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>Razor engine body builder for the facteur e-mail kit.</Description>
<PackageIconUrl>https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true</PackageIconUrl>
<Version>1.0.0-beta.6</Version>
<Version>1.0.0-beta.7</Version>
<Authors>Dimenics</Authors>
<Company>Dimenics</Company>
<Product>Facteur</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>Scriban compiler for the facteur e-mail kit.</Description>
<PackageIconUrl>https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true</PackageIconUrl>
<Version>1.0.0-beta.6</Version>
<Version>1.0.0-beta.7</Version>
<Authors>Dimenics</Authors>
<Company>Dimenics</Company>
<Product>Facteur</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>ASP.NET Core extensions for facteur.</Description>
<Version>1.0.0-beta.6</Version>
<Version>1.0.0-beta.7</Version>
<Authors>Dimenics</Authors>
<Company>Dimenics</Company>
<Product>Facteur</Product>
Expand Down
2 changes: 1 addition & 1 deletion src/Facteur.MsGraph/Facteur.MsGraph.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>MS Graph API endpoint for the facteur e-mail kit.</Description>
<Version>1.0.0-beta.6</Version>
<Version>1.0.0-beta.7</Version>
<Authors>Dimenics</Authors>
<Company>Dimenics</Company>
<Product>Facteur</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageProjectUrl>https://github.com/dimenics/facteur</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>Facteur e-mail kit resolver using view model</Description>
<Version>1.0.0-beta.6</Version>
<Version>1.0.0-beta.7</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Facteur.SendGrid/Facteur.SendGrid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>SendGrid endpoint for the facteur e-mail kit.</Description>
<Version>1.0.0-beta.6</Version>
<Version>1.0.0-beta.7</Version>
<Authors>Dimenics</Authors>
<Company>Dimenics</Company>
<Product>Facteur</Product>
Expand Down
2 changes: 1 addition & 1 deletion src/Facteur.Smtp/Facteur.Smtp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>SMTP endpoint for the facteur e-mail kit.</Description>
<Version>1.0.0-beta.6</Version>
<Version>1.0.0-beta.7</Version>
<Authors>Dimenics</Authors>
<Company>Dimenics</Company>
<Product>Facteur</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/dimenics/facteur/master/assets/letter.png?raw=true</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>IO for facteur.</Description>
<Version>1.0.0-beta.6</Version>
<Version>1.0.0-beta.7</Version>
<Authors>Dimenics</Authors>
<Company>Dimenics</Company>
<Product>Facteur</Product>
Expand Down
2 changes: 1 addition & 1 deletion src/Facteur/Facteur.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageProjectUrl>https://github.com/dimenics/facteur</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>Facteur e-mail kit base library.</Description>
<Version>1.0.0-beta.6</Version>
<Version>1.0.0-beta.7</Version>
<DebugType>Full</DebugType>
</PropertyGroup>
</Project>

0 comments on commit e030346

Please sign in to comment.