Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Mar 27, 2015
1 parent d174a53 commit 045f54f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.0.16
* Refine assembly loading code.

### 1.0.15
* Improve SerializationInfo extension methods.

Expand Down
6 changes: 3 additions & 3 deletions src/FsPickler.CSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// <auto-generated/>
using System.Reflection;

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

[<assembly: AssemblyVersionAttribute("1.0.15")>]
[<assembly: AssemblyFileVersionAttribute("1.0.15")>]
[<assembly: AssemblyVersionAttribute("1.0.16")>]
[<assembly: AssemblyFileVersionAttribute("1.0.16")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0.15"
let [<Literal>] Version = "1.0.16"
6 changes: 3 additions & 3 deletions src/FsPickler/assemblyInfo.fs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace System
open System.Reflection

[<assembly: AssemblyVersionAttribute("1.0.15")>]
[<assembly: AssemblyFileVersionAttribute("1.0.15")>]
[<assembly: AssemblyVersionAttribute("1.0.16")>]
[<assembly: AssemblyFileVersionAttribute("1.0.16")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0.15"
let [<Literal>] Version = "1.0.16"

0 comments on commit 045f54f

Please sign in to comment.