From 8f3c81c088e9ea973f061c3d4eb1192f6eda91e8 Mon Sep 17 00:00:00 2001 From: Andreas Vilinski Date: Tue, 1 Sep 2020 14:30:12 +0200 Subject: [PATCH] add new framework targets (#6) --- README.md | 2 +- removeobj.fsproj | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7834a3f..545de59 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RemoveObj -No more annoying caching problems, failing builds, or random VS crashes... well I guess that last problem is not really fixable. RemoveObj brings new quality to developer user experiance on .Net platform and is one of the most crucial tool for any .Net developer. It traverses your solution (starting from current directory), finds all project files, and removes `obj` folder placed next to them. +No more annoying caching problems, failing builds, or random VS crashes... well I guess that last problem is not really fixable. RemoveObj brings new quality to developer user experience on .Net platform and is one of the most crucial tool for any .Net developer. It traverses your solution (starting from current directory), finds all project files, and removes `obj` folder placed next to them. # How to use diff --git a/removeobj.fsproj b/removeobj.fsproj index ef79634..e1ef11a 100644 --- a/removeobj.fsproj +++ b/removeobj.fsproj @@ -1,20 +1,22 @@  - 1.0.1 + 1.0.2 A CLI tool that fixes biggest problem of .Net developers - it removes all obj folders in your solution! Krzysztof Cieslak Copyright 2018 Lambda Factory - https://github.com/Krzysztof-Cieslak/RemoveObj/blob/master/LICENSE.md + LICENSE https://github.com/Krzysztof-Cieslak/RemoveObj - https://raw.githubusercontent.com/Krzysztof-Cieslak/RemoveObj/master/img/icon.png + icon.png https://github.com/Krzysztof-Cieslak/RemoveObj Exe - netcoreapp2.1 + netcoreapp2.1;netcoreapp3.1;net5.0 true + +