RoslynPad.appinstaller 527 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AppInstaller
  3. xmlns="http://schemas.microsoft.com/appx/appinstaller/2017/2"
  4. Version="1.0.0.0"
  5. Uri="https://roslynpad.net/RoslynPad.appinstaller" >
  6. <MainBundle
  7. Name="RoslynPad"
  8. Publisher="CN=9C7E53B6-ADB4-497A-97E5-B4B9B239B179"
  9. Version="14.0.0.0"
  10. Uri="https://github.com/aelij/RoslynPad/releases/download/14.0/RoslynPad.msix" />
  11. <UpdateSettings>
  12. <OnLaunch HoursBetweenUpdateChecks="0" />
  13. </UpdateSettings>
  14. </AppInstaller>