Skip to content

Commit cf1896c

Browse files
authored
Merge pull request #31 from idseefeld/bugs/29-nuget-image-is-broken
fix issue 29
2 parents 086ef7a + f1597b1 commit cf1896c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/README_nuget.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
This package was created with the [***Opinionated Umbraco Package Starter Template***](https://github.com/idseefeld/opinionated-package-starter) based on the official [*Umbraco Extensions*](https://github.com/umbraco/Umbraco-CMS/tree/contrib/templates/UmbracoExtension) template and gives you a starting point with additional examples for advanced Block Grid views within the backoffice.
99

10-
![Screenshot: backoffice vs frontend](https://github.com/user-attachments/assets/16674277-1a42-414a-a100-62b32811ac50)
10+
### Wiki
11+
You find more details in the project [Wiki](https://github.com/idseefeld/Wysiwg.Umbraco.Community.Extensions/wiki).
1112

1213
### Final Notes
1314
The Version of this package is related to minimum Umbraco version. For example, if the package is compatible with Umbraco 15.3.0, the version of the package will be 15.3.0.<br>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
rem This script is used to build the Umbraco Community Extensions project and create a NuGet package.
2-
dotnet pack --configuration Release /p:Version=15.3.1 --output z:\nuget.local
2+
dotnet pack --configuration Release /p:Version=15.3.2 --output z:\nuget.local
33
pause

0 commit comments

Comments
 (0)