Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/install-dotnet-core/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:

echo "Installing .NET SDK $DOTNET_VERSION for $ARCHITECTURE..."
mkdir -p "$INSTALL_DIR"
curl -sSL https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -o dotnet-install.sh
curl --proto '=https' --tlsv1.2 -sSL https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -o dotnet-install.sh
chmod +x dotnet-install.sh
./dotnet-install.sh --version "$DOTNET_VERSION" --install-dir "$INSTALL_DIR" --architecture "$ARCHITECTURE"

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project documented here.

## [Released]

## [1.12.0](https://www.nuget.org/packages/GmailHelper/1.20.0) - 2025-12-05
## [1.12.0](https://www.nuget.org/packages/GmailHelper/1.20.0) - 2025-12-04
### Added
- AddEmailsToMimeMessage() - Validates and adds email addresses to the specified recipient collection.
### Changed
Expand Down