Skip to content

Commit 7befa03

Browse files
committed
update changelog and bump version
1 parent 337b9d6 commit 7befa03

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ChangeLog - DataStax C# Driver
22

3+
## 3.19.1
4+
5+
2023-01-19
6+
7+
### Bug fixes
8+
9+
* [[CSHARP-989](https://datastax-oss.atlassian.net/browse/CSHARP-989)] Fix writetime support in LINQ
10+
311
## 3.19.0
412

513
2022-12-22

src/Cassandra/Cassandra.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<Copyright>Copyright © by DataStax</Copyright>
55
<AssemblyTitle>DataStax C# Driver for Apache Cassandra</AssemblyTitle>
66
<AssemblyVersion>3.99.0.0</AssemblyVersion>
7-
<FileVersion>3.19.0.0</FileVersion>
8-
<VersionPrefix>3.19.0</VersionPrefix>
7+
<FileVersion>3.19.1.0</FileVersion>
8+
<VersionPrefix>3.19.1</VersionPrefix>
99
<Authors>DataStax</Authors>
1010
<TargetFrameworks Condition="'$(BuildCoreOnly)' != 'True'">net452;netstandard2.0</TargetFrameworks>
1111
<TargetFramework Condition="'$(BuildCoreOnly)' == 'True'">netstandard2.0</TargetFramework>

src/Extensions/Cassandra.AppMetrics/Cassandra.AppMetrics.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<Description>This package builds on the DataStax Enterprise C# driver and DataStax C# Driver for Apache Cassandra, adding a metrics provider implementation using App Metrics.</Description>
55
<Copyright>Copyright © by DataStax</Copyright>
66
<AssemblyVersion>3.99.0.0</AssemblyVersion>
7-
<FileVersion>3.19.0.0</FileVersion>
8-
<VersionPrefix>3.19.0</VersionPrefix>
7+
<FileVersion>3.19.1.0</FileVersion>
8+
<VersionPrefix>3.19.1</VersionPrefix>
99
<Authors>DataStax</Authors>
1010
<TargetFrameworks Condition="'$(BuildCoreOnly)' != 'True'">netstandard2.0;net461</TargetFrameworks>
1111
<TargetFrameworks Condition="'$(BuildCoreOnly)' == 'True'">netstandard2.0</TargetFrameworks>

0 commit comments

Comments
 (0)