{"id":7147,"date":"2014-04-02T05:00:00","date_gmt":"2014-04-02T13:00:00","guid":{"rendered":"http:\/\/www.sapien.com\/blog\/?p=7147"},"modified":"2014-04-01T15:23:25","modified_gmt":"2014-04-01T23:23:25","slug":"microsoft-windows-8-1-breaks-version-api","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/","title":{"rendered":"Microsoft Windows 8.1 breaks version API."},"content":{"rendered":"<p>If we need to check what Windows version a PowerShell script run on, we usually use a statement like this:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: inline; border-width: 0px;\" title=\"Shell\" alt=\"Shell\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/04\/Shell.png\" width=\"499\" height=\"180\" border=\"0\" \/><\/p>\n<p>So imagine our surprise when we saw what happens when you run this as a script in PrimalScript:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: inline; border-width: 0px;\" title=\"PrimalScript\" alt=\"PrimalScript\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/04\/PrimalScript.png\" width=\"409\" height=\"205\" border=\"0\" \/><\/p>\n<p>Instead of reporting the actual Windows version, it appears as if we are running in Windows 8 instead of 8.1<br \/>\nTo make sure we didn\u2019t have a glitch in PrimalScript (and because we didn\u2019t quite trust our eyes), we packaged the script as an executable and ran that.<\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: inline; border-width: 0px;\" title=\"Packaged\" alt=\"Packaged\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/04\/Packaged.png\" width=\"548\" height=\"180\" border=\"0\" \/><\/p>\n<p>Same result, it reports the incorrect version number.<\/p>\n<p>According to Microsoft this is intentional:<\/p>\n<p><a title=\"http:\/\/msdn.microsoft.com\/en-us\/library\/windows\/desktop\/dn302074(v=vs.85).aspx\" href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/windows\/desktop\/dn302074(v=vs.85).aspx\">http:\/\/msdn.microsoft.com\/en-us\/library\/windows\/desktop\/dn302074(v=vs.85).aspx<\/a><\/p>\n<p>Before you ask, we have no idea what could possibly possess Microsoft to break such a fundamental API call so that it reports an incorrect version.<\/p>\n<p>As shown on the web page we linked to above, you have to tag your executable in a manifest as supporting Windows 8.1 in order to get a correct version number.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: inline; border-width: 0px;\" title=\"Custom manifest\" alt=\"Custom manifest\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/04\/Custommanifest.png\" width=\"555\" height=\"480\" border=\"0\" \/><\/p>\n<p>In the packager settings you have to switch to a custom manifest and and specify the manifest file.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: inline; border-width: 0px;\" title=\"Settings\" alt=\"Settings\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/04\/Settings.png\" width=\"640\" height=\"399\" border=\"0\" \/><\/p>\n<p>If you follow this patch and re-package the executable it will now report the correct version number.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: inline; border-width: 0px;\" title=\"With Manifest\" alt=\"With Manifest\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/04\/WithManifest.png\" width=\"625\" height=\"252\" border=\"0\" \/><\/p>\n<p>Needless to say, we will update our default manifest and the packager to accommodate this latest \u201cit\u2019s not a bug, it\u2019s a feature\u201d play by Microsoft in the next service build.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If we need to check what Windows version a PowerShell script run on, we usually use a statement like this: So imagine our surprise when we saw what happens when you run this as a script in PrimalScript: Instead of reporting the actual Windows version, it appears as if we are running in Windows 8 [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[703,410,21,25],"tags":[553,897,898,28,1016,37,899],"class_list":["post-7147","post","type-post","status-publish","format-standard","hentry","category-powershell-studio","category-primalscript-software-news","category-software-news","category-windows-powershell","tag-api","tag-getversion","tag-osversion","tag-powershell","tag-powershell-studio","tag-primalscript","tag-windows-8-1"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"If we need to check what Windows version a PowerShell script run on, we usually use a statement like this: So imagine our surprise when we saw what happens when you run this as a script in PrimalScript: Instead of reporting the actual Windows version, it appears as if we are running in Windows 8\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Alex Riedel\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"DEV SAPIEN Blog - Tools for IT Success\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Microsoft Windows 8.1 breaks version API. - DEV SAPIEN Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"If we need to check what Windows version a PowerShell script run on, we usually use a statement like this: So imagine our surprise when we saw what happens when you run this as a script in PrimalScript: Instead of reporting the actual Windows version, it appears as if we are running in Windows 8\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2014-04-02T13:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2014-04-01T23:23:25+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Microsoft Windows 8.1 breaks version API. - DEV SAPIEN Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"If we need to check what Windows version a PowerShell script run on, we usually use a statement like this: So imagine our surprise when we saw what happens when you run this as a script in PrimalScript: Instead of reporting the actual Windows version, it appears as if we are running in Windows 8\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/04\\\/02\\\/microsoft-windows-8-1-breaks-version-api\\\/#blogposting\",\"name\":\"Microsoft Windows 8.1 breaks version API. - DEV SAPIEN Blog\",\"headline\":\"Microsoft Windows 8.1 breaks version API.\",\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/www.sapien.com\\\/blog\\\/wp-content\\\/uploads\\\/2014\\\/04\\\/Shell.png\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/04\\\/02\\\/microsoft-windows-8-1-breaks-version-api\\\/#articleImage\"},\"datePublished\":\"2014-04-02T05:00:00-07:00\",\"dateModified\":\"2014-04-01T15:23:25-07:00\",\"inLanguage\":\"en-US\",\"commentCount\":5,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/04\\\/02\\\/microsoft-windows-8-1-breaks-version-api\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/04\\\/02\\\/microsoft-windows-8-1-breaks-version-api\\\/#webpage\"},\"articleSection\":\"PowerShell Studio, PrimalScript, Software News, Windows PowerShell, API, GetVersion, OSVersion, powershell, PowerShell Studio, PrimalScript, Windows 8.1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/04\\\/02\\\/microsoft-windows-8-1-breaks-version-api\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"position\":2,\"name\":\"Software News\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/#listItem\",\"name\":\"PrimalScript\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/#listItem\",\"position\":3,\"name\":\"PrimalScript\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/04\\\/02\\\/microsoft-windows-8-1-breaks-version-api\\\/#listItem\",\"name\":\"Microsoft Windows 8.1 breaks version API.\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/04\\\/02\\\/microsoft-windows-8-1-breaks-version-api\\\/#listItem\",\"position\":4,\"name\":\"Microsoft Windows 8.1 breaks version API.\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/primalscript-software-news\\\/#listItem\",\"name\":\"PrimalScript\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/\",\"name\":\"Alex Riedel\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/04\\\/02\\\/microsoft-windows-8-1-breaks-version-api\\\/#webpage\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/04\\\/02\\\/microsoft-windows-8-1-breaks-version-api\\\/\",\"name\":\"Microsoft Windows 8.1 breaks version API. - DEV SAPIEN Blog\",\"description\":\"If we need to check what Windows version a PowerShell script run on, we usually use a statement like this: So imagine our surprise when we saw what happens when you run this as a script in PrimalScript: Instead of reporting the actual Windows version, it appears as if we are running in Windows 8\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2014\\\/04\\\/02\\\/microsoft-windows-8-1-breaks-version-api\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"datePublished\":\"2014-04-02T05:00:00-07:00\",\"dateModified\":\"2014-04-01T15:23:25-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Microsoft Windows 8.1 breaks version API. - DEV SAPIEN Blog","description":"If we need to check what Windows version a PowerShell script run on, we usually use a statement like this: So imagine our surprise when we saw what happens when you run this as a script in PrimalScript: Instead of reporting the actual Windows version, it appears as if we are running in Windows 8","canonical_url":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/#blogposting","name":"Microsoft Windows 8.1 breaks version API. - DEV SAPIEN Blog","headline":"Microsoft Windows 8.1 breaks version API.","author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2014\/04\/Shell.png","@id":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/#articleImage"},"datePublished":"2014-04-02T05:00:00-07:00","dateModified":"2014-04-01T15:23:25-07:00","inLanguage":"en-US","commentCount":5,"mainEntityOfPage":{"@id":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/#webpage"},"isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/#webpage"},"articleSection":"PowerShell Studio, PrimalScript, Software News, Windows PowerShell, API, GetVersion, OSVersion, powershell, PowerShell Studio, PrimalScript, Windows 8.1"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/dev.sapien.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","position":2,"name":"Software News","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/#listItem","name":"PrimalScript"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/#listItem","position":3,"name":"PrimalScript","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/#listItem","name":"Microsoft Windows 8.1 breaks version API."},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/#listItem","position":4,"name":"Microsoft Windows 8.1 breaks version API.","previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/#listItem","name":"PrimalScript"}}]},{"@type":"Organization","@id":"https:\/\/dev.sapien.com\/blog\/#organization","name":"DEV SAPIEN Blog","description":"Tools for IT Success","url":"https:\/\/dev.sapien.com\/blog\/"},{"@type":"Person","@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author","url":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/","name":"Alex Riedel"},{"@type":"WebPage","@id":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/#webpage","url":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/","name":"Microsoft Windows 8.1 breaks version API. - DEV SAPIEN Blog","description":"If we need to check what Windows version a PowerShell script run on, we usually use a statement like this: So imagine our surprise when we saw what happens when you run this as a script in PrimalScript: Instead of reporting the actual Windows version, it appears as if we are running in Windows 8","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/#breadcrumblist"},"author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"creator":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"datePublished":"2014-04-02T05:00:00-07:00","dateModified":"2014-04-01T15:23:25-07:00"},{"@type":"WebSite","@id":"https:\/\/dev.sapien.com\/blog\/#website","url":"https:\/\/dev.sapien.com\/blog\/","name":"DEV SAPIEN Blog","description":"Tools for IT Success","inLanguage":"en-US","publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"DEV SAPIEN Blog - Tools for IT Success","og:type":"article","og:title":"Microsoft Windows 8.1 breaks version API. - DEV SAPIEN Blog","og:description":"If we need to check what Windows version a PowerShell script run on, we usually use a statement like this: So imagine our surprise when we saw what happens when you run this as a script in PrimalScript: Instead of reporting the actual Windows version, it appears as if we are running in Windows 8","og:url":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/","article:published_time":"2014-04-02T13:00:00+00:00","article:modified_time":"2014-04-01T23:23:25+00:00","twitter:card":"summary_large_image","twitter:title":"Microsoft Windows 8.1 breaks version API. - DEV SAPIEN Blog","twitter:description":"If we need to check what Windows version a PowerShell script run on, we usually use a statement like this: So imagine our surprise when we saw what happens when you run this as a script in PrimalScript: Instead of reporting the actual Windows version, it appears as if we are running in Windows 8"},"aioseo_meta_data":{"post_id":"7147","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-28 15:13:09","updated":"2026-08-28 15:13:09"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/\" title=\"Software News\">Software News<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/\" title=\"PrimalScript\">PrimalScript<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMicrosoft Windows 8.1 breaks version API.\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dev.sapien.com\/blog"},{"label":"Software News","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/"},{"label":"PrimalScript","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/primalscript-software-news\/"},{"label":"Microsoft Windows 8.1 breaks version API.","link":"https:\/\/dev.sapien.com\/blog\/2014\/04\/02\/microsoft-windows-8-1-breaks-version-api\/"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/7147","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=7147"}],"version-history":[{"count":3,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/7147\/revisions"}],"predecessor-version":[{"id":7150,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/7147\/revisions\/7150"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=7147"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=7147"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=7147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}