Skip to content

Commit 0315984

Browse files
author
Rick Butterfield
committed
Merge from main
2 parents 8d89845 + 7b731b8 commit 0315984

File tree

96 files changed

+9217
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+9217
-66
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
- type: input
1717
id: "umbracoVersion"
1818
attributes:
19-
label: "Which Umbraco version are you using? For example: 10.4.0 - don't just write v10"
19+
label: "Which Umbraco version are you using? For example: 10.8.0 - don't just write v10"
2020
description: "Use the help icon in the Umbraco backoffice to find the version you're using."
2121
validations:
2222
required: true

.github/README.md

Lines changed: 11 additions & 2 deletions

.github/assets/icon.png

20.4 KB

.github/assets/icon.svg

Lines changed: 20 additions & 0 deletions
172 KB
187 KB

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "nuget" # See documentation for possible values
9+
directory: "/src/Umbraco.Community.Sustainability" # Location of package manifests
10+
schedule:
11+
interval: "weekly"

docs/README_nuget.md

Lines changed: 12 additions & 3 deletions

src/Umbraco.Community.Sustainability.TestSite.10.x/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,5 +478,6 @@ appsettings-schema.json
478478
/wwwroot/media/
479479

480480
# Test Site App_Plugins packages folder (exclude here as in Umbraco.Community.Sustainability project)
481+
/App_Plugins/UmbracoCommunitySustainability/
481482
/App_Plugins/Umbraco.Community.Sustainability/
482483
/App_Plugins/Bergmania.OpenStreetMap/

src/Umbraco.Community.Sustainability.TestSite.10.x/Umbraco.Community.Sustainability.TestSite.10.x.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Umbraco.Cms" Version="10.0.0" />
10+
<PackageReference Include="Umbraco.Cms" Version="10.8.0" />
1111
<PackageReference Include="Umbraco.TheStarterKit" Version="10.0.0" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)