Skip to content

Commit

Permalink
v1.2 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeG621 committed Sep 7, 2019
1 parent 75504ef commit dd9dce0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Properties/AssemblyInfo.cs
@@ -1,10 +1,10 @@
/*
* TieSoundEditor.exe, Editor for BLAS and VOIC resources in LFD files
* Copyright (C) 2007 Michael Gaisser (mjgaisser@gmail.com)
* Copyright (C) 2007-2019 Michael Gaisser (mjgaisser@gmail.com)
* Licensed under the MPL v2.0 or later.
*
* Full notice in Program.cs
* Version: 1.1.1
* Version: 1.2
*/

using System.Reflection;
Expand All @@ -17,7 +17,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Imperial Department of Military Research")]
[assembly: AssemblyProduct("TSE")]
[assembly: AssemblyCopyright("Copyright © 2007 Michael Gaisser")]
[assembly: AssemblyCopyright("Copyright © 2007-2019 Michael Gaisser")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,6 +31,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.1.1")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyInformationalVersion("1.1 Final")]
[assembly: AssemblyVersion("1.2.*")]
[assembly: AssemblyFileVersion("1.2.*")]
[assembly: AssemblyInformationalVersion("1.2 Final")]
7 changes: 5 additions & 2 deletions Readme.txt
@@ -1,8 +1,8 @@
TIE Sound Editor
===============================================================================
Author: Michael Gaisser (mjgaisser@gmail.com)
Version 1.1
Date: 2009.09.18
Version 1.2
Date: 2019.09.07
===============================================================================

This editor reads and writes the WAV files within the VOIC and BLAS resource
Expand All @@ -11,6 +11,9 @@ types found in TIE95 LFD files.
===================
VERSION HISTORY

v1.2 - 07 Sep 2019
- Rebuilt using current LfdReader library, fixes a crash with VOIC resources

v1.1.1 - 29 Jul 2015
- Released under MPL 2.0

Expand Down

0 comments on commit dd9dce0

Please sign in to comment.