Skip to content

Commit 662cd84

Browse files
committed
update version
1 parent 06e4f13 commit 662cd84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Analytics-CSharp/Analytics-CSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<Authors>Segment, Inc</Authors>
1212
<Description>The hassle-free way to add analytics to your C# app.</Description>
13-
<Version>0.3.0</Version>
13+
<Version>1.0.0</Version>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<RepositoryUrl>https://github.com/segmentio/Analytics-CSharp</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ To get started with the Analytics-CSharp library:
4040
| `defaultSettings` | Default set to `{}`. <br> The settings object used as fallback in case of network failure. |
4141
| `flushAt` | Default set to `20`. <br> The count of events at which Segment flushes events. |
4242
| `flushInterval` | Default set to `30` (seconds). <br> The interval in seconds at which Segment flushes events. |
43+
| `exceptionHandler` | set a an exception handler to handle errors happened in async methods within the analytics scope |
4344
4445
## Tracking Methods
4546

0 commit comments

Comments
 (0)