Skip to content

Commit 0090eb5

Browse files
committed
Bump version.
1 parent cfc3494 commit 0090eb5

6 files changed

Lines changed: 20 additions & 10 deletions

File tree

NETReactorSlayer-x64.CLI/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
[assembly: Guid("4363303c-af4c-4c1b-8284-fc468514c15d")]
1414
[assembly: AssemblyVersion("5.0.0.0")]
1515
[assembly: AssemblyFileVersion("5.0.0.0")]
16-
[assembly: AssemblyInformationalVersion("v5.0-rc1")]
16+
[assembly: AssemblyInformationalVersion("v5.0.0.0")]

NETReactorSlayer.CLI/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
[assembly: Guid("91f328fb-ceec-4869-8dad-0f9a3eefab48")]
1414
[assembly: AssemblyVersion("5.0.0.0")]
1515
[assembly: AssemblyFileVersion("5.0.0.0")]
16-
[assembly: AssemblyInformationalVersion("v5.0-rc1")]
16+
[assembly: AssemblyInformationalVersion("v5.0.0.0")]

NETReactorSlayer.Core/Helper/EncryptedResource.cs

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,27 @@
44
using de4dot.blocks;
55
using de4dot.blocks.cflow;
66
using dnlib.DotNet;
7+
/*
8+
Copyright (C) 2021 CodeStrikers.org
9+
This file is part of NETReactorSlayer.
10+
NETReactorSlayer is free software: you can redistribute it and/or modify
11+
it under the terms of the GNU General Public License as published by
12+
the Free Software Foundation, either version 3 of the License, or
13+
(at your option) any later version.
14+
NETReactorSlayer is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
You should have received a copy of the GNU General Public License
19+
along with NETReactorSlayer. If not, see <http://www.gnu.org/licenses/>.
20+
*/
21+
722
using dnlib.DotNet.Emit;
823

924
namespace NETReactorSlayer.Core.Helper;
1025

1126
internal class EncryptedResource : IDisposable
1227
{
13-
/// <summary>
14-
/// Constructor
15-
/// </summary>
16-
/// <param name="method">Resource decrypter method.</param>
17-
/// <param name="additionalTypes"></param>
1828
public EncryptedResource(MethodDef method, IList<string> additionalTypes)
1929
{
2030
SimpleDeobfuscator.Deobfuscate(method);

NETReactorSlayer.Core/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
[assembly: Guid("11e508f0-7aa3-46bd-9891-766deb293830")]
1414
[assembly: AssemblyVersion("5.0.0.0")]
1515
[assembly: AssemblyFileVersion("5.0.0.0")]
16-
[assembly: AssemblyInformationalVersion("v5.0-rc1")]
16+
[assembly: AssemblyInformationalVersion("v5.0.0.0")]

NETReactorSlayer.De4dot/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
[assembly: Guid("ac8d9e60-5e24-4fe1-8d3c-d100571d5944")]
1414
[assembly: AssemblyVersion("5.0.0.0")]
1515
[assembly: AssemblyFileVersion("5.0.0.0")]
16-
[assembly: AssemblyInformationalVersion("v5.0-rc1")]
16+
[assembly: AssemblyInformationalVersion("v5.0.0.0")]

NETReactorSlayer.GUI/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
[assembly: Guid("cb061de1-00f8-46fb-9bfc-d05b8d0f59ba")]
1414
[assembly: AssemblyVersion("5.0.0.0")]
1515
[assembly: AssemblyFileVersion("5.0.0.0")]
16-
[assembly: AssemblyInformationalVersion("v5.0-rc1")]
16+
[assembly: AssemblyInformationalVersion("v5.0.0.0")]

0 commit comments

Comments
 (0)