Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirik Tsarpalis committed Dec 19, 2016
1 parent 96d61e1 commit 88d92ef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.6.0
* Fix wordwrapping issue in usage strings.

### 3.5.0
* Add SourceLink Support.

Expand Down
8 changes: 4 additions & 4 deletions src/Argu/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
namespace System
open System.Reflection

[<assembly: AssemblyVersionAttribute("3.5.0")>]
[<assembly: AssemblyFileVersionAttribute("3.5.0")>]
[<assembly: AssemblyVersionAttribute("3.6.0")>]
[<assembly: AssemblyFileVersionAttribute("3.6.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyVersion = "3.5.0"
let [<Literal>] AssemblyFileVersion = "3.5.0"
let [<Literal>] AssemblyVersion = "3.6.0"
let [<Literal>] AssemblyFileVersion = "3.6.0"
2 changes: 1 addition & 1 deletion src/Argu/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.5.0",
"version": "3.6.0",
"buildOptions": {
"debugType": "portable",
"compilerName": "fsc",
Expand Down
2 changes: 1 addition & 1 deletion tests/Argu.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.5.0",
"version": "3.6.0",
"buildOptions": {
"debugType": "portable",
"compilerName": "fsc",
Expand Down

0 comments on commit 88d92ef

Please sign in to comment.