Skip to content

Commit 50c6aea

Browse files
author
Eirik Tsarpalis
committed
bump version
1 parent 74be7e6 commit 50c6aea

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 4.1.0
2+
* Add AppSettings configuration reader support for NetStandard.
3+
14
### 4.0.0
25
* Support NetStandard 2.0
36
* Add Environment Variable configuration reader.

src/Argu/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
namespace System
33
open System.Reflection
44

5-
[<assembly: AssemblyVersionAttribute("4.0.0")>]
6-
[<assembly: AssemblyFileVersionAttribute("4.0.0")>]
5+
[<assembly: AssemblyVersionAttribute("4.1.0")>]
6+
[<assembly: AssemblyFileVersionAttribute("4.1.0")>]
77
do ()
88

99
module internal AssemblyVersionInformation =
10-
let [<Literal>] AssemblyVersion = "4.0.0"
11-
let [<Literal>] AssemblyFileVersion = "4.0.0"
10+
let [<Literal>] AssemblyVersion = "4.1.0"
11+
let [<Literal>] AssemblyFileVersion = "4.1.0"

0 commit comments

Comments
 (0)