Skip to content

Commit d7c3502

Browse files
authored
Merge pull request #253 from pmcmaw/FM-7521
(FM-7521) - Updating OS support in metadata.json
2 parents 5cbf167 + f861136 commit d7c3502

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

metadata.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,13 @@
8080
{
8181
"operatingsystem": "Windows",
8282
"operatingsystemrelease": [
83-
"Server 2008 R2",
84-
"Server 2012",
85-
"Server 2012 R2",
83+
"2008 R2",
84+
"2012",
85+
"2012 R2",
86+
"2016",
8687
"7",
87-
"8.1"
88+
"8.1",
89+
"10"
8890
]
8991
}
9092
],

0 commit comments

Comments
 (0)