Compare commits

...

2 commits

5 changed files with 9 additions and 18 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.nupkg

Binary file not shown.

View file

@ -4,7 +4,7 @@
<metadata> <metadata>
<!-- == PACKAGE SPECIFIC SECTION == --> <!-- == PACKAGE SPECIFIC SECTION == -->
<id>e-sword</id> <id>e-sword</id>
<version>14.5.0</version> <version>14.5.0.20251216</version>
<owners>MillironX</owners> <owners>MillironX</owners>
<packageSourceUrl <packageSourceUrl
>https://github.com/MillironX/chocolatey-packages</packageSourceUrl> >https://github.com/MillironX/chocolatey-packages</packageSourceUrl>
@ -20,24 +20,14 @@
<docsUrl>https://e-sword.net/training.html</docsUrl> <docsUrl>https://e-sword.net/training.html</docsUrl>
<tags>esword bible christianity</tags> <tags>esword bible christianity</tags>
<summary>The Sword of the LORD with an electronic edge</summary> <summary>The Sword of the LORD with an electronic edge</summary>
<description> <description
e-Sword is a fast and effective way to study the Bible. e-Sword is >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.</description>
feature rich and user friendly with more capabilities than you would <releaseNotes
expect in a free Bible study app. >The **Editors** have been redesigned to make better use of their native functionality. The **Right** (versus the Left) mouse button is now used to access much of this functionality.
</description>
<releaseNotes>
The **Editors** have been redesigned to make better use of their native
functionality. The **Right** (versus the Left) mouse button is now used
to access much of this functionality.
The **Random Startup Verse** feature has been redesigned to display The **Random Startup Verse** feature has been redesigned to display equipping and encouraging verses. This feature is enabled under the Options menu.
equipping and encouraging verses. This feature is enabled under the
Options menu.
Various third-party controls have been updated to current versions, Various third-party controls have been updated to current versions, while some that are no longer being developed have been removed and/or replaced.</releaseNotes>
while some that are no longer being developed have been removed and/or
replaced.
</releaseNotes>
</metadata> </metadata>
<files> <files>
<file src="tools\**" target="tools" /> <file src="tools\**" target="tools" />

View file

@ -8,7 +8,7 @@ $packageArgs = @{
fileType = 'EXE' fileType = 'EXE'
url = $url url = $url
softwareName = 'e-Sword' softwareName = 'e-Sword'
checksum = '59d8ed122485a3bcef4c030c1b10f5316b084e3effd8da91734dbd34417b05339bd63f1dfd030b12c9925d282fc0ac56819ce81247b069051695228648fa9780' checksum = '2d3a67edda7ebdb5d2a656c0947483e92b087bbed3269b6d328e6e25126de4d3d1e9044e96d26f95db5a2e5e85abc9e904fb6ed26d6ac3478a0a19063e1c996e'
checksumType = 'sha512' checksumType = 'sha512'
validExitCodes= @(0, 3010, 1641) validExitCodes= @(0, 3010, 1641)
silentArgs = '/s /v"/qn"' silentArgs = '/s /v"/qn"'

Binary file not shown.