Skip to content

Commit

Permalink
Prepare v1.1.1. release (#32)
Browse files Browse the repository at this point in the history
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
MikeGoldsmith authored Mar 29, 2021
1 parent b93ebe6 commit 6d01fc8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGLOG.md
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)
3 changes: 1 addition & 2 deletions src/Honeycomb.AspNetCore/Honeycomb.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<PackageId>Honeycomb.AspNetCore</PackageId>
<VersionPrefix>1.1.0</VersionPrefix>
<VeresionSuffix>local</VeresionSuffix>
<VersionPrefix>1.1.1</VersionPrefix>
<Authors>Hoenycomb</Authors>
<Company>Honeycomb</Company>
<Title>Client package for Honeycomb.io</Title>
Expand Down
3 changes: 1 addition & 2 deletions src/Honeycomb/Honeycomb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Honeycomb</PackageId>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>local</VersionSuffix>
<VersionPrefix>1.1.1</VersionPrefix>
<Authors>Hoenycomb</Authors>
<Company>Honeycomb</Company>
<Title>Client package for Honeycomb.io</Title>
Expand Down

0 comments on commit 6d01fc8

Please sign in to comment.