Skip to content

Commit

Permalink
AU: 1 updated - ghostdoc-enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 31, 2018
1 parent 2f343fd commit 516a6ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/ghostdoc-enterprise/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/9cc5e849e4ac105af5371fdb4c196017ed8fe1a0/icons/ghostdoc.png" height="48" width="48" /> ![GhostDoc Enterprise Edition](https://img.shields.io/chocolatey/v/ghostdoc-enterprise.svg?label=GhostDoc%20Enterprise%20Edition&style=for-the-badge)](https://chocolatey.org/packages/ghostdoc-enterprise)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@9cc5e849e4ac105af5371fdb4c196017ed8fe1a0/icons/ghostdoc.png" height="48" width="48" /> ![GhostDoc Enterprise Edition](https://img.shields.io/chocolatey/v/ghostdoc-enterprise.svg?label=GhostDoc%20Enterprise%20Edition&style=for-the-badge)](https://chocolatey.org/packages/ghostdoc-enterprise)

**GhostDoc** is a Visual Studio extension that automatically generates XML documentation comments for methods and properties based on their type, parameters, name, and other contextual information.

Expand Down
6 changes: 3 additions & 3 deletions automatic/ghostdoc-enterprise/ghostdoc-enterprise.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ghostdoc-enterprise</id>
<version>2018.1.18250</version>
<version>2018.1.18300</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/ghostdoc-enterprise</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>GhostDoc Enterprise Edition</title>
<authors>submain</authors>
<projectUrl>http://submain.com/products/ghostdoc.aspx</projectUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/9cc5e849e4ac105af5371fdb4c196017ed8fe1a0/icons/ghostdoc.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@9cc5e849e4ac105af5371fdb4c196017ed8fe1a0/icons/ghostdoc.png</iconUrl>
<copyright>© 1998-2017 SubMain Software. All rights reserved.</copyright>
<licenseUrl>http://submain.com/ghostdoc/EULA.aspx</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down Expand Up @@ -39,7 +39,7 @@ If you follow good naming conventions in your code, then you will get very decen
## Notes
- Uninstall is not completely silent, after uninstall a browser window pops up
]]></description>
<releaseNotes>[Software Changelog](https://support.submain.com/kb/a60/whats-new-in-ghostdoc-v2018.aspx https://support.submain.com/kb/a60/whats-new-in-ghostdoc-v2018.aspx
<releaseNotes>[Software Changelog](https://support.submain.com/kb/a60/whats-new-in-ghostdoc-v2018.aspx
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/ghostdoc-pro/Changelog.md)</releaseNotes>
<dependencies>
<dependency id="autohotkey.portable" version="1.1.28.01" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/ghostdoc-enterprise/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $cacheDirectory = Get-PackageCacheLocation
$packageArgs = @{
packageName = $env:chocolateyPackageName
fileType = 'exe'
url = 'https://submain.com/download/GhostDocEnt_v2018.1.18250.zip'
url = 'https://submain.com/download/GhostDocEnt_v2018.1.18300.zip'
unzipLocation = $cacheDirectory
softwareName = 'GhostDoc Enterprise'
checksum = 'B1A4A75AA5492452EC72D87602416E01EBBC8DA8D6AE11A33EC056219CAFB8CDA6C2BEBCFFE2496CF2BF0161BEC997242EC791AD843572EFAD4543C8B3DADE01'
checksum = '633549DB2EAAADA0B17F42E673F6C720BE77E1057DCB54CDDE0B7B601D421FFC436664BFC38BD1659DE080740E3AAC929D4541969DA324306A85AB0062CBF69D'
checksumType = 'sha512'
silentArgs = ''
validExitCodes = @(0)
Expand Down

0 comments on commit 516a6ab

Please sign in to comment.