Skip to content

Commit

Permalink
Churn
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed May 15, 2018
1 parent 60c3147 commit e5d667e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions src/Logibit.Hawk.Suave/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ open System.Reflection

[<assembly: AssemblyTitleAttribute("Logibit.Hawk.Suave")>]
[<assembly: AssemblyDescriptionAttribute("A F# implementation of the Hawk authentication protocol. Few dependencies. No cruft.")>]
[<assembly: AssemblyVersionAttribute("6.0.2")>]
[<assembly: AssemblyFileVersionAttribute("6.0.2")>]
[<assembly: AssemblyMetadataAttribute("Commit","79d171")>]
[<assembly: AssemblyVersionAttribute("6.0.3")>]
[<assembly: AssemblyFileVersionAttribute("6.0.3")>]
[<assembly: AssemblyMetadataAttribute("Commit","60c314")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Logibit.Hawk.Suave"
let [<Literal>] AssemblyDescription = "A F# implementation of the Hawk authentication protocol. Few dependencies. No cruft."
let [<Literal>] AssemblyVersion = "6.0.2"
let [<Literal>] AssemblyFileVersion = "6.0.2"
let [<Literal>] AssemblyMetadata_Commit = "79d171"
let [<Literal>] AssemblyVersion = "6.0.3"
let [<Literal>] AssemblyFileVersion = "6.0.3"
let [<Literal>] AssemblyMetadata_Commit = "60c314"
12 changes: 6 additions & 6 deletions src/Logibit.Hawk/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ open System.Reflection

[<assembly: AssemblyTitleAttribute("Logibit.Hawk")>]
[<assembly: AssemblyDescriptionAttribute("A F# implementation of the Hawk authentication protocol. Few dependencies. No cruft.")>]
[<assembly: AssemblyVersionAttribute("6.0.2")>]
[<assembly: AssemblyFileVersionAttribute("6.0.2")>]
[<assembly: AssemblyMetadataAttribute("Commit","79d171")>]
[<assembly: AssemblyVersionAttribute("6.0.3")>]
[<assembly: AssemblyFileVersionAttribute("6.0.3")>]
[<assembly: AssemblyMetadataAttribute("Commit","60c314")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Logibit.Hawk"
let [<Literal>] AssemblyDescription = "A F# implementation of the Hawk authentication protocol. Few dependencies. No cruft."
let [<Literal>] AssemblyVersion = "6.0.2"
let [<Literal>] AssemblyFileVersion = "6.0.2"
let [<Literal>] AssemblyMetadata_Commit = "79d171"
let [<Literal>] AssemblyVersion = "6.0.3"
let [<Literal>] AssemblyFileVersion = "6.0.3"
let [<Literal>] AssemblyMetadata_Commit = "60c314"

0 comments on commit e5d667e

Please sign in to comment.