Skip to content

Commit

Permalink
Updated info and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Sep 24, 2018
1 parent d9d6ea6 commit 9321a06
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 11 deletions.
2 changes: 1 addition & 1 deletion IFix.Setup/def.wxi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define Version= "2.0.3.0"?>
<?define Version= "2.1.0.0"?>
<?define DefaultRegistryKey="SOFTWARE\TerjeSandstrom\IFix\Install"?>
<?define UpgradeCode="52fa75e8-9aef-443b-9b31-a70989d5b42d"?>
</Include>
6 changes: 3 additions & 3 deletions IFix/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]
49 changes: 42 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down

0 comments on commit 9321a06

Please sign in to comment.