Skip to content

Commit

Permalink
Bump versions to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hbulens committed Jul 8, 2024
1 parent 37d1531 commit 5c6903a
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>2.0.0</Version>
<Version>2.1.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Description>Create email bodies using the Scriban template engine.</Description>
<PackageTags>Facteur;Email;Mail;Scriban</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/dimesoftware/facteur/master/assets/facteur.png?raw=true</PackageIconUrl>
<Version>2.0.0</Version>
<Version>2.1.0</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>2.0.0</Version>
<Version>2.1.0</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 emails using the MS Graph endpoint</Description>
<Version>2.0.0</Version>
<Version>2.1.0</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 email templates using the view model type names</Description>
<Version>2.0.0</Version>
<Version>2.1.0</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 emails using the SendGrid endpoint</Description>
<Version>2.0.0</Version>
<Version>2.1.0</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 emails using SMTP</Description>
<Version>2.0.0</Version>
<Version>2.1.0</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 email templates in local Windows directories</Description>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<Authors>Dime Software</Authors>
<Company>Dime Software</Company>
<Product>Facteur</Product>
Expand Down
2 changes: 1 addition & 1 deletion src/Facteur/Compose/IEmailComposer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public interface IEmailComposer

IEmailComposer To(params string[] to);

[Obsolete("Use Css method instead")]
[Obsolete("Use Cc method instead")]
IEmailComposer SetCc(params string[] cc);

IEmailComposer Cc(params string[] cc);
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,7 +21,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>A modular and composable mailing kit for .NET</Description>
<PackageTags>Facteur;Email;Mail;RazorEngine;Scriban;SendGrid;Graph;SMTP</PackageTags>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down

0 comments on commit 5c6903a

Please sign in to comment.