[fix]: updated version number and copyright
Some checks failed
Create release on tag push / Create mod release (push) Failing after 28s

This commit is contained in:
alterNERDtive 2024-05-03 14:33:14 +02:00
parent bb0f4608bf
commit 168a4dd30b
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1

View file

@ -1,5 +1,5 @@
// <copyright file="bindED.cs" company="alterNERDtive">
// Copyright 20202022 alterNERDtive.
// Copyright 20202024 alterNERDtive.
//
// This file is part of bindED VoiceAttack plugin.
//
@ -38,7 +38,7 @@ namespace bindEDplugin
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "historic, grandfathered in")]
public class bindEDPlugin
{
private static readonly Version VERSION = new ("4.2.2");
private static readonly Version VERSION = new ("5.0.1");
private static readonly string BindingsDir = Path.Combine(
Environment.GetFolderPath(
@ -133,7 +133,7 @@ namespace bindEDplugin
/// The plugins description, as required by the VoiceAttack plugin API.
/// </summary>
/// <returns>The description.</returns>
public static string VA_DisplayInfo() => "bindED Plugin\r\n\r\n2016 VoiceAttack.com\r\n20202021 alterNERDtive";
public static string VA_DisplayInfo() => "bindED Plugin\r\n\r\n2016 VoiceAttack.com\r\n20202024 alterNERDtive";
/// <summary>
/// The plugins GUID, as required by the VoiceAttack plugin API.