diff --git a/index.json b/index.json index 81eae43..f17be97 100644 --- a/index.json +++ b/index.json @@ -84042,6 +84042,28 @@ "jamf_display_name": null, "jamf_description": "Easily browse all the Egnyte files and folders that you have access to directly from Mac Finder." }, + "com.github.dataJAR-recipes.munki.DotNet 9 SDK": { + "name": "DotNet9SDK", + "description": "Downloads the latest version of DotNet 9 and imports it into Munki.\n\nFor Intel use: \"x86_64\" in the SUPPORTED_ARCH variable\nFor Apple Silicon use: \"arm64\" in the SUPPORTED_ARCH variable", + "repo": "autopkg/dataJAR-recipes", + "path": "DotNet 9 SDK/DotNet 9 SDK.munki.recipe", + "parent": "com.github.dataJAR-recipes.download.DotNet 9 SDK", + "shortname": "DotNet 9 SDK.munki", + "inferred_type": "munki", + "munki_display_name": "DotNet 9 SDK", + "munki_description": "Build. Test. Deploy.\n\n.NET is the free, open-source, cross-platform framework for building modern apps and powerful cloud services." + }, + "com.github.dataJAR-recipes.download.DotNet 9 SDK": { + "name": "DotNet9SDK", + "description": "Downloads the latest version of DotNet 9 SDK\n\nFor the ARCH_TYPE variable use \"x64\" for Intel or \"arm64\" for Apple Silicon", + "repo": "autopkg/dataJAR-recipes", + "path": "DotNet 9 SDK/DotNet 9 SDK.download.recipe", + "shortname": "DotNet 9 SDK.download", + "inferred_type": "download", + "children": [ + "com.github.dataJAR-recipes.munki.DotNet 9 SDK" + ] + }, "com.github.dataJAR-recipes.munki.WavesCentral": { "name": "WavesCentral", "description": "Downloads the latest version of Waves Central and imports into Munki", @@ -168047,6 +168069,12 @@ "Egnyte Drive.jss": [ "com.github.dataJAR-recipes.jss.EgnyteDrive" ], + "DotNet 9 SDK.munki": [ + "com.github.dataJAR-recipes.munki.DotNet 9 SDK" + ], + "DotNet 9 SDK.download": [ + "com.github.dataJAR-recipes.download.DotNet 9 SDK" + ], "Waves Central.munki": [ "com.github.dataJAR-recipes.munki.WavesCentral" ],