diff --git a/Our.Umbraco.GMaps.Core/Our.Umbraco.GMaps.Core.csproj b/Our.Umbraco.GMaps.Core/Our.Umbraco.GMaps.Core.csproj index 180ba66..8699778 100644 --- a/Our.Umbraco.GMaps.Core/Our.Umbraco.GMaps.Core.csproj +++ b/Our.Umbraco.GMaps.Core/Our.Umbraco.GMaps.Core.csproj @@ -3,7 +3,7 @@ net6.0;net7.0 True - 3.0.0-pre2 + 3.0.0 Arnold Visser Arnold Visser Basic Google Maps with autocomplete property editor for Umbraco 8+. This package contains the Core DLL only. diff --git a/Our.Umbraco.GMaps.UmbracoV13/Controllers/MapTestController.cs b/Our.Umbraco.GMaps.UmbracoV13/Controllers/MapTestController.cs index bf1a5a7..a653892 100644 --- a/Our.Umbraco.GMaps.UmbracoV13/Controllers/MapTestController.cs +++ b/Our.Umbraco.GMaps.UmbracoV13/Controllers/MapTestController.cs @@ -34,7 +34,8 @@ public IActionResult CreateMapEntry() { Latitude = lat, Longitude = lng - } + }, + ApiKey = mapsConfig.CurrentValue.ApiKey } }; diff --git a/Our.Umbraco.GMaps.UmbracoV13/Our.Umbraco.GMaps.UmbracoV13.csproj b/Our.Umbraco.GMaps.UmbracoV13/Our.Umbraco.GMaps.UmbracoV13.csproj index 68e672d..0f6dede 100644 --- a/Our.Umbraco.GMaps.UmbracoV13/Our.Umbraco.GMaps.UmbracoV13.csproj +++ b/Our.Umbraco.GMaps.UmbracoV13/Our.Umbraco.GMaps.UmbracoV13.csproj @@ -1,4 +1,4 @@ - + net8.0 enable @@ -6,7 +6,7 @@ - + diff --git a/Our.Umbraco.GMaps/Our.Umbraco.GMaps.csproj b/Our.Umbraco.GMaps/Our.Umbraco.GMaps.csproj index 02f46b4..ed41a44 100644 --- a/Our.Umbraco.GMaps/Our.Umbraco.GMaps.csproj +++ b/Our.Umbraco.GMaps/Our.Umbraco.GMaps.csproj @@ -7,7 +7,7 @@ false true - 3.0.0-pre2 + 3.0.0 Arnold Visser Arnold Visser Basic Google Maps with autocomplete property editor for Umbraco 8+