diff --git a/PureGym/GeneratedClient.fs b/PureGym/GeneratedClient.fs
index 307f846..da6c4d8 100644
--- a/PureGym/GeneratedClient.fs
+++ b/PureGym/GeneratedClient.fs
@@ -77,7 +77,8 @@ module PureGymApi =
System.Uri (
client.BaseAddress,
System.Uri (
- "v1/gyms/{gym_id}/attendance".Replace ("{gym_id}", gymId.ToString ()),
+ "v1/gyms/{gym_id}/attendance"
+ .Replace ("{gym_id}", gymId.ToString () |> System.Web.HttpUtility.UrlEncode),
System.UriKind.Relative
)
)
@@ -108,7 +109,8 @@ module PureGymApi =
System.Uri (
client.BaseAddress,
System.Uri (
- "v1/gyms/{gym_id}".Replace ("{gym_id}", gymId.ToString ()),
+ "v1/gyms/{gym_id}"
+ .Replace ("{gym_id}", gymId.ToString () |> System.Web.HttpUtility.UrlEncode),
System.UriKind.Relative
)
)
diff --git a/PureGym/PureGym.fsproj b/PureGym/PureGym.fsproj
index d547fce..de80c0f 100644
--- a/PureGym/PureGym.fsproj
+++ b/PureGym/PureGym.fsproj
@@ -6,7 +6,7 @@
true
FS3559
- 1.1.5
+ 1.1.10
diff --git a/nix/deps.nix b/nix/deps.nix
index f2d1868..a826e15 100644
--- a/nix/deps.nix
+++ b/nix/deps.nix
@@ -438,7 +438,7 @@
})
(fetchNuGet {
pname = "WoofWare.Myriad.Plugins";
- version = "1.1.5";
- sha256 = "05syw1v7yp9pl9gzbf3sc7spjhs7yb4vpx0d34ylr14gkiywgqsg";
+ version = "1.1.10";
+ sha256 = "sha256-Z4dBuIhbFlbXgm+jucL4txSccTdpkRLiEg8kNyRPhxI=";
})
]