Skip to content

Commit

Permalink
Prepare for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tekgator committed Dec 25, 2022
1 parent 7b0026f commit eb0b992
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.

## [Unreleased]


## [1.2.0] - 2022-12-25
### Added
- Add UserAgent to HTTP client if not already set by the calling assembly
- Set default Accept Heager on HTTP client
- Add Model JarDetailsExt to include Type, Category and DownloadUrl
- Add ServerJarsExt class which returns the JarTypes as dictionary by default and the JarDetailsExt instead of JarDetails

### Changed
- Changed dispose HTTP client flag in ServerJars constructor to be TRUE as a default
- Adjusted README to include description for ServerJarsExt


## [1.1.1] - 2022-12-06
### Changed
- Replace ToList with AsDictionary extension
Expand Down

0 comments on commit eb0b992

Please sign in to comment.