Skip to content

Commit

Permalink
Incremented patch version,
Browse files Browse the repository at this point in the history
in order to indicate that checking for a properly parse version string
when assigning a version, constitutes a fix, in the sense that it's better
input validation.
  • Loading branch information
ploeh committed Feb 9, 2014
1 parent be5525d commit faad199
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Src/Zero29.UnitTests/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ open System.Runtime.InteropServices
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[<assembly: AssemblyVersion("0.6.0.0")>]
[<assembly: AssemblyFileVersion("0.6.0.0")>]
[<assembly: AssemblyVersion("0.6.1.0")>]
[<assembly: AssemblyFileVersion("0.6.1.0")>]

[<assembly: NeutralResourcesLanguage("en")>]

Expand Down
4 changes: 2 additions & 2 deletions Src/Zero29/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ open System.Runtime.InteropServices
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[<assembly: AssemblyVersion("0.6.0.0")>]
[<assembly: AssemblyFileVersion("0.6.0.0")>]
[<assembly: AssemblyVersion("0.6.1.0")>]
[<assembly: AssemblyFileVersion("0.6.1.0")>]

[<assembly: NeutralResourcesLanguage("en")>]

Expand Down
4 changes: 2 additions & 2 deletions Src/ZeroToNine.UnitTests/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ open System.Runtime.InteropServices
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[<assembly: AssemblyVersion("0.6.0.0")>]
[<assembly: AssemblyFileVersion("0.6.0.0")>]
[<assembly: AssemblyVersion("0.6.1.0")>]
[<assembly: AssemblyFileVersion("0.6.1.0")>]

[<assembly: NeutralResourcesLanguage("en")>]

Expand Down
4 changes: 2 additions & 2 deletions Src/ZeroToNine/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ open System.Runtime.InteropServices
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[<assembly: AssemblyVersion("0.6.0.0")>]
[<assembly: AssemblyFileVersion("0.6.0.0")>]
[<assembly: AssemblyVersion("0.6.1.0")>]
[<assembly: AssemblyFileVersion("0.6.1.0")>]

[<assembly: NeutralResourcesLanguage("en")>]

Expand Down

0 comments on commit faad199

Please sign in to comment.