Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 694 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 694 Bytes

repkg

A batch converter tool for packages.config files. It can remove unused packages or update package names and versions.

The sample mapping file with three simple entries ...

Eto.Forms @.*?      | MaterialDesignColors @1.1.3 : MaterialDesignThemes @2.3.0.823 : MaterialDesignThemes.MahApps @0.0.10
Castle.Windsor @.*? | TinyIoC @1.3
Castle.Core @.*?    | 

... converts a packages.config file like this:

Screenshot

Usage

Call the executable repkg.exe with two arguments:

  • the path to convert files in
  • the mapping file to convert files with:

repkg.exe "C:\Repositories\TargetFolder" "..\_map\sample.map"