Skip to content

Commit 917a4b8

Browse files
committed
v1.4.0 alpha commit 2
1 parent ee8493f commit 917a4b8

16 files changed

+21
-13
lines changed

AssistantComputerControl/Actions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* AssistantComputerControl
33
* Made by Albert MN.
4-
* Updated: Updated: v1.4.0, 26-12-2019
4+
* Updated: v1.4.0, 15-01-2020
55
*
66
* Use:
77
* - Functions for all the actions

AssistantComputerControl/AssistantComputerControl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
3636
<WebPage>publish.htm</WebPage>
3737
<ApplicationRevision>0</ApplicationRevision>
38-
<ApplicationVersion>1.3.2.%2a</ApplicationVersion>
38+
<ApplicationVersion>1.4.0.%2a</ApplicationVersion>
3939
<UseApplicationTrust>false</UseApplicationTrust>
4040
<CreateDesktopShortcut>true</CreateDesktopShortcut>
4141
<PublishWizardCompleted>true</PublishWizardCompleted>

AssistantComputerControl/CleanupService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* AssistantComputerControl
33
* Made by Albert MN.
4-
* Updated: v1.4.0, 26-12-2019
4+
* Updated: v1.4.0, 15-01-2020
55
*
66
* Use:
77
* - Cleans action files up after they've been processed

AssistantComputerControl/GettingStarted.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* AssistantComputerControl
33
* Made by Albert MN.
4-
* Updated: v1.3.3, 15-12-2019
4+
* Updated: v1.4.0, 15-01-2020
55
*
66
* Use:
77
* - The 'Getting Started' setup guide

AssistantComputerControl/MainProgram.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* AssistantComputerControl
33
* Made by Albert MN.
4-
* Updated: v1.4.0, 26-12-2019
4+
* Updated: v1.4.0, 15-01-2020
55
*
66
* Use:
77
* - Main class. Starts everything.
@@ -26,11 +26,10 @@
2626
namespace AssistantComputerControl {
2727
class MainProgram {
2828
public const string softwareVersion = "1.4.0",
29-
releaseDate = "2020-01-3 21:49:00", //YYYY-MM-DD H:i:s - otherwise it gives an error
29+
releaseDate = "2020-01-18 21:49:00", //YYYY-MM-DD H:i:s - otherwise it gives an error
3030
appName = "AssistantComputerControl",
3131

32-
//sentryToken = "super_secret";
33-
sentryToken = "https://[email protected]/1287269"; //Remove on git push
32+
sentryToken = "super_secret";
3433

3534

3635
static public bool debug = true,

AssistantComputerControl/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
// set of attributes. Change these attribute values to modify the information
88
// associated with an assembly.
99
[assembly: AssemblyTitle("AssistantComputerControl")]
10-
[assembly: AssemblyDescription("Control your computer using your voice.")]
10+
[assembly: AssemblyDescription("Control your computer using your personal assistant.")]
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("")]
1313
[assembly: AssemblyProduct("AssistantComputerControl")]
14-
[assembly: AssemblyCopyright("Copyright © 2019")]
14+
[assembly: AssemblyCopyright("Copyright © 2020")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

AssistantComputerControl/SettingsForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* AssistantComputerControl
33
* Made by Albert MN.
4-
* Updated: v1.1.4, 13-12-2018
4+
* Updated: v1.4.0, 15-01-2020
55
*
66
* Use:
77
* - Settings Form

AssistantComputerControl/Translator.cs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
using System;
1+
/*
2+
* AssistantComputerControl
3+
* Made by Albert MN.
4+
* Updated: v1.4.0, 15-01-2020
5+
*
6+
* Use:
7+
* - Controls the translating system
8+
*/
9+
10+
using System;
211
using System.Collections.Generic;
312
using System.Dynamic;
413
using System.IO;

AssistantComputerControl/actionChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* AssistantComputerControl
33
* Made by Albert MN.
4-
* Updated: Updated: v1.4.0, 26-12-2019
4+
* Updated: v1.4.0, 15-01-2020
55
*
66
* Use:
77
* - Checks and execute action files
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)