FALM-Umbraco-Projects / FALM-Housekeeping-v7

Package for Umbraco 7 - This package create a new custom section with this tools: Umbraco logs manager, Media folder cleanup, Delete users and Version manager
https://our.umbraco.org/projects/backoffice-extensions/falm-housekeeping/
MIT License
8 stars 6 forks source link

Update Nuget Package to support 7.11.x #57

Closed suedeapple closed 6 years ago

suedeapple commented 6 years ago

It would be great if the NUGET package was updated to support 7.11.x, as currently I am unable to install FALM on the latest umbraco version, due to a dependancy set on the Nuget package.

afabri73 commented 6 years ago

I have had a little problems with v7.11 In the next days I'll try again to solve them and when I've done I'll upload the new release. Adriano

afabri73 commented 6 years ago

Done

suedeapple commented 6 years ago

Fantastic, doyou have a donate/patreon page?

suedeapple commented 6 years ago

Hmmm, just tried it, however it does not seem to put the DLL in the bin folder. Maybe I am doing something wrong.

afabri73 commented 6 years ago

Hi, I explore the nuget package and the FALM Housekeeping DLL is correctly in the lib/net452 Now I'm creating a new package with minimal difference. I'll publish in a little while. Try this new version

suedeapple commented 6 years ago

The DLL targets 4.5.2, where as Umbraco is currently built against 4.5.

So your DLL wont get deployed, as you have put it in a net452 folder :-)

suedeapple commented 6 years ago

I changed the "targetframework" to 4.5.2 in web.config, and then re-install FALM from nuget, and the DLL got deployed to the /bin folder OK