Skip to content

Commit d435747

Browse files
authored
Merge pull request #10 from Muhand/Development
Updated the EXAMPLES to work with v1.1.0
2 parents ed842ed + 365cf4d commit d435747

File tree

164 files changed

+39330
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+39330
-91
lines changed
47 KB
Binary file not shown.
Binary file not shown.

Examples/Delete/Delete/Delete/App.config

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
<system.data>
77
<DbProviderFactories>
88
<remove invariant="MySql.Data.MySqlClient" />
9-
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
9+
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=8.0.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
1010
</DbProviderFactories>
11-
</system.data></configuration>
11+
</system.data>
12+
<runtime>
13+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
14+
<dependentAssembly>
15+
<assemblyIdentity name="Google.Protobuf" publicKeyToken="a7d26565bac4d604" culture="neutral" />
16+
<bindingRedirect oldVersion="0.0.0.0-3.4.1.0" newVersion="3.4.1.0" />
17+
</dependentAssembly>
18+
</assemblyBinding>
19+
</runtime>
20+
</configuration>

Examples/Delete/Delete/Delete/Delete.csproj

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
36-
<HintPath>..\packages\MySql.Data.6.9.9\lib\net45\MySql.Data.dll</HintPath>
37-
<Private>True</Private>
35+
<Reference Include="Google.Protobuf, Version=3.4.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
36+
<HintPath>..\packages\Google.Protobuf.3.4.1\lib\net45\Google.Protobuf.dll</HintPath>
3837
</Reference>
39-
<Reference Include="MySQLManager, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\packages\MySQLManager.1.0.0\lib\netstandard2.0\MySQLManager.dll</HintPath>
38+
<Reference Include="MySql.Data, Version=8.0.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
39+
<HintPath>..\packages\MySql.Data.8.0.9-dmr\lib\net452\MySql.Data.dll</HintPath>
40+
</Reference>
41+
<Reference Include="MySQLManager, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\MySQLManager.1.1.0\lib\netstandard2.0\MySQLManager.dll</HintPath>
4143
</Reference>
4244
<Reference Include="System" />
4345
<Reference Include="System.Core" />
@@ -56,5 +58,29 @@
5658
<None Include="App.config" />
5759
<None Include="packages.config" />
5860
</ItemGroup>
61+
<ItemGroup>
62+
<Content Include="docs\MySqlCommand.xml" />
63+
<Content Include="docs\MySqlCommandBuilder.xml" />
64+
<Content Include="docs\MySqlConnection.xml" />
65+
<Content Include="docs\MySqlConnectionStringBuilder.xml" />
66+
<Content Include="docs\MySqlDataAdapter.xml" />
67+
<Content Include="docs\MySqlDataReader.xml" />
68+
<Content Include="docs\MySqlException.xml" />
69+
<Content Include="docs\MySqlHelper.xml" />
70+
<Content Include="docs\MySqlParameter.xml" />
71+
<Content Include="docs\MySqlParameterCollection.xml" />
72+
<Content Include="docs\MySqlTransaction.xml" />
73+
<Content Include="MySqlCommand.xml" />
74+
<Content Include="MySqlCommandBuilder.xml" />
75+
<Content Include="MySqlConnection.xml" />
76+
<Content Include="MySqlConnectionStringBuilder.xml" />
77+
<Content Include="MySqlDataAdapter.xml" />
78+
<Content Include="MySqlDataReader.xml" />
79+
<Content Include="MySqlException.xml" />
80+
<Content Include="MySqlHelper.xml" />
81+
<Content Include="MySqlParameter.xml" />
82+
<Content Include="MySqlParameterCollection.xml" />
83+
<Content Include="MySqlTransaction.xml" />
84+
</ItemGroup>
5985
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6086
</Project>

0 commit comments

Comments
 (0)