From 40513f154ea34cf44b02a478993786f363fb6c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enner=20P=C3=A9rez?= Date: Tue, 27 Dec 2016 12:28:50 -0400 Subject: [PATCH 1/2] NuGet Badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 559dd8a..fd93df7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ MSBuild.ConfuserEx MSBuild.ConfuserEx is a target for ConfuserEx integration in MSBuild process. [![Build status](https://ci.appveyor.com/api/projects/status/melev7x8iigtmryx?svg=true)](https://ci.appveyor.com/project/ennerperez/confuserex) +[![NuGet](https://img.shields.io/nuget/v/Nuget.Core.svg)](https://www.nuget.org/packages/MSBuild.ConfuserEx/) ConfuserEx ======== From f6d567b71614e7d70401045c89c27d1e7883bbff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enner=20P=C3=A9rez?= Date: Wed, 6 Dec 2017 13:08:46 -0400 Subject: [PATCH 2/2] Minor update --- LICENSE | 10 ++++-- MSBuild.ConfuserEx.Test/Confuser.crproj | 6 ++-- .../MSBuild.ConfuserEx.Test.csproj | 8 +---- MSBuild.ConfuserEx.Test/Program.cs | 3 ++ MSBuild.ConfuserEx.Test/packages.config | 1 - MSBuild.ConfuserEx/Package.nuspec | 2 +- .../build/MSBuild.ConfuserEx.targets | 1 + README.md | 35 +------------------ 8 files changed, 18 insertions(+), 48 deletions(-) diff --git a/LICENSE b/LICENSE index 8decafd..a0a73a4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,5 @@ +---------------- + ConfuserEx is licensed under MIT license. ---------------- @@ -22,11 +24,15 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -ConfuserEx.Build is licensed under MIT license. +---------------- + +MSBuild.ConfuserEx is licensed under MIT license. ---------------- -Copyright (c) 2016 Enner Pérez +The MIT License (MIT) + +Copyright (c) 2017 Enner Pérez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/MSBuild.ConfuserEx.Test/Confuser.crproj b/MSBuild.ConfuserEx.Test/Confuser.crproj index 1f85e37..0a26404 100644 --- a/MSBuild.ConfuserEx.Test/Confuser.crproj +++ b/MSBuild.ConfuserEx.Test/Confuser.crproj @@ -1,5 +1,5 @@  - - - \ No newline at end of file + + + \ No newline at end of file diff --git a/MSBuild.ConfuserEx.Test/MSBuild.ConfuserEx.Test.csproj b/MSBuild.ConfuserEx.Test/MSBuild.ConfuserEx.Test.csproj index 0e67b2a..ee258c2 100644 --- a/MSBuild.ConfuserEx.Test/MSBuild.ConfuserEx.Test.csproj +++ b/MSBuild.ConfuserEx.Test/MSBuild.ConfuserEx.Test.csproj @@ -53,13 +53,7 @@ - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - + $(MSBuildThisFileDirectory)..\..\ConfuserEx.Final.1.0.0\tools + $(SolutionDir)packages\ConfuserEx.Final.1.0.0\tools diff --git a/README.md b/README.md index fd93df7..0cac5b8 100644 --- a/README.md +++ b/README.md @@ -10,39 +10,6 @@ ConfuserEx ConfuserEx is a open-source protector for .NET applications. It is the successor of [Confuser](http://confuser.codeplex.com) project. -Features --------- -* Supports .NET Framework 2.0/3.0/3.5/4.0/4.5 -* Symbol renaming (Support WPF/BAML) -* Protection against debuggers/profilers -* Protection against memory dumping -* Protection against tampering (method encryption) -* Control flow obfuscation -* Constant/resources encryption -* Reference hiding proxies -* Disable decompilers -* Embedding dependency -* Compressing output -* Extensible plugin API -* Many more are coming! - -Usage ------ -`Confuser.CLI ` - -The project file is a ConfuserEx Project (*.crproj). -The format of project file can be found in docs\ProjectFormat.md - -Bug Report ----------- -See the [Issues Report](http://yck1509.github.io/ConfuserEx/issues/) section of website. - - License ------- -See LICENSE file for details. - -Credits -------- -**[0xd4d](https://github.com/0xd4d)** for his awesome work and extensive knowledge! -Members of **[Black Storm Forum](http://board.b-at-s.info/)** for their help! \ No newline at end of file +See [LICENSE](LICENSE) file for details. \ No newline at end of file