niemyjski on workspaces
niemyjski on workspaces
Moved tests into test folders a… (compare)
niemyjski on workspaces
moved src folder to packages\co… (compare)
niemyjski on workspaces
niemyjski on new-stack-count
Refactored how additional event… (compare)
niemyjski on v3.0.12
niemyjski on master
Fixed a bug where the event ove… (compare)
Target.Geo = latitude + "," + longitude;
Target.Geo = latitude.ToString("G", CultureInfo.InvariantCulture) + "," + longitude.ToString("G", CultureInfo.InvariantCulture);