From 9321a069191aade81697def68d93157fd03a685a Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Mon, 24 Sep 2018 09:30:28 +0200 Subject: [PATCH] Updated info and version numbers --- IFix.Setup/def.wxi | 2 +- IFix/Properties/AssemblyInfo.cs | 6 ++-- README.md | 49 ++++++++++++++++++++++++++++----- 3 files changed, 46 insertions(+), 11 deletions(-) diff --git a/IFix.Setup/def.wxi b/IFix.Setup/def.wxi index 07436f8..9fa5329 100644 --- a/IFix.Setup/def.wxi +++ b/IFix.Setup/def.wxi @@ -1,6 +1,6 @@ - + diff --git a/IFix/Properties/AssemblyInfo.cs b/IFix/Properties/AssemblyInfo.cs index 3079609..592b6d6 100644 --- a/IFix/Properties/AssemblyInfo.cs +++ b/IFix/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("IFix")] -[assembly: AssemblyCopyright("Copyright Terje Sandstrom 2014-2017")] +[assembly: AssemblyCopyright("Copyright Terje Sandstrom 2014-2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.3.0")] -[assembly: AssemblyFileVersion("2.0.3.0")] +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")] diff --git a/README.md b/README.md index 0b9383d..2adacc3 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,59 @@ IFix ==== -# See instructions for use here: -https://github.com/OsirisTerje/IFix/wiki -Blogpost on nugetrestore command: http://geekswithblogs.net/terje/archive/2014/06/11/converting-projects-to-use-automatic-nuget-restore.aspx -Blogpost on gitignore command: -http://geekswithblogs.net/terje/archive/2014/06/13/fixing-up-visual-studiorsquos-gitignore--using-ifix.aspx +What it does: +[Fixing, and creating, latest gitignore](http://hermit.no/fixing-up-visual-studio-rsquo-s-gitignore-using-ifix/) Cmd: Ifix gitgirnore +[Fixing the mefcache (VS loading errors)](http://hermit.no/how-to-fix-visual-studio-loading-errors-using-ifix/) Cmd: Ifix mefcache + +[Fixing the vs test cache issue, see Crash Fixing](http://hermit.no/how-to-resolve-cases-of-visual-studio-no-tests-appearing/) Cmd: Ifix vstestcache + +[Managing user dumps](http://hermit.no/managing-userdumps-using-ifix/) Cmd: Ifix diagnostics + +[Create Skeleton Solution file](http://hermit.no/ifix-create-solution-skeleton-file/) Ifix createsln + +Nuget consolidate by command line Cmd: Ifix nugetconsolidate + +[Fixing nuget restore error](http://hermit.no/converting-projects-to-use-automatic-nuget-restore-using-ifix/) + + + + +Get a list of available commands by just calling IFix with no parameters + +[More instructions for use](https://github.com/OsirisTerje/IFix/wiki) + + + +### Installing + +Alt.1: [Download from Visual Studio Marketplace](http://visualstudiogallery.msdn.microsoft.com/b8ba97b0-bb89-4c21-a1e2-53ef335fd9cb) + +Alt.2: Install using scoop (add this bucket) Coming + +Alt.3: [Download from github releases](https://github.com/OsirisTerje/IFix/releases) + +Alt.4 [Build it yourself from the source code](https://github.com/OsirisTerje/IFix) + + + +### Got an issue ? + +[Please report the issue](https://github.com/OsirisTerje/IFix/issues) -Download binary setup from: http://visualstudiogallery.msdn.microsoft.com/b8ba97b0-bb89-4c21-a1e2-53ef335fd9cb # For building: Requires: + Wix 3.8 + .Net 4.5.1 -To build use Visual Studio 2017 Update 3 + +To build use Visual Studio 2017 Update 15.8 Latest build [![Build Status](https://terjedemo.visualstudio.com/_apis/public/build/definitions/1c2183f6-7be6-4865-a8a1-5de2b16cf629/13/badge)]