31 lines
		
	
	
		
			844 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			844 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Datadog.dd-trace-dotnet
 | |
| PackageVersion: 1.25.0
 | |
| FileExtensions:
 | |
| #  - 
 | |
| Protocols:
 | |
| #  - 
 | |
| Commands:
 | |
| #  - 
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| InstallModes:
 | |
|   - interactive
 | |
|   - silent
 | |
|   - silentWithProgress
 | |
| Installers:
 | |
|   - Architecture: x64
 | |
|     InstallerType: msi
 | |
|     InstallerUrl: https://github.com/DataDog/dd-trace-dotnet/releases/download/v1.25.0/datadog-dotnet-apm-1.25.0-x64.msi
 | |
|     InstallerSha256: 5D62B3465E370441B051FA2C4A9F238635786ADB628106E74B506393003889FF
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     ProductCode: "{7438AA36-7609-4BA6-A9B2-2B2CC78B15D0}"
 | |
|     InstallerSwitches:
 | |
|       Custom: -norestart
 | |
|       Silent: /qn
 | |
|       SilentWithProgress: /qb
 | |
|     UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |