This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
89 changed files
with
2,301 additions
and
661 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
deployment/Chocolatey/template/GitHubLink/GitHubLink.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>githublink</id> | ||
<version>[VERSION]</version> | ||
<title>GitHubLink</title> | ||
<authors>GeertvanHorrik</authors> | ||
|
||
<description> | ||
** Note: this is a maintenance package, GitHubLink is replaced by GitLink ** | ||
</description> | ||
|
||
<summary> | ||
</summary> | ||
|
||
<tags>source symbol symbols server sourcelink github bitbucket git stepping debugging</tags> | ||
|
||
<language>en-US</language> | ||
<projectUrl>https://github.com/CatenaLogic/GitLink/</projectUrl> | ||
<licenseUrl>https://github.com/CatenaLogic/GitLink/blob/develop/LICENSE</licenseUrl> | ||
<iconUrl>https://raw.githubusercontent.com/CatenaLogic/GitLink/develop/design/logo/logo_64.png</iconUrl> | ||
|
||
<dependencies> | ||
<dependency id="gitlink" version="[VERSION]" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>gitlink</id> | ||
<version>[VERSION]</version> | ||
<title>GitLink</title> | ||
<authors>GeertvanHorrik</authors> | ||
|
||
<description> | ||
GitLink let's users step through your code hosted on any Git hosting service! This makes symbol servers obsolete which saves you both time | ||
with uploading source files with symbols and the user no longer has to specify custom symbol servers (such as symbolsource.org). | ||
</description> | ||
|
||
<summary> | ||
</summary> | ||
|
||
<tags>gitlink githublinksource symbol symbols server sourcelink github bitbucket git stepping debugging</tags> | ||
|
||
<language>en-US</language> | ||
<projectUrl>https://github.com/CatenaLogic/GitLink/</projectUrl> | ||
<licenseUrl>https://github.com/CatenaLogic/GitLink/blob/develop/LICENSE</licenseUrl> | ||
<iconUrl>https://raw.githubusercontent.com/CatenaLogic/GitLink/develop/design/logo/logo_64.png</iconUrl> | ||
</metadata> | ||
</package> |
2 changes: 2 additions & 0 deletions
2
deployment/Chocolatey/template/GitLink/tools/chocolateyInstall.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Generate-BinFile "ghl" "$packageFolder\Tools\GitLink.exe" | ||
Write-ChocolateySuccess "GitLink" |
3 changes: 3 additions & 0 deletions
3
deployment/Chocolatey/template/GitLink/tools/chocolateyUninstall.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Remove-BinFile "gl" "$packageFolder\Tools\GitLink.exe" | ||
Remove-BinFile "GitLink" "$packageFolder\Tools\GitLink.exe" | ||
Write-ChocolateySuccess "GitLink" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file renamed
BIN
+139 KB
...nalBuilder/GitHubLink.CreatePackages.fbp7 → .../FinalBuilder/GitLink.CreatePackages.fbp7
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>githublink</id> | ||
<version>[VERSION]</version> | ||
<title>GitHubLink</title> | ||
<authors>GeertvanHorrik</authors> | ||
|
||
<description> | ||
** Note: this is a maintenance package, GitHubLink is replaced by GitLink ** | ||
</description> | ||
|
||
<summary> | ||
</summary> | ||
|
||
<tags>source symbol symbols server sourcelink github bitbucket git stepping debugging</tags> | ||
|
||
<language>en-US</language> | ||
<projectUrl>https://github.com/CatenaLogic/GitLink/</projectUrl> | ||
<licenseUrl>https://github.com/CatenaLogic/GitLink/blob/develop/LICENSE</licenseUrl> | ||
<iconUrl>https://raw.githubusercontent.com/CatenaLogic/GitLink/develop/design/logo/logo_64.png</iconUrl> | ||
|
||
<dependencies> | ||
<dependency id="gitlink" version="[VERSION]" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>gitlink</id> | ||
<version>[VERSION]</version> | ||
<title>GitLink</title> | ||
<authors>GeertvanHorrik</authors> | ||
|
||
<description> | ||
GitLink let's users step through your code hosted on any Git hosting service! This makes symbol servers obsolete which saves you both time | ||
with uploading source files with symbols and the user no longer has to specify custom symbol servers (such as symbolsource.org). | ||
</description> | ||
|
||
<summary> | ||
</summary> | ||
|
||
<tags>gitlink githublink source symbol symbols server sourcelink github bitbucket git stepping debugging</tags> | ||
|
||
<language>en-US</language> | ||
<projectUrl>https://github.com/CatenaLogic/GitLink/</projectUrl> | ||
<licenseUrl>https://github.com/CatenaLogic/GitLink/blob/develop/LICENSE</licenseUrl> | ||
<iconUrl>https://raw.githubusercontent.com/CatenaLogic/GitLink/develop/design/logo/logo_64.png</iconUrl> | ||
</metadata> | ||
</package> |
Oops, something went wrong.