From b3ad1ae79921b113c2bad8d165f9c5a92510e3d0 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Fri, 27 May 2022 20:20:41 +0200 Subject: [PATCH] switched for make to msbuild Build file still private, since it relies on my local folder structure. --- .gitignore | 1 + CHANGELOG.md | 1 - mkdocs.yml | 2 +- plugins/VoiceAttack-base/base.cs | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7bcbf2a..887be4d 100644 --- a/.gitignore +++ b/.gitignore @@ -358,3 +358,4 @@ MigrationBackup/ /Makefile /site /src +/build.csproj diff --git a/CHANGELOG.md b/CHANGELOG.md index bcafd88..c347065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ ### Added - * `auto retract landing gear` setting: Automatically retract landing gear when lifting off a planet / undocking from a station. Default: true. (#133) * `auto disable s r v lights` setting: Automatically turn SRV lights off when diff --git a/mkdocs.yml b/mkdocs.yml index 2d68985..654b969 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,7 +4,7 @@ repo_url: https://github.com/alterNERDtive/VoiceAttack-profiles edit_uri: "edit/devel/docs/" site_description: "alterNERDtive VoiceAttack profiles for Elite: Dangerous" site_author: "alterNERDtive" -remote_name: "ssh-origin" +remote_name: "origin" theme: name: readthedocs diff --git a/plugins/VoiceAttack-base/base.cs b/plugins/VoiceAttack-base/base.cs index 017aee1..e21a9dc 100644 --- a/plugins/VoiceAttack-base/base.cs +++ b/plugins/VoiceAttack-base/base.cs @@ -484,7 +484,7 @@ namespace alterNERDtive | 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() => new Guid("{F7F59CFD-1AE2-4A7E-8F62-C62372418BAC}");