Skip to content

Commit

Permalink
Incremented minor version,
Browse files Browse the repository at this point in the history
in order to indicate that the addition of the -l command line switch is a
new feature.
  • Loading branch information
ploeh committed Dec 12, 2013
1 parent ff689bf commit b0480f9
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.2.0.0")>]
[<assembly: AssemblyFileVersion("0.2.0.0")>]
[<assembly: AssemblyVersion("0.3.0.0")>]
[<assembly: AssemblyFileVersion("0.3.0.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.2.0.0")>]
[<assembly: AssemblyFileVersion("0.2.0.0")>]
[<assembly: AssemblyVersion("0.3.0.0")>]
[<assembly: AssemblyFileVersion("0.3.0.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.2.0.0")>]
[<assembly: AssemblyFileVersion("0.2.0.0")>]
[<assembly: AssemblyVersion("0.3.0.0")>]
[<assembly: AssemblyFileVersion("0.3.0.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.2.0.0")>]
[<assembly: AssemblyFileVersion("0.2.0.0")>]
[<assembly: AssemblyVersion("0.3.0.0")>]
[<assembly: AssemblyFileVersion("0.3.0.0")>]

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

Expand Down

0 comments on commit b0480f9

Please sign in to comment.