Skip to content

Commit

Permalink
using v0.0.19 MigrateLib version
Browse files Browse the repository at this point in the history
  • Loading branch information
lamg committed Jun 28, 2024
1 parent f1f20ea commit 7016420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/FsGeneration/FsprojFile.fs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let projectToFsproj (p: Project) =
XElement(
XName.Get "PackageReference",
XAttribute(XName.Get "Include", "MigrateLib"),
XAttribute(XName.Get "Version", "0.0.18")
XAttribute(XName.Get "Version", "0.0.19")
)
)
)
Expand Down

0 comments on commit 7016420

Please sign in to comment.