Skip to content

Commit

Permalink
Update AssemblyInfoHelper.fs
Browse files Browse the repository at this point in the history
  • Loading branch information
jchannon committed Mar 6, 2015
1 parent 13b73c9 commit 75f1fa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/FakeLib/AssemblyInfoHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ let AssemblyInfoReplacementDefaults =
AssemblyConfiguration = null
AssemblyVersion = null
AssemblyFileVersion = null
AssemblyInformationalVersion = null }
AssemblyInformationalVersion = null
AssemblyMetadata = null}

let ReplaceAssemblyInfoVersions param =
let (parameters : AssemblyInfoReplacementParams) = param AssemblyInfoReplacementDefaults
Expand Down

0 comments on commit 75f1fa9

Please sign in to comment.