chocolatey-packages/e-sword/esword.nuspec

28 lines
1.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesnt appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>e-sword</id>
<version>12.0.1</version>
<owners>millironx</owners>
<packageSourceUrl>https://github.com/millironx/chocolatey-packages</packageSourceUrl>
<!-- ============================== -->
<!-- == SOFTWARE SPECIFIC SECTION == -->
<title>e-sword</title>
<authors>Rick Meyers</authors>
<projectUrl>https://e-sword.net/</projectUrl>
<iconUrl>https://e-sword.net/images/header-logo.png</iconUrl>
<copyright>2019 Rick Meyers</copyright>
<docsUrl>https://e-sword.net/training.html</docsUrl>
<tags>esword bible christianity</tags>
<summary>The Sword of the LORD with an electronic edge</summary>
<description>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>
<releaseNotes>**Downloader** updated to accommodate the AMG Publishers titles now being sold through eStudySource.</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>