Skip to content

Commit

Permalink
Nuget package creation - v1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavminhas committed Jul 30, 2023
1 parent 914237a commit b7096f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.5.nupkg"
NUGET_PACKAGE_NAME_VERSION: "GmailHelper.1.9.6.nupkg"

on:
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project documented here.

## [Released]

## [1.9.6](https://www.nuget.org/packages/GmailHelper/1.9.6) - 2023-07-30
### Changed
- Gmail API dependency update ('1.60.0.3084' -> '1.61.0.3084').

## [1.9.5](https://www.nuget.org/packages/GmailHelper/1.9.5) - 2023-07-23
### Changed
- MimeKitLite dependency update from ('4.1.0' -> '4.1.0.1').
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. MimeKitLite dependency update from ('4.1.0' -&gt; '4.1.0.1').</PackageReleaseNotes>
<Version>1.9.5</Version>
<PackageReleaseNotes>1. Gmail API dependency update ('1.60.0.3084' -&gt; '1.61.0.3084').</PackageReleaseNotes>
<Version>1.9.6</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b7096f7

Please sign in to comment.