Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #14 from newrelic-platform/alarson/update_sdk_and_…
Browse files Browse the repository at this point in the history
…whitespace

Updating SDK and fixing whitespace
  • Loading branch information
Adam Larson committed Jan 31, 2014
2 parents 994c367 + 95b5093 commit 7d6079d
Show file tree
Hide file tree
Showing 58 changed files with 6,607 additions and 7,326 deletions.
4 changes: 2 additions & 2 deletions NewRelic.Microsoft.SqlServer.Plugin.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewRelic.Microsoft.SqlServer.Plugin", "src\NewRelic.Microsoft.SqlServer.Plugin\NewRelic.Microsoft.SqlServer.Plugin.csproj", "{D5E2A43F-3302-420E-BFD0-798A328390C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E17681A6-21E5-4111-8E50-37A442286BB6}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A plugin for monitoring Microsoft SQL Server using the New Relic platform.
1. Run a text editor **as administrator** and open the file `INSTALLDIR\NewRelic.Microsoft.SqlServer.Plugin.exe.config`.
2. Find the setting `<service licenseKey="YOUR_KEY_HERE"...>` and replace `YOUR_KEY_HERE` with your New Relic license key.
3. Configure one or more SQL Servers or Azure SQL Databases
* In the `<sqlServers>` section, add a `<sqlServer>` setting for a SQL Server.
* In the `<sqlServers>` section, add a `<sqlServer>` setting for _each_ SQL Server instance you wish to monitor.
* `name="Production Database"` The name of your server is visible on the New Relic dashboard.
* `connectionString="Server=prd.domain.com,1433;Database=master;Trusted_Connection=True;"` Any valid connection string to your database.
* In the `<azure>` section, add a `<database>` setting for _each_ Windows Azure SQL Database.
Expand Down
2 changes: 1 addition & 1 deletion build/versions.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<MajorVersion>1</MajorVersion>
<MinorVersion>0</MinorVersion>
<PatchVersion>11</PatchVersion>
<PatchVersion>12</PatchVersion>

<BuildQuality></BuildQuality>
</PropertyGroup>
Expand Down
Binary file added lib/NewRelic.Platform.Sdk.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Common/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.0.11")]
[assembly: AssemblyFileVersion("1.0.11")]
[assembly: AssemblyInformationalVersion("1.0.11")]
[assembly: AssemblyVersion("1.0.12")]
[assembly: AssemblyFileVersion("1.0.12")]
[assembly: AssemblyInformationalVersion("1.0.12")]

This file was deleted.

Loading

0 comments on commit 7d6079d

Please sign in to comment.