diff --git a/e-sword/e-sword.13.0.0.nupkg b/e-sword/e-sword.13.0.0.nupkg deleted file mode 100644 index dc8cd3e..0000000 Binary files a/e-sword/e-sword.13.0.0.nupkg and /dev/null differ diff --git a/e-sword/e-sword.14.1.0.nupkg b/e-sword/e-sword.14.1.0.nupkg new file mode 100644 index 0000000..f5a16c4 Binary files /dev/null and b/e-sword/e-sword.14.1.0.nupkg differ diff --git a/e-sword/esword.nuspec b/e-sword/esword.nuspec index 66c62c7..bc104e4 100644 --- a/e-sword/esword.nuspec +++ b/e-sword/esword.nuspec @@ -4,7 +4,7 @@ e-sword - 13.0.0 + 14.1.0 MillironX https://github.com/MillironX/chocolatey-packages @@ -15,15 +15,15 @@ Rick Meyers https://e-sword.net/ https://www.e-sword.net/images/applogo.png - 2021 Rick Meyers + 2024 Rick Meyers https://e-sword.net/training.html esword bible christianity The Sword of the LORD with an electronic edge e-Sword is a fast and effective way to study the Bible. e-Sword is feature rich and user friendly with more capabilities than you would expect in a free Bible study app. - New **Audio Bibles** feature! Listen to the Bible being read to you in dramatic fashion. Play/Pause button is on the Bible view's toolbar. Audio is available for KJV, KJV-BRG, ESV, CEV, WEB, NRSV and Spanish PDT Bibles. - - All audio Bibles are generously provided by Bible.is, a ministry of Faith Comes By Hearing. + New **Convert to Reference Book** feature to turn a Topic Notes collection into a Reference Book for viewing on other devices with e‑Sword on them. + + You can now bulk **Export All Notes** from any of the editors in a variety of document types. This way you can use your notes wherever you want! diff --git a/e-sword/tools/chocolateyinstall.ps1 b/e-sword/tools/chocolateyinstall.ps1 index e486988..7543c4d 100644 --- a/e-sword/tools/chocolateyinstall.ps1 +++ b/e-sword/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://e-sword.net/files/e-sword_1300_setup.exe' # download url, HTTPS preferred +$url = 'https://e-sword.net/files/e-sword_1410_setup.exe' # download url, HTTPS preferred $packageArgs = @{ packageName = $env:ChocolateyPackageName @@ -8,10 +8,10 @@ $packageArgs = @{ fileType = 'EXE' url = $url softwareName = 'e-Sword' - checksum = 'd09b481a3acf7afed3cf517ff6904420' + checksum = '75765957BA9EA80C11DAD2DB4CB685D5' checksumType = 'md5' validExitCodes= @(0, 3010, 1641) silentArgs = '/s /v"/qn"' } -Install-ChocolateyPackage @packageArgs # https://chocolatey.org/docs/helpers-install-chocolatey-package \ No newline at end of file +Install-ChocolateyPackage @packageArgs # https://chocolatey.org/docs/helpers-install-chocolatey-package