Skip to content

Commit

Permalink
Bump to Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed Apr 21, 2024
1 parent 034ae6e commit ed166d8
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 @@ -7,9 +7,9 @@
<OutputPath>bin\$(Configuration)\</OutputPath>

<!-- NuGet -->
<Copyright>Copyright 2023 The AndrasteFramework Team</Copyright>
<Copyright>Copyright 2023-2024 The AndrasteFramework Team</Copyright>
<PackageId>Andraste.Payload.Generic</PackageId>
<Version>0.2.0</Version>
<Version>0.2.2</Version>
<Authors>MeFisto94</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -25,7 +25,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Andraste.EasyHook" Version="1.0.2" />
<PackageReference Include="Andraste.Payload" Version="0.2.0" />
<PackageReference Include="Andraste.Payload" Version="0.2.2" />
<PackageReference Include="Andraste.Shared" Version="0.2.2" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion GenericEntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public GenericEntryPoint(RemoteHooking.IContext context, string profileFolder) :
}

public override string FrameworkName => "Andraste Generic";
public override string Version => "0.1.3";
public override string Version => "0.2.2";
protected override void PreWakeup()
{
Container.RegisterManager(new BasicFileRedirectingManager());
Expand Down

0 comments on commit ed166d8

Please sign in to comment.