Skip to content

Commit 89942de

Browse files
Update builds.html
1 parent 02a6416 commit 89942de

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

builds.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,39 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
7-
<title>dbatools BuildReference</title>
7+
<title>SQL Server builds, powered by dbatools</title>
88
<link rel="icon" href="https://dbatools.io/wp-content/uploads/2016/05/dbatools.png" sizes="32x32">
99
<link rel="icon" href="https://dbatools.io/wp-content/uploads/2016/05/dbatools.png" sizes="192x192">
1010
<link rel="apple-touch-icon-precomposed" href="https://dbatools.io/wp-content/uploads/2016/05/dbatools.png">
1111
<meta name="msapplication-TileImage" content="https://dbatools.io/wp-content/uploads/2016/05/dbatools.png">
12+
13+
<meta property="og:locale" content="en">
14+
<meta property="og:type" content="website">
15+
<meta name=description content="Covers SQL Server 2000-2022">
16+
<meta name=twitter:card content="summary">
17+
<meta name=twitter:creator content="@psdbatools">
18+
<meta name=twitter:title content="SQL Server builds, powered by dbatools">
19+
<meta property="og:url" content="https://dbatools.io/builds">
20+
<meta property="og:title" content="SQL Server builds, powered by dbatools">
21+
<meta property="og:description" content="Covers SQL Server 2000-2022">
22+
<meta property="og:image" content="https://blog.netnerds.net/images/thumbnail.png">
23+
<meta name=keywords content="powershell,sql server,devops,json">
24+
<link rel=apple-touch-icon sizes=180x180 href=https://dbatools.io/wp-content/uploads/2016/05/dbatools.png>
25+
<link rel=canonical href=https://dbatools.io/builds />
26+
<link rel=alternate type=application/json
27+
href=https://raw.githubusercontent.com/dataplat/dbatools/development/bin/dbatools-buildref-index.json
28+
title="SQL Server builds">
29+
30+
<!-- Global site tag (gtag.js) - Google Analytics -->
31+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y0BPEL0VKL"></script>
32+
<script>
33+
window.dataLayer = window.dataLayer || [];
34+
function gtag() { dataLayer.push(arguments); }
35+
gtag('js', new Date());
36+
37+
gtag('config', 'G-Y0BPEL0VKL');
38+
</script>
39+
1240
<link rel="stylesheet" type="text/css"
1341
href="//cdn.datatables.net/w/bs4-4.1.1/jq-3.3.1/jszip-2.5.0/dt-1.10.18/b-1.5.6/b-html5-1.5.6/cr-1.5.0/fc-3.2.5/fh-3.1.4/r-2.2.2/datatables.min.css">
1442
<style>

0 commit comments

Comments
 (0)