From 034ae6e53218a3940bba38e852bc784281ebde05 Mon Sep 17 00:00:00 2001 From: MeFisto94 Date: Mon, 18 Mar 2024 18:28:03 +0100 Subject: [PATCH] Upgrade to Andraste 0.2.0 --- Andraste.Payload.Generic.csproj | 6 +++--- GenericEntryPoint.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Andraste.Payload.Generic.csproj b/Andraste.Payload.Generic.csproj index 1f05ff3..c50e1ad 100644 --- a/Andraste.Payload.Generic.csproj +++ b/Andraste.Payload.Generic.csproj @@ -9,7 +9,7 @@ Copyright 2023 The AndrasteFramework Team Andraste.Payload.Generic - 0.1.4 + 0.2.0 MeFisto94 MIT true @@ -25,8 +25,8 @@ - - + + diff --git a/GenericEntryPoint.cs b/GenericEntryPoint.cs index 8ed6fa9..648df42 100644 --- a/GenericEntryPoint.cs +++ b/GenericEntryPoint.cs @@ -5,7 +5,7 @@ namespace Andraste.Payload.Generic { public class GenericEntryPoint : EntryPoint { - public GenericEntryPoint(RemoteHooking.IContext context) : base(context) + public GenericEntryPoint(RemoteHooking.IContext context, string profileFolder) : base(context, profileFolder) { }