Skip to content

Commit

Permalink
Updated to IOWrapper v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoothy committed Jan 24, 2018
1 parent 243cf89 commit 1a29ab1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Universal Control Remapper
[![GitHub release](https://img.shields.io/badge/release-v0.1.1-blue.svg)](https://github.com/Snoothy/UCR/releases/tag/v0.1.1) [![IOWrapper version](https://img.shields.io/badge/IOWrapper-v0.2.17-blue.svg)](https://github.com/evilC/IOWrapper) [![license](https://img.shields.io/github/license/snoothy/ucr.svg)](https://github.com/Snoothy/UCR/blob/master/LICENSE) [![Github All Releases](https://img.shields.io/github/downloads/snoothy/ucr/total.svg)](https://github.com/Snoothy/UCR/releases)
[![GitHub release](https://img.shields.io/badge/release-v0.2.0-blue.svg)](https://github.com/Snoothy/UCR/releases/tag/v0.2.0) [![IOWrapper version](https://img.shields.io/badge/IOWrapper-v0.3.1-blue.svg)](https://github.com/evilC/IOWrapper) [![license](https://img.shields.io/github/license/snoothy/ucr.svg)](https://github.com/Snoothy/UCR/blob/master/LICENSE) [![Github All Releases](https://img.shields.io/github/downloads/snoothy/ucr/total.svg)](https://github.com/Snoothy/UCR/releases)

Universal Control Remapper is a complete rewrite of the original [UCR](https://github.com/evilC/UCR), created in collaboration with [evilC](https://github.com/evilC/).

Expand Down
2 changes: 1 addition & 1 deletion UCR.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
// Make internal visible for tests
[assembly: InternalsVisibleTo("UCR")]
[assembly: InternalsVisibleTo("UCR.Tests")]
[assembly: AssemblyInformationalVersion("0.1.0+87.Branch.master.Sha.334c7728f8fcbeb463cbfabc96a642cdf7cb7d79")]
[assembly: AssemblyInformationalVersion("0.1.0+92.Branch.master.Sha.243cf89d1765596e93767c63363e9548ab86fdc2")]
2 changes: 1 addition & 1 deletion UCR.Plugins/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]

[assembly: AssemblyInformationalVersion("0.1.0+87.Branch.master.Sha.334c7728f8fcbeb463cbfabc96a642cdf7cb7d79")]
[assembly: AssemblyInformationalVersion("0.1.0+92.Branch.master.Sha.243cf89d1765596e93767c63363e9548ab86fdc2")]
2 changes: 1 addition & 1 deletion UCR.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]

[assembly: AssemblyInformationalVersion("0.1.0+87.Branch.master.Sha.334c7728f8fcbeb463cbfabc96a642cdf7cb7d79")]
[assembly: AssemblyInformationalVersion("0.1.0+92.Branch.master.Sha.243cf89d1765596e93767c63363e9548ab86fdc2")]
2 changes: 1 addition & 1 deletion UCR/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
// [assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyInformationalVersion("0.1.0+87.Branch.master.Sha.334c7728f8fcbeb463cbfabc96a642cdf7cb7d79")]
[assembly: AssemblyInformationalVersion("0.1.0+92.Branch.master.Sha.243cf89d1765596e93767c63363e9548ab86fdc2")]
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
var target = Argument("target", "Default");
var configuration = Argument("configuration", "Debug");

var ucrVersion = "0.1.1";
var iowrapperVersion = "v0.2.17";
var ucrVersion = "0.2.0";
var iowrapperVersion = "v0.3.1";
var outputDir = "./artifacts/";
var dependencyDir = "./dependencies/";
var iowrapperDir = dependencyDir + "IOWrapper";
Expand Down

0 comments on commit 1a29ab1

Please sign in to comment.