Skip to content

Commit

Permalink
Update json 2024.11.14.1145 update-json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Nov 14, 2024
1 parent 3b12c8b commit 7415d01
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions packages/App/PaintDotNetOfflineInstaller/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "paint.net.5.0.13.winmsi.x64.msi",
"Version": "5.0.13",
"SetupFile": "paint.net.5.1.winmsi.x64.msi",
"Version": "5.1",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Paint.Net.png"
},
"Information": {
"DisplayName": "Paint.NET 5.0.13 x64",
"DisplayName": "Paint.NET 5.1 x64",
"Description": "Paint.NET is image and photo editing software for PCs that run Windows. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools.",
"Publisher": "dotPDN LLC.",
"InformationURL": "https://www.getpaint.net/",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\paint.net",
"FileOrFolder": "paintdotnet.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "5.0.13",
"VersionValue": "5.1",
"Check32BitOn64System": "false"
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/App/PaintDotNetOfflineInstaller/Source/Install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "paint.net.5.0.13.winmsi.x64.msi",
"Version": "5.0.13"
"SetupFile": "paint.net.5.1.winmsi.x64.msi",
"Version": "5.1"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/App/TrackerSoftwarePDFXChangeEditor/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "EditorV10.x64.msi",
"Version": "10.4.3.391",
"Version": "10.4.4.392",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/PDFXChangeEditor.png"
},
"Information": {
"DisplayName": "Tracker Software PDF-XChange Editor 10.4.3.391 x64",
"DisplayName": "Tracker Software PDF-XChange Editor 10.4.4.392 x64",
"Description": "PDF-XChange Editor - one of the fastest and most feature-rich options available worldwide to create, view, edit and annotate PDF files. PDF-XChange Lite, our award-winning technology that installs as a virtual printer, is included with this product. It can be used to print-to-PDF from Windows applications and features an optimized hybrid engine that significantly increases the quality of conversion for images and image-based text characters.",
"Publisher": "Tracker Software",
"InformationURL": "https://www.tracker-software.com/product/pdf-xchange-editor",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\Tracker Software\\PDF Editor",
"FileOrFolder": "PDFXEdit.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "10.4.3.391",
"VersionValue": "10.4.4.392",
"Check32BitOn64System": "false"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "EditorV10.x64.msi",
"Version": "10.4.3.391"
"Version": "10.4.4.392"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down

0 comments on commit 7415d01

Please sign in to comment.