-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates package versions to v1.1.1 and adds a Changelog (includes entries for v1.1.0 & v1.1.1). Also removes the VersionSuffix property from csproj as they were causing a problem with CI building the packages. We don't really need it anyway, it was a nice to have to separate local builds from official packages.
- Loading branch information
1 parent
b93ebe6
commit 6d01fc8
Showing
3 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# libhonet-dotnet Changelog | ||
|
||
## v1.1.1 | ||
|
||
### Improvements: | ||
|
||
- Add WriteKey and deprecate TeamId (#30) | ||
|
||
### Fixes: | ||
|
||
- Update AddHoneycomb with settings instance to use Action<> (#29) | ||
- Fix typo in VersionSuffux project file property (#31) | ||
- Update default SendFrequency to 10 seconds (#27) | ||
- Stopping the timer before calculating the elapsedmilliseconds (#28) | ||
|
||
## v1.1.0 | ||
|
||
### Improvements: | ||
|
||
- Change the ApiHost setting to include the url scheme (#21) | ||
- Add support for setting the api send target through configuration (#20) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters