Skip to content

Commit

Permalink
Merge pull request #194 from tomlaf/master
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg authored Jan 21, 2025
2 parents a5a8df7 + 746d87d commit 2a784e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PDFXchangeEditor/PDFXchangeEditor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<projectUrl>https://www.pdf-xchange.com/product/pdf-xchange-editor</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/flcdrg/au-packages@master/PDFXchangeEditor/icons/pdfxchangeeditor.png</iconUrl>
<copyright>2001-2025 PDF-XChange Co Ltd. Registered in England: N0.11091579</copyright>
<licenseUrl>https://www.pdf-xchange.com/licensing<</licenseUrl>
<licenseUrl>https://www.pdf-xchange.com/licensing</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<docsUrl>https://help.pdf-xchange.com/pdfxe10/</docsUrl>
<mailingListUrl>https://forum.pdf-xchange.com/viewforum.php?f=62<</mailingListUrl>
<mailingListUrl>https://forum.pdf-xchange.com/viewforum.php?f=62</mailingListUrl>
<!--<bugTrackerUrl></bugTrackerUrl>-->
<tags>PDFXchangeEditor pdf reader editor ocr pdfxchangeviewer admin</tags>
<summary>The smallest, fastest, most feature-rich PDF editor/viewer available! Create, View, Edit, Annotate, OCR and Digitally Sign PDF files plus much more..</summary>
Expand Down
4 changes: 2 additions & 2 deletions PDFXchangeEditor/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function global:au_SearchReplace {
function global:au_GetLatest {

try {
$response = Invoke-RestMethod -Uri "https://www.tracker-software.com/trackerupdate/TrackerData8.xml"
$response = Invoke-RestMethod -Uri "https://downloads.pdf-xchange.com/trackerupdate/TrackerData8.xml"

# Trim off any Byte Order Mark
$xml = [xml] $response.Trim([char] 0xFEFF, [char] 0x200B)
Expand Down Expand Up @@ -49,7 +49,7 @@ function global:au_GetLatest {
$lastModifiedHeader = $response.Headers.'Last-Modified'
$x86lastModified = [DateTimeOffset]::Parse($lastModifiedHeader, [Globalization.CultureInfo]::InvariantCulture)

$response = Invoke-WebRequest $primaryDownloadUrl64 -Method Head -UseBasicParsing
$response = Invoke-WebRequest $primaryDownloadUrl64 -Method Head -UseBasicParsing
$lastModifiedHeader = $response.Headers.'Last-Modified'
$x64lastModified = [DateTimeOffset]::Parse($lastModifiedHeader, [Globalization.CultureInfo]::InvariantCulture)

Expand Down
2 changes: 1 addition & 1 deletion PDFXchangePro/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function global:au_SearchReplace {
function global:au_GetLatest {

try {
$response = Invoke-RestMethod -Uri "https://www.tracker-software.com/trackerupdate/TrackerData8.xml"
$response = Invoke-RestMethod -Uri "https://downloads.pdf-xchange.com/trackerupdate/TrackerData8.xml"

# Trim off any Byte Order Mark
$xml = [xml] $response.Trim([char] 0xFEFF, [char] 0x200B)
Expand Down

0 comments on commit 2a784e9

Please sign in to comment.