Skip to content

Commit 2fc87cd

Browse files
authored
Merge pull request #138 from TraGicCode/feature/update-metadata-supported-os
Added ubuntu 16.04 & 2016 + 2008R2 support.
2 parents eab1757 + 8e8aec4 commit 2fc87cd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

metadata.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"operatingsystem": "Ubuntu",
3535
"operatingsystemrelease": [
3636
"12.04",
37-
"14.04"
37+
"14.04",
38+
"16.04"
3839
]
3940
},
4041
{
@@ -48,8 +49,11 @@
4849
{
4950
"operatingsystem": "Windows",
5051
"operatingsystemrelease": [
51-
"Server 2008",
52-
"Server 2012",
52+
"2008",
53+
"2008R2",
54+
"2012",
55+
"2012R2",
56+
"2016",
5357
"7",
5458
"8",
5559
"10"

0 commit comments

Comments
 (0)