Skip to content

Commit

Permalink
fix script AVPRClient dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Jun 12, 2024
1 parent 74d64e6 commit 3ab9839
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/pre-publish-checks.fsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#r "nuget: dotenv.net, 3.1.3"
#r "nuget: AVPRIndex, 0.1.1"
#r "nuget: AVPRClient, 0.0.5"
#r "nuget: AVPRClient, 0.0.7"
#r "nuget: FsHttp, 14.5.0"

open AVPRIndex
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-pending-packages.fsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#r "nuget: dotenv.net, 3.1.3"
#r "nuget: AVPRIndex, 0.1.1"
#r "nuget: AVPRClient, 0.0.5"
#r "nuget: AVPRClient, 0.0.7"

open AVPRIndex
open type AVPRClient.Extensions
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-index.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: AVPRIndex, 0.0.1"
#r "nuget: AVPRIndex, 0.1.1"

open AVPRIndex
open Domain
Expand Down

0 comments on commit 3ab9839

Please sign in to comment.