Skip to content

Commit c90791d

Browse files
committed
docs: update CHANGELOG.md, remove rollbacked ItemGroups
1 parent 5019a9f commit c90791d

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## 1.9.0 [unreleased]
22

3+
### Features
4+
1. [#96](https://github.com/influxdata/influxdb-client-csharp/pull/96): The PointData builder is now immutable
5+
36
### API
4-
1. [#94](https://github.com/influxdata/influxdb-client-csharppull/94): Update swagger to latest version
7+
1. [#94](https://github.com/influxdata/influxdb-client-csharp/pull/94): Update swagger to latest version
58

69
### Bug Fixes
710
1. [#100](https://github.com/influxdata/influxdb-client-csharp/pull/100): Thread-safety disposing of clients

Client.Core/Client.Core.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,4 @@
3939
<PackageReference Include="System.Net.Http" Version="4.3.4" />
4040
</ItemGroup>
4141

42-
<ItemGroup>
43-
<Folder Include="InfluxDB.Client.Api.Domain" />
44-
</ItemGroup>
45-
46-
<ItemGroup>
47-
<Compile Remove="InfluxDB.Client.Api.Domain\WritePrecision.cs" />
48-
<Compile Remove="Writes\Events.cs" />
49-
</ItemGroup>
50-
5142
</Project>

0 commit comments

Comments
 (0)