Skip to content

Commit

Permalink
Upgrade Orchard Core v1.0.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmarcussen authored Aug 29, 2021
1 parent caf003f commit 0718424
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project>

<ItemGroup>
<PackageReference Update="OrchardCore.Application.Cms.Targets" Version="1.0.0-rc2-16196" />
<PackageReference Update="OrchardCore.ContentManagement" Version="1.0.0-rc2-16196" />
<PackageReference Update="OrchardCore.ContentTypes.Abstractions" Version="1.0.0-rc2-16196" />
<PackageReference Update="OrchardCore.DisplayManagement" Version="1.0.0-rc2-16196" />
<PackageReference Update="OrchardCore.Logging.NLog" Version="1.0.0-rc2-16196" />
<PackageReference Update="OrchardCore.Module.Targets" Version="1.0.0-rc2-16196" />
<PackageReference Update="OrchardCore.Navigation.Core" Version="1.0.0-rc2-16196" />
<PackageReference Update="OrchardCore.ResourceManagement" Version="1.0.0-rc2-16196" />
<PackageReference Update="OrchardCore.Application.Cms.Targets" Version="1.0.0" />
<PackageReference Update="OrchardCore.ContentManagement" Version="1.0.0" />
<PackageReference Update="OrchardCore.ContentTypes.Abstractions" Version="1.0.0" />
<PackageReference Update="OrchardCore.DisplayManagement" Version="1.0.0" />
<PackageReference Update="OrchardCore.Logging.NLog" Version="1.0.0" />
<PackageReference Update="OrchardCore.Module.Targets" Version="1.0.0" />
<PackageReference Update="OrchardCore.Navigation.Core" Version="1.0.0" />
<PackageReference Update="OrchardCore.ResourceManagement" Version="1.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name = "Google Maps",
Author = "ThisNetWorks",
Website = "https://github.com/ThisNetWorks/ThisNetWorks.OrchardCore.GoogleMaps",
Version = "0.0.1",
Version = "1.0.0",
Description = "Google Maps Module",
Dependencies = new[] { "OrchardCore.Contents" },
Category = "Content Management"
Expand Down

0 comments on commit 0718424

Please sign in to comment.