Skip to content

Commit

Permalink
update version numbers so fourth digit is explicit - odd implies alph…
Browse files Browse the repository at this point in the history
…a release. old scheme was incorrect
  • Loading branch information
stephen-swensen committed Apr 16, 2016
1 parent 4504fea commit af9dab5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 24 deletions.
9 changes: 3 additions & 6 deletions FsEye.DataGridView.Plugin/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ open System.Runtime.InteropServices
[<assembly: AssemblyConfiguration("")>]
[<assembly: AssemblyCompany("")>]
[<assembly: AssemblyProduct("FsEye.DataGridView.Plugin")>]
[<assembly: AssemblyCopyright("Copyright © Stephen Swensen 2013")>]
[<assembly: AssemblyCopyright("Copyright © Stephen Swensen 2011-2016")>]
[<assembly: AssemblyTrademark("")>]

// Setting ComVisible to false makes the types in this assembly not visible
Expand All @@ -30,10 +30,7 @@ open System.Runtime.InteropServices
// Build Number
// Revision
//
// 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("1.0.0.*")>]
[<assembly: AssemblyFileVersion("1.0.0.*")>]
//the fourth position is for beta release numbers
[<assembly: AssemblyVersion("1.0.0.1")>]

()
9 changes: 3 additions & 6 deletions FsEye.PropertyGrid.Plugin/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ open System.Runtime.InteropServices
[<assembly: AssemblyConfiguration("")>]
[<assembly: AssemblyCompany("")>]
[<assembly: AssemblyProduct("FsEye.PropertyGrid.Plugin")>]
[<assembly: AssemblyCopyright("Copyright © Stephen Swensen 2012")>]
[<assembly: AssemblyCopyright("Copyright © Stephen Swensen 2011-2016")>]
[<assembly: AssemblyTrademark("")>]

// Setting ComVisible to false makes the types in this assembly not visible
Expand All @@ -30,10 +30,7 @@ open System.Runtime.InteropServices
// Build Number
// Revision
//
// 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("1.0.0.*")>]
[<assembly: AssemblyFileVersion("1.0.0.*")>]
//the fourth position is for beta release numbers
[<assembly: AssemblyVersion("1.0.0.1")>]

()
9 changes: 3 additions & 6 deletions FsEye.TreeView.Plugin/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ open System.Runtime.InteropServices
[<assembly: AssemblyConfiguration("")>]
[<assembly: AssemblyCompany("")>]
[<assembly: AssemblyProduct("FsEye.TreeView.Plugin")>]
[<assembly: AssemblyCopyright("Copyright © Stephen Swensen 2012")>]
[<assembly: AssemblyCopyright("Copyright © Stephen Swensen 2011-2016")>]
[<assembly: AssemblyTrademark("")>]

// Setting ComVisible to false makes the types in this assembly not visible
Expand All @@ -30,10 +30,7 @@ open System.Runtime.InteropServices
// Build Number
// Revision
//
// 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("1.0.0.*")>]
[<assembly: AssemblyFileVersion("1.0.0.*")>]
//the fourth position is for beta release numbers
[<assembly: AssemblyVersion("1.0.0.1")>]

()
9 changes: 3 additions & 6 deletions FsEye/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ open System.Runtime.InteropServices
[<assembly: AssemblyConfiguration("")>]
[<assembly: AssemblyCompany("")>]
[<assembly: AssemblyProduct("FsEye")>]
[<assembly: AssemblyCopyright("Copyright © Stephen Swensen 2011-2014")>]
[<assembly: AssemblyCopyright("Copyright © Stephen Swensen 2011-2016")>]
[<assembly: AssemblyTrademark("")>]

// Setting ComVisible to false makes the types in this assembly not visible
Expand All @@ -45,10 +45,7 @@ open System.Runtime.InteropServices
// Build Number
// Revision
//
// 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("2.1.0.*")>] //the fourth position is for beta release numbers
[<assembly: AssemblyFileVersion("2.1.0.*")>]
//the fourth position is for beta release numbers
[<assembly: AssemblyVersion("2.1.1.1")>]

()

0 comments on commit af9dab5

Please sign in to comment.