Skip to content

Commit

Permalink
Public beta2 release of the .NET DllExport - v1.6-beta2:
Browse files Browse the repository at this point in the history
* NOTE: This release contains trivial fixes only for our manager because of problems with nuget.org. Issue #38.
        Please read all changes in previous beta release and please note again - you shouldn't use standard nuget clients anymore:
        https://www.youtube.com/watch?v=okPThdWDZMM

        Test and comment anything about this in Issue #38 if you need.

* FIXED: Updated GetNuTool v1.6.1 to fix problems with possible incorrect CRC & Compressed size info from nuget.org.

         Changelog here:
         https://github.com/3F/GetNuTool/blob/master/changelog.txt

         Related issues:
         * 3F/GetNuTool#3
         * #38 (comment)

* CHANGED: Changed url to get latest manager directly. Please use this if you need:
           * https://3F.github.io/DllExport/releases/latest/manager/

           Other versions you can find from GitHub Releases:
           * https://github.com/3F/DllExport/releases

           Or get it from nuget packages starting with v1.6+
  • Loading branch information
3F committed Aug 19, 2017
1 parent d1db744 commit c897b99
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
beta
beta2
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 = "beta";
public const string S_REL = "beta2";

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

Expand Down
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Copyright (c) 2016-2017 Denis Kuzmin <[email protected]>
[![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)
[![NuGet package](https://img.shields.io/nuget/v/DllExport.svg)](https://www.nuget.org/packages/DllExport/)
[![GetNuTool core](https://img.shields.io/badge/GetNuTool-v1.6.1-93C10B.svg)](https://github.com/3F/GetNuTool)


```csharp
Expand Down Expand Up @@ -119,7 +120,7 @@ Read also my explanations from here: [about mscoree](https://github.com/3F/DllEx

Attention please: **v1.6+** does not support standard NuGet clients anymore [[?](https://github.com/3F/DllExport/issues/38)] But you can still easily get our package and flexibly configure what you need ([Sample](https://www.youtube.com/watch?v=okPThdWDZMM)):

Firstly, get our [DllExport.bat](#) (~18 Kb) from any place (for example, you can still get it from package via NuGet server - [how to](https://www.youtube.com/watch?v=okPThdWDZMM)) or it also can be embedded inside any other your scripts because it's simple batch script (without powershell scripts and dotnet-cli).
Firstly, get our [DllExport.bat](https://3F.github.io/DllExport/releases/latest/manager/) (~18 Kb) from any place (for example, you can still get it from package via NuGet server - [how to](https://www.youtube.com/watch?v=okPThdWDZMM)) or it also can be embedded inside any other your scripts because it's simple batch script (without powershell scripts and dotnet-cli).

* To install/uninstall or to reconfigure your projects:

Expand Down
2 changes: 1 addition & 1 deletion Wizard/UI/InfoForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private void linkLocalDxp_LinkClicked(object sender, LinkLabelLinkClickedEventAr

private void linkRemoteDxp_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
"https://raw.githubusercontent.com/3F/DllExport/latest/manager/DllExport.bat".OpenUrl();
"https://3F.github.io/DllExport/releases/latest/manager/".OpenUrl();
}

private void picVideo_Click(object sender, System.EventArgs e)
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 = "beta";
public const string S_REL = "beta2";

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

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

[v1.6-beta2] 2017.08.19

* NOTE: This release contains trivial fixes only for our manager because of problems with nuget.org. Issue #38.
Please read all changes in previous beta release and please note again - you shouldn't use standard nuget clients anymore:
https://www.youtube.com/watch?v=okPThdWDZMM

Test and comment anything about this in Issue #38 if you need.

* FIXED: Updated GetNuTool v1.6.1 to fix problems with possible incorrect CRC & Compressed size info from nuget.org.

Changelog here:
https://github.com/3F/GetNuTool/blob/master/changelog.txt

Related issues:
* https://github.com/3F/GetNuTool/issues/3
* https://github.com/3F/DllExport/issues/38#issuecomment-322250229

* CHANGED: Changed url to get latest manager directly. Please use this if you need:
* https://3F.github.io/DllExport/releases/latest/manager/

Other versions you can find from GitHub Releases:
* https://github.com/3F/DllExport/releases

Or get it from nuget packages starting with v1.6+

[v1.6-beta] 2017.08.12

* NEW: The new lightweight manager & distribution via MvsSln & GetNuTool projects. Issue #38.
Expand Down
4 changes: 2 additions & 2 deletions tools/DllExport.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>DllExport</id>
<version>1.6.0-beta</version>
<version>1.6.0-beta2</version>
<title>.NET DllExport</title>
<authors>github.com/3F/DllExport</authors>
<owners>reg</owners>
Expand All @@ -17,7 +17,7 @@
~~~~~~~~
Get it via GetNuTool:
==========================================
gnt /p:ngpackages="DllExport/1.6.0-beta"
gnt /p:ngpackages="DllExport/1.6.0-beta2"
==========================================
* https://github.com/3F/GetNuTool

Expand Down

0 comments on commit c897b99

Please sign in to comment.