Is Umbraco.Community.IconPack.Iconoir work with v1...
# help-with-umbraco
c
Does anyone know if the icon package works with V15? Im thinking about updating, but I dont want to upgrade to .NET9 plus v15 and have to go back, I have about 25 projects altogether that I'd need to upgrade all at once
s
It's currently for v14 but should still work for v15 https://marketplace.umbraco.com/package/umbraco.community.iconpack.iconoir Did you try it on 15 yet @Warren Buckley ?
w
I haven't tried but it should work AFAIK
Let me know @CaptainXP or @Sebastiaan if it doesn't be a lunchtime fix or evening thing
Did it blow up?!
s
Did I try it? No.. I haven't had the chance.. hehehe
c
I havent upgraded to v15 yet, still on v14, was hoping to know before I did the upgrade. Maybe I'll uninstall it, upgrade, then see
m
Worked out the box for me on a vanilla 15.1.2 install.. (PSW as ever!)
Copy code
# Ensure we have the latest Umbraco templates
dotnet new install Umbraco.Templates --force

# Create solution/project
dotnet new sln --name "MySolution"
dotnet new umbraco --force -n "MyProject"  --friendly-name "Administrator" --email "admin@example.com" --password "1234567890" --development-database-type SQLite
dotnet sln add "MyProject"


#Add starter kit
dotnet add "MyProject" package clean

#Add Packages
dotnet add "MyProject" package Umbraco.Community.IconPack.Iconoir
iconoir-wolf for the doctype.
3 Views