-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#33 Add support for msi from github releases
- Loading branch information
1 parent
9810299
commit 58d3846
Showing
12 changed files
with
3,747 additions
and
4,196 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@echo off | ||
set TrionicCANFlasher.version=0.1.72.0 | ||
set TrionicCANFlasher.version=0.1.73.0 | ||
set TrionicCANLib.version=0.1.59.0 | ||
set SetupCANFlash.version=0.1.72 | ||
set SetupCANFlash.version=0.1.73 |
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 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,9 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
|
||
|
||
public class ReleaseAsset | ||
{ | ||
public string browser_download_url { get; set; } | ||
} |
Oops, something went wrong.