-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Constants] add new parameter - programs_list (contains applications …
…list data) [Functions] implemented new flag(s) --list-applications (get available applications to install) [Functions] Implemented new functions isWindowsXP (checks if the current Windows version is Windows XP) and IsDotNet45orNewer
- Loading branch information
Showing
3 changed files
with
100 additions
and
36 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
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,18 +1,9 @@ | ||
| ||
namespace xp_apps.sources.constants | ||
namespace xp_apps.sources.constants | ||
{ | ||
public static class Constants | ||
{ | ||
public static string PROGRAM_VERSION = "0.1.0"; | ||
//public Constants() | ||
//{ | ||
// public static string PROGRAM_VERSION = "0.1.0"; | ||
//} | ||
public static object programs_list = Functions.getUpdates(); | ||
} | ||
} | ||
|
||
|
||
//public class ApplicationResponse | ||
//{ | ||
// [JsonProperty("test")] | ||
//} |
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