Skip to content

Commit

Permalink
Nuget package creation - v1.9.28
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavminhas committed May 24, 2024
1 parent dc48940 commit 42bbfb4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget-Package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Nuget Package

env:
NUGET_PACKAGE_NAME_VERSION: "GmailHelper.1.9.27.nupkg"
NUGET_PACKAGE_NAME_VERSION: "GmailHelper.1.9.28.nupkg"

on:
workflow_dispatch:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ All notable changes to this project documented here.

## [Released]

## [1.9.27](https://www.nuget.org/packages/GmailHelper/1.9.27) - 2024-05-4
## [1.9.28](https://www.nuget.org/packages/GmailHelper/1.9.28) - 2024-05-24
### Changed
- MimeKitLite dependency update from ('4.5.0' -> '4.6.0').

## [1.9.27](https://www.nuget.org/packages/GmailHelper/1.9.27) - 2024-05-04
### Changed
- Gmail API dependency update ('1.68.0.3287' -> '1.68.0.3399').

Expand Down
4 changes: 2 additions & 2 deletions GmailAPIHelper/GmailAPIHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Solution Version:
<PackageId>GmailHelper</PackageId>
<RepositoryType>git</RepositoryType>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReleaseNotes>1. Gmail API dependency update ('1.68.0.3287' -&gt; '1.68.0.3399').</PackageReleaseNotes>
<Version>1.9.27</Version>
<PackageReleaseNotes>1. MimeKitLite dependency update from ('4.5.0' -&gt; '4.6.0').</PackageReleaseNotes>
<Version>1.9.28</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 42bbfb4

Please sign in to comment.