Skip to content

Commit 4ab9ff4

Browse files
Add the changelog.
1 parent 3cb036a commit 4ab9ff4

File tree

6 files changed

+58
-3
lines changed

6 files changed

+58
-3
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# PosInformatique.Foundations.Emailing.Azure
2+
3+
## Changelog
4+
5+
### 1.1.0
6+
7+
#### PosInformatique.Foundations.Emailing
8+
- Add the support to send emails with attachments.
9+
10+
#### PosInformatique.Foundations.Emailing.Azure
11+
- Add the support to send emails with attachments.
12+
13+
#### PosInformatique.Foundations.Emailing.Graph
14+
- Add the support to send emails with attachments.
15+
16+
### 1.0.0
17+
- Initial version of the following packages:
18+
- [PosInformatique.Foundations.EmailAddresses](./src/EmailAddresses/README.md)
19+
- [PosInformatique.Foundations.EmailAddresses.EntityFramework](./src/EmailAddresses.EntityFramework/README.md)
20+
- [PosInformatique.Foundations.EmailAddresses.FluentValidation](./src/EmailAddresses.FluentValidation/README.md)
21+
- [PosInformatique.Foundations.EmailAddresses.Json](./src/EmailAddresses.Json/README.md)
22+
- [PosInformatique.Foundations.Emailing](./src/Emailing/README.md)
23+
- [PosInformatique.Foundations.Emailing.Azure](./src/Emailing.Azure/README.md)
24+
- [PosInformatique.Foundations.Emailing.Graph](./src/Emailing.Graph/README.md)
25+
- [PosInformatique.Foundations.Emailing.Templates.Razor](./src/Emailing.Templates.Razor/README.md)
26+
- [PosInformatique.Foundations.MediaTypes](./src/MediaTypes/README.md)
27+
- [PosInformatique.Foundations.MediaTypes.EntityFramework](./src/MediaTypes.EntityFramework/README.md)
28+
- [PosInformatique.Foundations.MediaTypes.Json](./src/MediaTypes.Json/README.md)
29+
- [PosInformatique.Foundations.People](./src/People/README.md)
30+
- [PosInformatique.Foundations.People.DataAnnotations](./src/People.DataAnnotations/README.md)
31+
- [PosInformatique.Foundations.People.EntityFramework](./src/People.EntityFramework/README.md)
32+
- [PosInformatique.Foundations.People.FluentAssertions](./src/People.FluentAssertions/README.md)
33+
- [PosInformatique.Foundations.People.FluentValidation](./src/People.FluentValidation/README.md)
34+
- [PosInformatique.Foundations.People.Json](./src/People.Json/README.md)
35+
- [PosInformatique.Foundations.PhoneNumbers](./src/PhoneNumbers/README.md)
36+
- [PosInformatique.Foundations.PhoneNumbers.EntityFramework](./src/PhoneNumbers.EntityFramework/README.md)
37+
- [PosInformatique.Foundations.PhoneNumbers.FluentValidation](./src/PhoneNumbers.FluentValidation/README.md)
38+
- [PosInformatique.Foundations.PhoneNumbers.Json](./src/PhoneNumbers.Json/README.md)
39+
- [PosInformatique.Foundations.Text.Templating](./src/Text.Templating/README.md)
40+
- [PosInformatique.Foundations.Text.Templating.Razor](./src/Text.Templating.Razor/README.md)
41+
- [PosInformatique.Foundations.Text.Templating.Scriban](./src/Text.Templating.Scriban/README.md)

PosInformatique.Foundations.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Folder Name="/00 - Solution Items/">
33
<File Path=".editorconfig" />
44
<File Path=".gitignore" />
5+
<File Path="CHANGELOG.md" />
56
<File Path="CodeCoverage.runsettings" />
67
<File Path="Directory.Build.props" />
78
<File Path="Directory.Packages.props" />

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ You can install any package using the .NET CLI or NuGet Package Manager.
6060
- Get lightweight, modular libraries tailored to single responsibilities.
6161
- Add missing building blocks to your projects without introducing a heavyweight framework.
6262

63+
## 📜 Changelog
64+
Each package maintains its own changelog in its respective `CHANGELOG.md` file located in the package's source directory, but
65+
for your convenience, we also provide a consolidated [changelog here](./CHANGELOG.md).
66+
6367
## 📌 .NET and dependency compatibility
6468

6569
All [PosInformatique.Foundations](https://github.com/PosInformatique/PosInformatique.Foundations) packages are designed to be compatible with **.NET 8.0**, **.NET 9.0** and **.NET 10.0**.

src/Emailing.Azure/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
1.0.0
1+
1.1.0
2+
- Add the support to send emails with attachments using Azure Communication Service Emailing provider.
3+
4+
1.0.0
25
- Initial release with Azure Communication Service Emailing provider.

src/Emailing.Graph/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
1.0.0
1+
1.1.0
2+
- Add the support to send emails with attachments using Microsoft Graph Emailing provider.
3+
4+
1.0.0
25
- Initial release with Microsoft Graph Emailing provider.

src/Emailing/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
1.0.0
1+
1.1.0
2+
- Add the support to send emails with attachments.
3+
4+
1.0.0
25
- Initial release with Emailing infrastructure.

0 commit comments

Comments
 (0)