VB_AppFramework 2.0.3-beta
See the version list below for details.
Requires NuGet 1.0.0 or higher.
dotnet add package VB_AppFramework --version 2.0.3-beta
NuGet\Install-Package VB_AppFramework -Version 2.0.3-beta
<PackageReference Include="VB_AppFramework" Version="2.0.3-beta" />
paket add VB_AppFramework --version 2.0.3-beta
#r "nuget: VB_AppFramework, 2.0.3-beta"
// Install VB_AppFramework as a Cake Addin #addin nuget:?package=VB_AppFramework&version=2.0.3-beta&prerelease // Install VB_AppFramework as a Cake Tool #tool nuget:?package=VB_AppFramework&version=2.0.3-beta&prerelease
Source code can be download from github.com:
https://github.com/xieguigang/VisualBasic_AppFramework
Code style guideline for VisualBasic of this runtime library at codeproject article: http://www.codeproject.com/Articles/1101608/Code-style-guidelines-for-Microsoft-VisualBasic
Article about manipulate these document at codeproject: http://www.codeproject.com/Articles/1099296/Easy-Document-in-VisualBasic
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 7,961 | 11/10/2016 |
2.0.6-beta | 1,019 | 11/2/2016 |
2.0.5-beta | 833 | 10/22/2016 |
2.0.3-beta | 876 | 10/6/2016 |
2.0.2-beta | 802 | 10/2/2016 |
2.0.1-beta | 966 | 9/26/2016 |
1.0.50 | 1,054 | 8/25/2016 |
1.0.40 | 1,144 | 6/10/2016 |
1.0.35 | 1,092 | 6/4/2016 |
1.0.30 | 1,004 | 6/1/2016 |
1.0.28 | 1,062 | 5/29/2016 |
1.0.26 | 1,027 | 5/26/2016 |
1.0.25 | 1,069 | 5/22/2016 |
1.0.3 | 961 | 6/1/2016 |
1.0.2 | 1,025 | 5/21/2016 |
1.0.1 | 1,042 | 5/11/2016 |
1.0.0 | 1,020 | 5/11/2016 |
Data framework improvements:
Add a enhanced binary data I/O module, reference to module dll: Microsoft.VisualBasic.Data.BinaryData.dll
Add a search engine framework, reference to module dll: Microsoft.VisualBasic.Data.IO.SearchEngine.dll
CLI helper improvements: add a system reserved CLI parameter /@set using for settings the internal environment variable, this will help a lot for coding some dynamics external plugin module based on this framework runtime, Usage example:
App </commandName> /@set "var1='value1';var2='value2'"
String metric algorithm Levenshtein module has been move to namespace Microsoft.VisualBasic.Text
More details of the update information please reviews on the github commits:
https://github.com/xieguigang/VisualBasic_AppFramework/commits/master