Skip to content

Commit 9b01780

Browse files
committed
Update release notes.
1 parent c836761 commit 9b01780

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Mixpanel/Mixpanel/Mixpanel.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@
1616
<Description>An open source Mixpanel .NET integration library that supports complete Mixpanel API. The main idea of the library is to hide API details allowing you to concentrate on data that you want to analyze. Supported platforms: .NET 4.6.1 and .NET Standard 2.0. It's also well documented, configurable and testable. Check the example usage on the project site.</Description>
1717
<PackageTags>mixpanel;analytics;data;tracking;.NET;netstandard</PackageTags>
1818
<PackageReadmeFile>nuget-readme.md</PackageReadmeFile>
19-
<PackageReleaseNotes>- Sign Mixpanel assembly with a strong name</PackageReleaseNotes>
19+
<PackageReleaseNotes>
20+
- Sign Mixpanel assembly with a strong name
21+
- Update minimal supported versions to .NET Framework 4.6.1 (net461) and .NET Standard 2.0 (netstandard2.0)
22+
- Remove all synchronous methods from (I)MixpanelClient
23+
- Add IgnoreAlias parameter to PeopleDeleteAsync methods
24+
- Add CancellationToken parameter to all asynchronous methods in (I)MixpanelClient
25+
</PackageReleaseNotes>
2026
<SignAssembly>True</SignAssembly>
2127
<AssemblyOriginatorKeyFile>..\..\..\strong-name-key.snk</AssemblyOriginatorKeyFile>
2228
</PropertyGroup>

0 commit comments

Comments
 (0)