Skip to content

Commit

Permalink
Release-Candidate v1.6-RC
Browse files Browse the repository at this point in the history
* FIXED: Avoids crashes when project cannot be loaded for some reasons. Issue #56
* FIXED: Fixed usage of manager outside the Solution directory.
* FIXED: Fixed restoring package when using `-pe-exp-list` command.
* NEW: Added `-mgr-up` key. Will update manager to version from '-dxp-version'.
* NOTE: Thanks for your feedback. Now we're ready for release v1.6, soon.
        Please check release-candidate as carefully as possible.

        Start with:
        ==============================
        DllExport -action Configure
        ==============================
        https://3F.github.io/DllExport/releases/latest/manager/
        https://www.youtube.com/watch?v=okPThdWDZMM&t=46s
  • Loading branch information
3F committed Nov 26, 2017
1 parent 3f66194 commit 18a4d4d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
beta3
RC
2 changes: 1 addition & 1 deletion Configurator/ConfVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal struct ConfVersion

public const string S_NUM = "1.6.0";
public const string S_REV = "9361";
public const string S_REL = "beta3";
public const string S_REL = "RC";

public const string S_NUM_REV = S_NUM + "." + S_REV;

Expand Down
2 changes: 1 addition & 1 deletion Wizard/WizardVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal struct WizardVersion

public const string S_NUM = "1.6.0";
public const string S_REV = "9361";
public const string S_REL = "beta3";
public const string S_REL = "RC";

public const string S_NUM_REV = S_NUM + "." + S_REV;

Expand Down
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
DllExport - https://github.com/3F/DllExport
- - - - - - - - - - - - - - - - - - - - - -

[v1.6-RC] 2017.11.26

* FIXED: Avoids crashes when project cannot be loaded for some reasons. Issue #56
* FIXED: Fixed usage of manager outside the Solution directory.
* FIXED: Fixed restoring package when using `-pe-exp-list` command.
* NEW: Added `-mgr-up` key. Will update manager to version from '-dxp-version'.
* NOTE: Thanks for your feedback. Now we're ready for release v1.6, soon.
Please check release-candidate as carefully as possible.

Start with:
==============================
DllExport -action Configure
==============================
https://3F.github.io/DllExport/releases/latest/manager/
https://www.youtube.com/watch?v=okPThdWDZMM&t=46s


[v1.6-beta3] 2017.10.27

* NEW: Implemented another storage for configuration: '.net.dllexport.targets'. Issue #49.
Expand Down

0 comments on commit 18a4d4d

Please sign in to comment.