Skip to content

Commit cc573f3

Browse files
committed
Release notes for 2.8.0.
1 parent d355b74 commit cc573f3

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

Release Notes/Release Notes v2.8.0.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
# .NET Driver Version 2.8.0 Release Notes
22

3-
This file is a place holder.
3+
This is a minor release.
4+
5+
An online version of these release notes is available at:
6+
7+
<https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.8.0.md>
8+
9+
The list of JIRA tickets resolved in this release is available at:
10+
11+
<https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.8.0%20ORDER%20BY%20key%20ASC>
12+
13+
Documentation on the .NET driver can be found at:
14+
15+
<http://mongodb.github.io/mongo-csharp-driver/>
16+
17+
## Upgrading
18+
19+
* The minimum .NET Framework version we support has been changed from 4.5 to 4.5.2.
20+
21+
* If you were having compatibility problems when adding a dependency (either directly or indirectly) on either
22+
System.Runtime.InteropServices.RuntimeInformation or DnsClient this is a recommended upgrade. We now depend
23+
on the latest version of those packages.

0 commit comments

Comments
 (0)