-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eirik Tsarpalis
committed
Dec 31, 2017
1 parent
f601878
commit 8d11b1a
Showing
5 changed files
with
57 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
### 4.2.0 | ||
* Migrate to SourceLink 2.0 | ||
|
||
### 4.1.0 | ||
* Add AppSettings configuration reader support for NetStandard. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// Auto-Generated by FAKE; do not edit | ||
namespace System | ||
open System.Reflection | ||
|
||
[<assembly: AssemblyTitleAttribute("Argu.Core")>] | ||
[<assembly: AssemblyProductAttribute("Argu")>] | ||
[<assembly: AssemblyDescriptionAttribute("A declarative command line and XML configuration parser for F# applications.")>] | ||
[<assembly: AssemblyVersionAttribute("4.2.0")>] | ||
[<assembly: AssemblyFileVersionAttribute("4.2.0")>] | ||
do () | ||
|
||
module internal AssemblyVersionInformation = | ||
let [<Literal>] AssemblyTitle = "Argu.Core" | ||
let [<Literal>] AssemblyProduct = "Argu" | ||
let [<Literal>] AssemblyDescription = "A declarative command line and XML configuration parser for F# applications." | ||
let [<Literal>] AssemblyVersion = "4.2.0" | ||
let [<Literal>] AssemblyFileVersion = "4.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters