Skip to content

Commit

Permalink
Merge pull request #57 from abhinavminhas/dev
Browse files Browse the repository at this point in the history
Nuget Package Creation - v1.9.8
  • Loading branch information
abhinavminhas authored Aug 14, 2023
2 parents f567b9c + a62bfb5 commit f472ac3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 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.7.nupkg"
NUGET_PACKAGE_NAME_VERSION: "GmailHelper.1.9.8.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.8](https://www.nuget.org/packages/GmailHelper/1.9.8) - 2023-08-14
### Changed
- Gmail API dependency update ('1.61.0.3098' -> '1.61.0.3105').

## [1.9.7](https://www.nuget.org/packages/GmailHelper/1.9.7) - 2023-08-06
### Changed
- Gmail API dependency update ('1.61.0.3084' -> '1.61.0.3098').
Expand Down
4 changes: 2 additions & 2 deletions GmailAPIHelper.NET.Tests/GmailAPIHelper.NET.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<Reference Include="Google.Apis.Core, Version=1.61.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Core.1.61.0\lib\net45\Google.Apis.Core.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Gmail.v1, Version=1.61.0.3098, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Gmail.v1.1.61.0.3098\lib\net45\Google.Apis.Gmail.v1.dll</HintPath>
<Reference Include="Google.Apis.Gmail.v1, Version=1.61.0.3105, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.Gmail.v1.1.61.0.3105\lib\net45\Google.Apis.Gmail.v1.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.PlatformServices, Version=1.61.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Apis.1.61.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion GmailAPIHelper.NET.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="Google.Apis" version="1.61.0" targetFramework="net461" />
<package id="Google.Apis.Auth" version="1.61.0" targetFramework="net461" />
<package id="Google.Apis.Core" version="1.61.0" targetFramework="net461" />
<package id="Google.Apis.Gmail.v1" version="1.61.0.3098" targetFramework="net461" />
<package id="Google.Apis.Gmail.v1" version="1.61.0.3105" targetFramework="net461" />
<package id="MimeKitLite" version="4.1.0.1" targetFramework="net461" />
<package id="MSTest.TestAdapter" version="2.2.8" targetFramework="net461" />
<package id="MSTest.TestFramework" version="2.2.8" targetFramework="net461" />
Expand Down
6 changes: 3 additions & 3 deletions GmailAPIHelper/GmailAPIHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Solution Version:
<PackageId>GmailHelper</PackageId>
<RepositoryType>git</RepositoryType>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReleaseNotes>1. Gmail API dependency update ('1.61.0.3084' -&gt; '1.61.0.3098').</PackageReleaseNotes>
<Version>1.9.7</Version>
<PackageReleaseNotes>1. Gmail API dependency update ('1.61.0.3098' -&gt; '1.61.0.3105').</PackageReleaseNotes>
<Version>1.9.8</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Apis.Gmail.v1" Version="1.61.0.3098" />
<PackageReference Include="Google.Apis.Gmail.v1" Version="1.61.0.3105" />
<PackageReference Include="MimeKitLite" Version="4.1.0.1" />
</ItemGroup>

Expand Down

0 comments on commit f472ac3

Please sign in to comment.