Skip to content

Commit

Permalink
Released v1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed May 3, 2016
1 parent cb80dee commit 4a98740
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions App/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1.1")]
[assembly: AssemblyFileVersion("1.2.1.1")]
[assembly: AssemblyInformationalVersionAttribute("1.2.2-SNAPSHOT")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
[assembly: AssemblyInformationalVersionAttribute("1.2.2")]
6 changes: 3 additions & 3 deletions Console/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1.1")]
[assembly: AssemblyFileVersion("1.2.1.1")]
[assembly: AssemblyInformationalVersionAttribute("1.2.2-SNAPSHOT")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
[assembly: AssemblyInformationalVersionAttribute("1.2.2")]
6 changes: 3 additions & 3 deletions LibDmd/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1.1")]
[assembly: AssemblyFileVersion("1.2.1.1")]
[assembly: AssemblyInformationalVersionAttribute("1.2.2-SNAPSHOT")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
[assembly: AssemblyInformationalVersionAttribute("1.2.2")]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ All options are documented in the tool.
```
C:\>dmdext
DMD Extensions v1.2.0
DMD Extensions v1.2.2
USAGE: dmdext <command> [<options>]
mirror Mirrors pixel data from the screen to one or more other
Expand All @@ -92,7 +92,7 @@ USAGE: dmdext <command> [<options>]
```
C:\>dmdext mirror --help
DMD Extensions v1.2.0
DMD Extensions v1.2.2
USAGE: dmdext mirror --source=<source> [--destination=<destination>]
-s, --source Required. The source you want to retrieve DMD data
Expand Down Expand Up @@ -166,7 +166,7 @@ USAGE: dmdext mirror --source=<source> [--destination=<destination>]
```
C:\>dmdext test --help
DMD Extensions v1.2.0
DMD Extensions v1.2.2
USAGE: dmdext test [--destination=<destination>]
-d, --destination The destination where the DMD data is sent to. One
Expand Down

0 comments on commit 4a98740

Please sign in to comment.