Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Jul 21, 2016
1 parent ffb5b47 commit 9ee0417
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/FsPickler.CSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

[assembly: AssemblyProductAttribute("FsPickler")]
[assembly: AssemblyCopyrightAttribute("© Eirik Tsarpalis.")]
[assembly: AssemblyVersionAttribute("2.4.0")]
[assembly: AssemblyFileVersionAttribute("2.4.0")]
[assembly: AssemblyVersionAttribute("3.0.0")]
[assembly: AssemblyFileVersionAttribute("3.0.0")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "2.4.0";
internal const string Version = "3.0.0";
}
}
6 changes: 3 additions & 3 deletions src/FsPickler.Json/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ open System.Reflection

[<assembly: AssemblyProductAttribute("FsPickler")>]
[<assembly: AssemblyCopyrightAttribute("© Eirik Tsarpalis.")>]
[<assembly: AssemblyVersionAttribute("2.4.0")>]
[<assembly: AssemblyFileVersionAttribute("2.4.0")>]
[<assembly: AssemblyVersionAttribute("3.0.0")>]
[<assembly: AssemblyFileVersionAttribute("3.0.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.4.0"
let [<Literal>] Version = "3.0.0"
6 changes: 3 additions & 3 deletions src/FsPickler/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ open System.Reflection

[<assembly: AssemblyProductAttribute("FsPickler")>]
[<assembly: AssemblyCopyrightAttribute("© Eirik Tsarpalis.")>]
[<assembly: AssemblyVersionAttribute("2.4.0")>]
[<assembly: AssemblyFileVersionAttribute("2.4.0")>]
[<assembly: AssemblyVersionAttribute("3.0.0")>]
[<assembly: AssemblyFileVersionAttribute("3.0.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.4.0"
let [<Literal>] Version = "3.0.0"

0 comments on commit 9ee0417

Please sign in to comment.