Skip to content

Commit

Permalink
Merge pull request #53 from cmdotcom/up-deps
Browse files Browse the repository at this point in the history
Upped newtonsoft.json
  • Loading branch information
EricSmekens authored Oct 12, 2022
2 parents 8a1db8f + 913996e commit 68d3280
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.5.1] - 2022-10-12
- Upped Newtonsoft.Json

## [2.5.0] - 2022-06-17
- Add Telegram

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.5.0</Version>
<Version>2.5.1</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.5.0.0</AssemblyVersion>
<FileVersion>2.5.0.0</FileVersion>
<AssemblyVersion>2.5.1.0</AssemblyVersion>
<FileVersion>2.5.1.0</FileVersion>
</PropertyGroup>

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

</Project>

0 comments on commit 68d3280

Please sign in to comment.