chore: add Imagoverum fleet management package

This commit is contained in:
Meik
2026-06-26 16:46:44 +02:00
parent fac55cd613
commit 3345365778
66 changed files with 2086 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# ImagoverumFleetManagement
## Description
The ESMP Demo extension provides a boilerplate foundation that can be reused when building new extensions
## Owner
Name: ESMP
Email: vadim.zinoviev@matrix42.com
## Product
M42 Enterprise
## Documentation
- [Service Information](./service-info.yml)
## Runtime pre requisites
$installer = "$env:TEMP\dotnet-sdk-8.0.415-win-x64.exe"
Invoke-WebRequest -Uri "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.415/dotnet-sdk-8.0.415-win-x64.exe" -OutFile $installer
Start-Process -FilePath $installer -ArgumentList "/install", "/quiet", "/norestart" -Wait
Remove-Item $installer
dotnet --list-sdks