switched for make to msbuild
Build file still private, since it relies on my local folder structure.
This commit is contained in:
parent
5421478d6e
commit
b3ad1ae799
4 changed files with 3 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -358,3 +358,4 @@ MigrationBackup/
|
||||||
/Makefile
|
/Makefile
|
||||||
/site
|
/site
|
||||||
/src
|
/src
|
||||||
|
/build.csproj
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
||||||
* `auto retract landing gear` setting: Automatically retract landing gear when
|
* `auto retract landing gear` setting: Automatically retract landing gear when
|
||||||
lifting off a planet / undocking from a station. Default: true. (#133)
|
lifting off a planet / undocking from a station. Default: true. (#133)
|
||||||
* `auto disable s r v lights` setting: Automatically turn SRV lights off when
|
* `auto disable s r v lights` setting: Automatically turn SRV lights off when
|
||||||
|
|
|
@ -4,7 +4,7 @@ repo_url: https://github.com/alterNERDtive/VoiceAttack-profiles
|
||||||
edit_uri: "edit/devel/docs/"
|
edit_uri: "edit/devel/docs/"
|
||||||
site_description: "alterNERDtive VoiceAttack profiles for Elite: Dangerous"
|
site_description: "alterNERDtive VoiceAttack profiles for Elite: Dangerous"
|
||||||
site_author: "alterNERDtive"
|
site_author: "alterNERDtive"
|
||||||
remote_name: "ssh-origin"
|
remote_name: "origin"
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: readthedocs
|
name: readthedocs
|
||||||
|
|
|
@ -484,7 +484,7 @@ namespace alterNERDtive
|
||||||
| required VoiceAttack plugin shenanigans |
|
| required VoiceAttack plugin shenanigans |
|
||||||
\========================================*/
|
\========================================*/
|
||||||
|
|
||||||
static readonly Version VERSION = new Version("4.3");
|
static readonly Version VERSION = new Version("4.3.1");
|
||||||
|
|
||||||
public static Guid VA_Id()
|
public static Guid VA_Id()
|
||||||
=> new Guid("{F7F59CFD-1AE2-4A7E-8F62-C62372418BAC}");
|
=> new Guid("{F7F59CFD-1AE2-4A7E-8F62-C62372418BAC}");
|
||||||
|
|
Loading…
Reference in a new issue