Skip to content

Commit

Permalink
Merge pull request #8 from make-software/release-2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
davidatwhiletrue authored Feb 20, 2024
2 parents 3028a98 + 36ee84a commit 38ac4c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,19 @@ All notable changes to this project will be documented in this file. The format
[comment]: <> (Fixed: any bug fixes)
[comment]: <> (Security: in case of vulnerabilities)

## [2.0.0]

### Changed

* Updated .NET Framework to 7.0
* Updated npm dependencies for Ledger integration

## [1.0.0]

### Added
* Initial release of Casper .NET SDK Web library.

[2.0.0]: https://github.com/make-software/casper-net-sdk-web/releases/tag/v2.0.0
[1.0.0]: https://github.com/make-software/casper-net-sdk-web/releases/tag/v1.0.0

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
6 changes: 3 additions & 3 deletions Casper.Network.SDK.Web/Casper.Network.SDK.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0</FileVersion>
<PackageVersion>1.1.0</PackageVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<PackageVersion>2.0.0</PackageVersion>
<Title>Casper.Network.SDK.Web</Title>
<Authors>make-software</Authors>
<PackageProjectUrl>https://github.com/make-software/casper-net-sdk-web</PackageProjectUrl>
Expand Down

0 comments on commit 38ac4c8

Please sign in to comment.