Skip to content

Commit

Permalink
Release Candidate of the .NET DllExport 1.7:
Browse files Browse the repository at this point in the history
* NOTE: Release Candidate includes all actual fixes from
        [ 1.7 beta-1 to beta-4 ] releases. And also adds the following:

* NEW: Implemented updater for wizard. Issue #109.

* NEW: Textual export of affected data to diag.

* CHANGED: Updated logic for an offline versions
            with optional converting to online if needed.

* CHANGED: `.gitattributes` now will be distributed with packages.
           Use this to avoid related problems:
           `a7, a8, a9 - is not recognized as an internal or external command`
           3F/hMSBuild#2
  • Loading branch information
3F committed Jan 27, 2020
1 parent 3ce1c36 commit 182b8f1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
beta4
RC
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Copyright (c) 2016-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
[![Build status](https://ci.appveyor.com/api/projects/status/hh2oxibqoi6wrdnc/branch/master?svg=true)](https://ci.appveyor.com/project/3Fs/dllexport-ix27o/branch/master)
[![Latest-Release](https://img.shields.io/github/release/3F/DllExport.svg)](https://github.com/3F/DllExport/releases/latest)
[![License](https://img.shields.io/badge/License-MIT-74A5C2.svg)](https://github.com/3F/DllExport/blob/master/LICENSE)
[![coreclr_ILAsm](https://img.shields.io/badge/coreclr.ILAsm-4.700.1-C8597A.svg)](https://www.nuget.org/packages/ILAsm/)
[![coreclr_ILAsm](https://img.shields.io/badge/coreclr.ILAsm-4.700.2-C8597A.svg)](https://www.nuget.org/packages/ILAsm/)
[![Cecil](https://img.shields.io/badge/Cecil-0.11.1-1182C3.svg)](https://github.com/jbevain/cecil)
[![MvsSln](https://img.shields.io/badge/MvsSln-v2.5.0-865FC5.svg)](https://github.com/3F/MvsSln)
[![GetNuTool core](https://img.shields.io/badge/GetNuTool-v1.8-93C10B.svg)](https://github.com/3F/GetNuTool)
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.7.0";
public const string S_REV = "0";
public const string S_REL = "beta4";
public const string S_REL = "RC";

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

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

[v1.7-RC] 2020.01.27

* NOTE: Release Candidate includes all actual fixes from
[ 1.7 beta-1 to beta-4 ] releases. And also adds the following:

* NEW: Implemented updater for wizard. Issue #109.

* NEW: Textual export of affected data to diag.

* CHANGED: Updated logic for an offline versions
with optional converting to online if needed.

* CHANGED: `.gitattributes` now will be distributed with packages.
Use this to avoid related problems:
`a7, a8, a9 - is not recognized as an internal or external command`
https://github.com/3F/hMSBuild/issues/2


[v1.7-beta4] 2020.01.21

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

0 comments on commit 182b8f1

Please sign in to comment.