Skip to content

Commit

Permalink
Merge pull request #30 from cmdotcom/2.0.4-release
Browse files Browse the repository at this point in the history
2.0.4 release
  • Loading branch information
EricSmekens authored May 20, 2021
2 parents b0ed4bd + a5f1ee2 commit 43fc14b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.4] - 2021-05-20
- Added media en description to ReplySuggestion

## [2.0.3] - 2021-04-08
- Add Facebook Messenger and Google Business Messages channel

Expand Down
8 changes: 4 additions & 4 deletions CM.Text/CM.Text.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
<Copyright>2020 CM.com</Copyright>
<PackageLicenseUrl>https://mit-license.org</PackageLicenseUrl>
<PackageReleaseNotes>See CHANGELOG.md for details</PackageReleaseNotes>
<Version>2.0.3</Version>
<Version>2.0.4</Version>
<PackageIconUrl>http://static.cmtelecom.com/images/cm-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/cmdotcom/text-sdk-dotnet</PackageProjectUrl>
<NeutralLanguage>en</NeutralLanguage>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyVersion>2.0.3.0</AssemblyVersion>
<FileVersion>2.0.3.0</FileVersion>
<AssemblyVersion>2.0.4.0</AssemblyVersion>
<FileVersion>2.0.4.0</FileVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 43fc14b

Please sign in to comment.