Skip to content

Commit f80f3d4

Browse files
committed
Merge branch '6.9' of myrepo.no.oracle.com:connector-net into 6.9
2 parents 9444227 + d25b139 commit f80f3d4

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ doubt, this particular copy of the software is released
66
under the version 2 of the GNU General Public License.
77
MySQL Connector/Net is brought to you by Oracle.
88

9-
Copyright (c) 2004, 2017 Oracle and/or its affiliates. All rights reserved.
9+
Copyright (c) 2004, 2018 Oracle and/or its affiliates. All rights reserved.
1010

1111
License information can be found in the COPYING file.
1212

Source/MySql.Data/Properties/VersionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2004, 2017 Oracle and/or its affiliates. All rights reserved.
1+
// Copyright © 2004, 2018 Oracle and/or its affiliates. All rights reserved.
22
//
33
// MySQL Connector/NET is licensed under the terms of the GPLv2
44
// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
@@ -38,6 +38,6 @@
3838
// You can specify all the values or you can default the Revision and Build Numbers
3939
// by using the '*' as shown below:
4040

41-
[assembly: AssemblyVersion("6.9.10")]
42-
[assembly: AssemblyInformationalVersion("6.9.10")]
41+
[assembly: AssemblyVersion("6.9.11")]
42+
[assembly: AssemblyInformationalVersion("6.9.11")]
4343
[assembly: NeutralResourcesLanguage("en-US")]

Tests/MySql.Data.Tests/MySql.Data.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\..\packages\XunitXml.TestLogger.2.0.0\build\net45\XunitXml.TestLogger.props" Condition="Exists('..\..\packages\XunitXml.TestLogger.2.0.0\build\net45\XunitXml.TestLogger.props')" />
34
<Import Project="..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
45
<Choose>
56
<When Condition="$(SolutionName) == 'MySQLClient-4.0'">
@@ -281,6 +282,7 @@
281282
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
282283
</PropertyGroup>
283284
<Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
285+
<Error Condition="!Exists('..\..\packages\XunitXml.TestLogger.2.0.0\build\net45\XunitXml.TestLogger.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\XunitXml.TestLogger.2.0.0\build\net45\XunitXml.TestLogger.props'))" />
284286
</Target>
285287
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
286288
Other similar extension points exist, see Microsoft.Common.targets.

Tests/MySql.Data.Tests/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<packages>
33
<package id="xunit" version="1.9.2" targetFramework="net46" />
44
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
5+
<package id="XunitXml.TestLogger" version="2.0.0" targetFramework="net45" />
56
</packages>

0 commit comments

Comments
 (0)