From b04487243b19361ab181bb2c3cc3cd18596b2a6b Mon Sep 17 00:00:00 2001
From: "Denis Kuzmin [ GitHub/3F ]" <x-3F@outlook.com>
Date: Tue, 21 Jan 2020 21:56:24 +0300
Subject: [PATCH] Public Beta4 release of the .NET DllExport 1.7:

* NEW: Allowed .NET Standard 1.1 and above targeting.

* FIXED: Fixed "Sdk.WindowsDesktop" problem for .NET Core / SDK-based projects.
         Details in PR #123.

* FIXED: Fixed beta3 incorrect layout (Thanks @Genteure, PR #131).

         Related problem with `Inf/-Inf token patching` option:
         https://github.com/3F/DllExport/issues/128#issuecomment-566360606

* FIXED: DllExport crashing with proxy authentication error. Issue #133.

* FIXED: Fixed actions for `-mgr-up` key.
         Including `-action Upgrade` ( Update + mgr-up + force keys )

* FIXED: Fixes possible MSB1006 for proxycfg property.
         "MSB1006: Property is not valid. Switch: proxycfg"

* CHANGED: UI. VS project icons under Visual Studio 2017 Image Library EULA.RTF license.

* CHANGED: init.ps1 adds optional copying of package data for our manager.
           Part of the "new installation behavior through official NuGet." (beta2)

           Please note: This is not nuget support!
                        It just replaces known info-form that was in 1.6.x.

* CHANGED: Local scope when invoking .\DllExport manager in project files.

* CHANGED: Updated GetNuTool 1.8
           https://github.com/3F/GetNuTool/releases/tag/1.8

* NOTE: Please don't use beta releases in production!

* NOTE: Please report about something here: https://github.com/3F/DllExport/issues
---
 .release.version        |  2 +-
 Wizard/WizardVersion.cs |  2 +-
 changelog.txt           | 38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/.release.version b/.release.version
index 74a9481..4b60236 100644
--- a/.release.version
+++ b/.release.version
@@ -1 +1 @@
-beta3
\ No newline at end of file
+beta4
\ No newline at end of file
diff --git a/Wizard/WizardVersion.cs b/Wizard/WizardVersion.cs
index 04f21bc..091a128 100644
--- a/Wizard/WizardVersion.cs
+++ b/Wizard/WizardVersion.cs
@@ -10,7 +10,7 @@ internal struct WizardVersion
 
         public const string S_NUM = "1.7.0";
         public const string S_REV = "0";
-        public const string S_REL = "beta3";
+        public const string S_REL = "beta4";
 
         public const string S_NUM_REV = S_NUM + "." + S_REV;
 
diff --git a/changelog.txt b/changelog.txt
index 1604618..063277e 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,6 +1,44 @@
 .NET DllExport - https://github.com/3F/DllExport
 - - - - - - - - - - - - - - - - - - - - - - - - -
 
+[v1.7-beta4] 2020.01.21
+
+    * NEW: Allowed .NET Standard 1.1 and above targeting.
+
+    * FIXED: Fixed "Sdk.WindowsDesktop" problem for .NET Core / SDK-based projects.
+             Details in PR #123.
+
+    * FIXED: Fixed beta3 incorrect layout (Thanks @Genteure, PR #131).
+    
+             Related problem with `Inf/-Inf token patching` option:
+             https://github.com/3F/DllExport/issues/128#issuecomment-566360606
+             
+    * FIXED: DllExport crashing with proxy authentication error. Issue #133.
+    
+    * FIXED: Fixed actions for `-mgr-up` key.
+             Including `-action Upgrade` ( Update + mgr-up + force keys )
+             
+    * FIXED: Fixes possible MSB1006 for proxycfg property.
+             "MSB1006: Property is not valid. Switch: proxycfg"
+             
+    * CHANGED: UI. VS project icons under Visual Studio 2017 Image Library EULA.RTF license.
+    
+    * CHANGED: init.ps1 adds optional copying of package data for our manager.
+               Part of the "new installation behavior through official NuGet." (beta2)
+               
+               Please note: This is not nuget support! 
+                            It just replaces known info-form that was in 1.6.x.
+    
+    * CHANGED: Local scope when invoking .\DllExport manager in project files.
+             
+    * CHANGED: Updated GetNuTool 1.8
+               https://github.com/3F/GetNuTool/releases/tag/1.8
+               
+    * NOTE: Please don't use beta releases in production!
+    
+    * NOTE: Please report about something here: https://github.com/3F/DllExport/issues
+
+
 [v1.6.6] 2020.01.16
 
     * NOTE: Please don't forget to test latest 1.7 BETA releases (not for production)