Skip to content

Commit

Permalink
Merge pull request #1754 from amazingant/master
Browse files Browse the repository at this point in the history
Duplicate Paket.SemVer.Parse into PublicAPI.fs
  • Loading branch information
forki authored Jun 24, 2016
2 parents 03023c8 + 59a26f7 commit c15e015
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Paket.Core/PublicAPI.fs
Original file line number Diff line number Diff line change
Expand Up @@ -575,3 +575,8 @@ type Dependencies(dependenciesFileName: string) =
with
| _ -> None)
|> Array.toList

module PublicAPI =
/// Takes a version string formatted for Semantic Versioning and parses it
/// into the internal representation used by Paket.
let ParseSemVer (version:string) = SemVer.Parse version

0 comments on commit c15e015

Please sign in to comment.