---
layout: post
title: "ResourceLib 1.4 Released"
redirect_from: "/resourcelib-14-released/"
date: 2013-03-03 15:44:00
tags: [resourcelib, open source, win32]
comments: true
dblog_post_id: 377
---
[https://github.com/dblock/resourcelib](https://github.com/dblock/resourcelib)

Download: [https://code.dblock.org/downloads/resourcelib/Vestris.ResourceLib.1.4.zip](https://code.dblock.org/downloads/resourcelib/Vestris.ResourceLib.1.4.zip)

- [#2](https://github.com/dblock/resourcelib/pull/2): Added VersionResource.FileFlags - [@alaendle](https://github.com/alaendle).
- Updated solution to Visual Studio 2010 - [@redwyre](https://github.com/redwyre).
- Added NUGet references for NUnit, NUnit.Runners, and MSBuildTasks - [@redwyre](https://github.com/redwyre).
- Added more options to build.cmd: code, code_and_test and run_test_only - [@redwyre](https://github.com/redwyre).
- Documentation rewritten in markdown - [@dblock](https://github.com/dblock).

ResourceLib is a framework that enumerates resources and implements both read and write of the file version VS_VERSIONINFO, string resources such as company, copyright and product information, RT_GROUP_ICON and RT_ICON, RT_CURSOR, RT_BITMAP,RT_MENU, RT_DIALOG, RT_STRING, RT_ACCELERATOR, RT_FONT and RT_FONTDIR and RT_MANIFEST resources.
