Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulem authored Dec 29, 2019
1 parent ab74785 commit 47a7851
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# resxul
A tool to simplify compiling .resx files into satellite assemblies
![resxul](https://user-images.githubusercontent.com/2874236/71533599-b0bfe800-290a-11ea-8818-65ffdb72651d.png)
<br/>
<br/>
![Platform: Windows](https://img.shields.io/badge/platform-windows-brightgreen.svg)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/paulem/resxul?include_prereleases)
![GitHub Pre-Releases](https://img.shields.io/github/downloads-pre/paulem/resxul/latest/total)

Resxul is a tool to simplify compilation of `.resx` files into `satellite assemblies` for further localization testing.

Compiling a .resx file into a .net satellite assembly requires the use of `resgen.exe` and `al.exe` utilities with several parameters passed to them. Resxul uses these two utilities under the hood and allows you to create a satellite assembly in a few clicks by introducing the concept of profiles.
<br/>
<br/>
![resxul-880](https://user-images.githubusercontent.com/2874236/71559020-49b94500-2a6a-11ea-982e-6c8e630e77cf.png)

### Installing

#### Prerequisites
* Windows 7 or later
* [.NET Framework 4.7.2](https://dotnet.microsoft.com/download/dotnet-framework) or later

Download the latest **[Resxul installer](https://github.com/paulem/resxul/releases/latest)**.<br/>
Installer supports both 32 and 64-bit operating systems.

### Feedback
* File a bug in [GitHub issues](https://github.com/paulem/resxul/issues)
* [Tweet us](https://twitter.com/7room) with any other feedback

0 comments on commit 47a7851

Please sign in to comment.