Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
Removed unnecessary files
  • Loading branch information
Jon Zoss committed Jun 4, 2020
1 parent 06bceb5 commit e382c3f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions GitSccProvider/GitSccProvider.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@
<MSBuild.ExtensionPack.Compression.Zip TaskAction="Extract" ExtractPath="$(_TmpVsixDir)Extracted\" ZipFileName="@(_TmpVsixCopy->'%(FullPath)')" />
<ItemGroup>
<FilesToDelete Include="$(_TmpVsixDir)Extracted\lib\**\*.pdb" />
<FilesToDelete Include="$(_TmpVsixDir)Extracted\lib\**\*.so" />
<FilesToDelete2 Include="$(_TmpVsixDir)Extracted\lib\osx\**\*.*" />
<FilesToDelete3 Include="$(_TmpVsixDir)Extracted\lib\linux\**\*.*" />
<FilesToDelete4 Include="$(_TmpVsixDir)Extracted\GitUI.exe" />
Expand Down
Binary file modified GitUI/Resources/GitApi2.dll
Binary file not shown.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ All you need to build the code is Visual Studio 2015 with Visual Studio Extensib
* Add more features to the status bar.
* Work on integrating gitflow.

**V1.9.2**
* Bug Fix #105.. Works in VS 2015 again
* Removed unnessary files, cut the install size by 50%


**V1.9.1**
* Bug Fixes

**V1.9.0**
* Visual Studio 2019 Support

Expand Down

0 comments on commit e382c3f

Please sign in to comment.