[fix]: updated version number and copyright
Some checks failed
Create release on tag push / Create mod release (push) Failing after 28s
Some checks failed
Create release on tag push / Create mod release (push) Failing after 28s
This commit is contained in:
parent
bb0f4608bf
commit
168a4dd30b
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
// <copyright file="bindED.cs" company="alterNERDtive">
|
// <copyright file="bindED.cs" company="alterNERDtive">
|
||||||
// Copyright 2020–2022 alterNERDtive.
|
// Copyright 2020–2024 alterNERDtive.
|
||||||
//
|
//
|
||||||
// This file is part of bindED VoiceAttack plugin.
|
// 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")]
|
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "historic, grandfathered in")]
|
||||||
public class bindEDPlugin
|
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(
|
private static readonly string BindingsDir = Path.Combine(
|
||||||
Environment.GetFolderPath(
|
Environment.GetFolderPath(
|
||||||
|
@ -133,7 +133,7 @@ namespace bindEDplugin
|
||||||
/// The plugin’s description, as required by the VoiceAttack plugin API.
|
/// The plugin’s description, as required by the VoiceAttack plugin API.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>The description.</returns>
|
/// <returns>The description.</returns>
|
||||||
public static string VA_DisplayInfo() => "bindED Plugin\r\n\r\n2016 VoiceAttack.com\r\n2020–2021 alterNERDtive";
|
public static string VA_DisplayInfo() => "bindED Plugin\r\n\r\n2016 VoiceAttack.com\r\n2020–2024 alterNERDtive";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The plugin’s GUID, as required by the VoiceAttack plugin API.
|
/// The plugin’s GUID, as required by the VoiceAttack plugin API.
|
||||||
|
|
Loading…
Reference in a new issue