Skip to content

Commit

Permalink
Bump and publish new version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hbulens committed Oct 22, 2021
1 parent c0df69a commit 16f78a6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/Facteur.Attachments.IO/Facteur.Attachments.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>Add attachments using simple IO</Description>
<PackageTags>Facteur;Email;Mail;RazorEngine;Scriban;SendGrid;Graph;SMTP</PackageTags>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Facteur\Facteur.csproj" />
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 @@ -14,7 +14,7 @@
<Description>Create e-mail bodies using the RazorEngine template engine.</Description>
<PackageTags>Facteur;Email;Mail;RazorEngine</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/dimenics/facteur/master/assets/facteur.png?raw=true</PackageIconUrl>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Dime Software</Authors>
<Company>Dime Software</Company>
<Product>Facteur</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Description>Create e-mail bodies using the Scriban template engine.</Description>
<PackageTags>Facteur;Email;Mail;Scriban</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/dimenics/facteur/master/assets/facteur.png?raw=true</PackageIconUrl>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Dime Software</Authors>
<Company>Dime Software</Company>
<Product>Facteur</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>Facteur;Email;Mail;RazorEngine;Scriban;SendGrid;Graph;SMTP</PackageTags>
<Description>ASP.NET Core extensions for facteur.</Description>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Dime Software</Authors>
<Company>Dime Software</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 @@ -14,7 +14,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>Facteur;Email;Mail;Graph;Microsoft</PackageTags>
<Description>Send e-mails using the MS Graph endpoint</Description>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Dime Software</Authors>
<Company>Dime Software</Company>
<Product>Facteur</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageTags>Facteur;Email;Mail</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>Map and resolve e-mail templates using the view model type names</Description>
<Version>1.1.0</Version>
<Version>1.1.1</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 @@ -14,7 +14,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>Facteur;Email;Mail;SendGrid</PackageTags>
<Description>Send e-mails using the SendGrid endpoint</Description>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<Authors>Dime Software</Authors>
<Company>Dime Software</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 @@ -14,7 +14,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>Facteur;Email;Mail;SMTP</PackageTags>
<Description>Send e-mails using SMTP</Description>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Dime Software</Authors>
<Company>Dime Software</Company>
<Product>Facteur</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>Facteur;Email;Mail;IO</PackageTags>
<Description>Store and retrieve e-mail templates in local Windows directories</Description>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Dime Software</Authors>
<Company>Dime Software</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 @@ -21,6 +21,6 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>A modular and composable mailing kit for .NET</Description>
<PackageTags>Facteur;Email;Mail;RazorEngine;Scriban;SendGrid;Graph;SMTP</PackageTags>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
</PropertyGroup>
</Project>

0 comments on commit 16f78a6

Please sign in to comment.