Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
increase program version number
  • Loading branch information
usr3-1415 committed Aug 30, 2020
1 parent 83b03db commit 3ecd45b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Asn1f4/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ let printVersion () =
//let assembly = System.Reflection.Assembly.GetExecutingAssembly();
//let fvi = System.Diagnostics.FileVersionInfo.GetVersionInfo(assembly.Location);
//let version = fvi.FileVersion;
let version = "4.2.3.0f"
let version = "4.2.4.0f"
printfn "asn1scc version %s\n" version
()

Expand Down
1 change: 1 addition & 0 deletions Service.Implementation/Asn1Service.fs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ type Asn1Service() =
targetLanguages = match box options.TargetLanguage with | null -> [defaultOptions.TargetLanguage] | _ -> [options.TargetLanguage]
objectIdentifierMaxLength = bigint(match options.ObjectIdentifierMaxLength with | 0 -> defaultOptions.ObjectIdentifierMaxLength | _ -> options.ObjectIdentifierMaxLength)
streamingModeSupport = false
target = None
}

member private this.ConvertInput (input:Dto.FileData) : CommonTypes.Input =
Expand Down

0 comments on commit 3ecd45b

Please sign in to comment.