diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index 74e5dbab..a6d59894 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "129.0.6668.42", + "Version": "129.0.6668.59", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png" }, "Information": { - "DisplayName": "Google Chrome 129.0.6668.42 x64", + "DisplayName": "Google Chrome 129.0.6668.59 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": "129.0.6668.42", + "VersionValue": "129.0.6668.59", "Check32BitOn64System": "false" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index 389d64d7..d3537fb3 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": "129.0.6668.42" + "Version": "129.0.6668.59" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MozillaFirefox/App.json b/packages/App/MozillaFirefox/App.json index 2a2fd709..d2c38b25 100644 --- a/packages/App/MozillaFirefox/App.json +++ b/packages/App/MozillaFirefox/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 130.0.msi", - "Version": "130.0", + "SetupFile": "Firefox Setup 130.0.1.msi", + "Version": "130.0.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Mozilla-Firefox.png" }, "Information": { - "DisplayName": "Mozilla Firefox 130.0 x64", + "DisplayName": "Mozilla Firefox 130.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": "130.0", + "VersionValue": "130.0.1", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MozillaFirefox/Source/Install.json b/packages/App/MozillaFirefox/Source/Install.json index 0edfd622..ea9e036b 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 130.0.msi", - "Version": "130.0" + "SetupFile": "Firefox Setup 130.0.1.msi", + "Version": "130.0.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/Notepad++/App.json b/packages/App/Notepad++/App.json index a6939728..8252207d 100644 --- a/packages/App/Notepad++/App.json +++ b/packages/App/Notepad++/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "npp.8.6.9.Installer.x64.exe", - "Version": "8.6.9", + "SetupFile": "npp.8.7.Installer.x64.exe", + "Version": "8.7", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/NotepadPP.png" }, "Information": { - "DisplayName": "Notepad++ 8.6.9 x64", + "DisplayName": "Notepad++ 8.7 x64", "Description": "Notepad++ is a free source code editor and Notepad replacement that supports several languages. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.", "Publisher": "Don Ho", "InformationURL": "https://notepad-plus-plus.org/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Notepad++", "FileOrFolder": "Notepad++.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "8.6.9", + "VersionValue": "8.7", "Check32BitOn64System": "false" } ], diff --git a/packages/App/Notepad++/Source/Install.json b/packages/App/Notepad++/Source/Install.json index 787abc8a..e81e3f66 100644 --- a/packages/App/Notepad++/Source/Install.json +++ b/packages/App/Notepad++/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "npp.8.6.9.Installer.x64.exe", - "Version": "8.6.9" + "SetupFile": "npp.8.7.Installer.x64.exe", + "Version": "8.7" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": {