diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index be107a7c..2327b556 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "132.0.6834.83", + "Version": "132.0.6834.84", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png" }, "Information": { - "DisplayName": "Google Chrome 132.0.6834.83 x64", + "DisplayName": "Google Chrome 132.0.6834.84 x64", "Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.", "Publisher": "Google", "InformationURL": "https://www.google.com/chrome/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Google\\Chrome\\Application", "FileOrFolder": "Chrome.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "132.0.6834.83", + "VersionValue": "132.0.6834.84", "Check32BitOn64System": "false" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index 8e8ab1e1..0b565368 100644 --- a/packages/App/GoogleChrome/Source/Install.json +++ b/packages/App/GoogleChrome/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "132.0.6834.83" + "Version": "132.0.6834.84" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/Microsoft.NETLTS/App.json b/packages/App/Microsoft.NETLTS/App.json index c61c06a1..a1abaea7 100644 --- a/packages/App/Microsoft.NETLTS/App.json +++ b/packages/App/Microsoft.NETLTS/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "windowsdesktop-runtime-8.0.11-win-x64.exe", - "Version": "8.0.11", + "SetupFile": "windowsdesktop-runtime-8.0.12-win-x64.exe", + "Version": "8.0.12", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-NET.png" }, "Information": { - "DisplayName": "Microsoft .NET Desktop Runtime LTS 8.0.11 x64", + "DisplayName": "Microsoft .NET Desktop Runtime LTS 8.0.12 x64", "Description": "The .NET Desktop Runtime LTS enables you to run existing Windows desktop applications. This release includes the .NET Runtime; you don't need to install it separately.", "Publisher": "Microsoft", "InformationURL": "https://dotnet.microsoft.com/en-us/", @@ -48,7 +48,7 @@ { "Type": "File", "DetectionMethod": "Existence", - "Path": "C:\\Program Files\\dotnet\\host\\fxr\\8.0.11", + "Path": "C:\\Program Files\\dotnet\\host\\fxr\\8.0.12", "FileOrFolder": "hostfxr.dll", "DetectionType": "exists", "Check32BitOn64System": "false" diff --git a/packages/App/Microsoft.NETLTS/Source/Install.json b/packages/App/Microsoft.NETLTS/Source/Install.json index 88939878..c3f1b71e 100644 --- a/packages/App/Microsoft.NETLTS/Source/Install.json +++ b/packages/App/Microsoft.NETLTS/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "windowsdesktop-runtime-8.0.11-win-x64.exe", - "Version": "8.0.11" + "SetupFile": "windowsdesktop-runtime-8.0.12-win-x64.exe", + "Version": "8.0.12" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/Microsoft.NETSTS/App.json b/packages/App/Microsoft.NETSTS/App.json index a99cb183..e5998bd7 100644 --- a/packages/App/Microsoft.NETSTS/App.json +++ b/packages/App/Microsoft.NETSTS/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "windowsdesktop-runtime-9.0.0-win-x64.exe", - "Version": "9.0.0", + "SetupFile": "windowsdesktop-runtime-9.0.1-win-x64.exe", + "Version": "9.0.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-NET.png" }, "Information": { - "DisplayName": "Microsoft .NET Desktop Runtime Current 9.0.0 x64", + "DisplayName": "Microsoft .NET Desktop Runtime Current 9.0.1 x64", "Description": "The .NET Desktop Runtime Current enables you to run existing Windows desktop applications. This release includes the .NET Runtime; you don't need to install it separately.", "Publisher": "Microsoft", "InformationURL": "https://dotnet.microsoft.com/en-us/", @@ -48,7 +48,7 @@ { "Type": "File", "DetectionMethod": "Existence", - "Path": "C:\\Program Files\\dotnet\\host\\fxr\\9.0.0", + "Path": "C:\\Program Files\\dotnet\\host\\fxr\\9.0.1", "FileOrFolder": "hostfxr.dll", "DetectionType": "exists", "Check32BitOn64System": "false" diff --git a/packages/App/Microsoft.NETSTS/Source/Install.json b/packages/App/Microsoft.NETSTS/Source/Install.json index 372599f2..d10ead7d 100644 --- a/packages/App/Microsoft.NETSTS/Source/Install.json +++ b/packages/App/Microsoft.NETSTS/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "windowsdesktop-runtime-9.0.0-win-x64.exe", - "Version": "9.0.0" + "SetupFile": "windowsdesktop-runtime-9.0.1-win-x64.exe", + "Version": "9.0.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MozillaFirefox/App.json b/packages/App/MozillaFirefox/App.json index 4078b8a4..79ac86fa 100644 --- a/packages/App/MozillaFirefox/App.json +++ b/packages/App/MozillaFirefox/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 134.0.msi", - "Version": "134.0", + "SetupFile": "Firefox Setup 134.0.1.msi", + "Version": "134.0.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Mozilla-Firefox.png" }, "Information": { - "DisplayName": "Mozilla Firefox 134.0 x64", + "DisplayName": "Mozilla Firefox 134.0.1 x64", "Description": "Get the browser that protects what's important. No shady privacy policies or back doors for advertisers. Just a lightning fast browser that doesn't sell you out.", "Publisher": "Mozilla", "InformationURL": "https://www.mozilla.org/firefox/new/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Mozilla Firefox", "FileOrFolder": "firefox.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "134.0", + "VersionValue": "134.0.1", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MozillaFirefox/Source/Install.json b/packages/App/MozillaFirefox/Source/Install.json index 5dff6a2b..2f1e27ca 100644 --- a/packages/App/MozillaFirefox/Source/Install.json +++ b/packages/App/MozillaFirefox/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 134.0.msi", - "Version": "134.0" + "SetupFile": "Firefox Setup 134.0.1.msi", + "Version": "134.0.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/TrackerSoftwarePDFXChangeEditor/App.json b/packages/App/TrackerSoftwarePDFXChangeEditor/App.json index 87a69284..3f5ef615 100644 --- a/packages/App/TrackerSoftwarePDFXChangeEditor/App.json +++ b/packages/App/TrackerSoftwarePDFXChangeEditor/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "EditorV10.x64.msi", - "Version": "10.4.4.392", + "Version": "10.5.0.393", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/PDFXChangeEditor.png" }, "Information": { - "DisplayName": "Tracker Software PDF-XChange Editor 10.4.4.392 x64", + "DisplayName": "Tracker Software PDF-XChange Editor 10.5.0.393 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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Tracker Software\\PDF Editor", "FileOrFolder": "PDFXEdit.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "10.4.4.392", + "VersionValue": "10.5.0.393", "Check32BitOn64System": "false" } ], diff --git a/packages/App/TrackerSoftwarePDFXChangeEditor/Source/Install.json b/packages/App/TrackerSoftwarePDFXChangeEditor/Source/Install.json index 4e25a284..ff305ee2 100644 --- a/packages/App/TrackerSoftwarePDFXChangeEditor/Source/Install.json +++ b/packages/App/TrackerSoftwarePDFXChangeEditor/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "EditorV10.x64.msi", - "Version": "10.4.4.392" + "Version": "10.5.0.393" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": {