Skip to content

Commit

Permalink
Update .NET Framework version in documentation
Browse files Browse the repository at this point in the history
Update references to .NET 3.5 SP1 to .NET 4.0.
  • Loading branch information
martincostello committed Jun 3, 2016
1 parent a5b02df commit 5ce4464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Added overloads to support specifying the name of the Initial Catalog using the
# SqlLocalDb v1.15.0.0

## Changes
* The assembly now targets .NET 4.0 instead of .NET 3.5.
* The assembly now targets .NET 4.0 instead of .NET 3.5 SP1.
* The HRESULT values from the SQL LocalDB Instance API logged in error messages are now formatted as hexadecimal values.
* A warning is logged if the configured version of the SQL LocalDB Instance API to load instead of the latest version cannot be found.
* Fixed ```TemporarySqlLocalDbInstance``` so it no longer throws an exception when disposed if the temporary SQL LocalDB instance could not be stopped or deleted.
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Overview

SQL LocalDB Wrapper is a .NET 3.5 assembly providing interop with the [Microsoft SQL Server LocalDB](http://msdn.microsoft.com/en-us/library/hh510202.aspx) native API from managed code using .NET APIs.
SQL LocalDB Wrapper is a .NET 4.0 assembly providing interop with the [Microsoft SQL Server LocalDB](http://msdn.microsoft.com/en-us/library/hh510202.aspx) native API from managed code using .NET APIs.

It is designed to support use of dependency injection by consumers by implementing interfaces, and is also designed to fit with the other data access providers defined under the System.Data namespaces.

Expand Down

0 comments on commit 5ce4464

Please sign in to comment.