Skip to content

Commit

Permalink
Upgrade to Andraste 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed Mar 18, 2024
1 parent a907191 commit 034ae6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Andraste.Payload.Generic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- NuGet -->
<Copyright>Copyright 2023 The AndrasteFramework Team</Copyright>
<PackageId>Andraste.Payload.Generic</PackageId>
<Version>0.1.4</Version>
<Version>0.2.0</Version>
<Authors>MeFisto94</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -25,8 +25,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Andraste.EasyHook" Version="1.0.2" />
<PackageReference Include="Andraste.Payload" Version="0.1.4" />
<PackageReference Include="Andraste.Shared" Version="0.1.3" />
<PackageReference Include="Andraste.Payload" Version="0.2.0" />
<PackageReference Include="Andraste.Shared" Version="0.2.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Runtime.Remoting" />
Expand Down
2 changes: 1 addition & 1 deletion GenericEntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}

Expand Down

0 comments on commit 034ae6e

Please sign in to comment.