From c1ab306f8ee0fe28f3defe64b6e92c6579b35afe Mon Sep 17 00:00:00 2001 From: Rolf Michelsen Date: Sun, 18 Jan 2015 11:57:20 +0100 Subject: [PATCH] Prepare for release of version 0.5. --- Dist Readme.txt | 6 +++--- Dragon Tools.sln | 1 - DragonDosTools/Properties/AssemblyInfo.cs | 6 +++--- DragonTools/Properties/AssemblyInfo.cs | 6 +++--- HfeDiskInfo/Properties/AssemblyInfo.cs | 6 +++--- README.md | 6 +++--- 6 files changed, 15 insertions(+), 16 deletions(-) diff --git a/Dist Readme.txt b/Dist Readme.txt index 6c799ec..db5a328 100644 --- a/Dist Readme.txt +++ b/Dist Readme.txt @@ -1,7 +1,7 @@ -DRAGON TOOLS 0.4 +DRAGON TOOLS 0.5 ================ -Copyright (c) 2011-2013, Rolf Michelsen +Copyright (c) 2011-2015, Rolf Michelsen All rights reserved. @@ -18,7 +18,7 @@ The following tools are currently included: DragonDos Permits accessing DragonDos filesystem in virtual diskette images. The - VDK and DSK virtual diskette formats are currently supported. + VDK, DSK and HFE virtual diskette formats are currently supported. Refer to the wiki at https://github.com/rolfmichelsen/dragontools/wiki for full documentation of the tools. This site also hosts the source code for diff --git a/Dragon Tools.sln b/Dragon Tools.sln index 009659c..330d452 100644 --- a/Dragon Tools.sln +++ b/Dragon Tools.sln @@ -9,7 +9,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DragonTools.acceptance", "D EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{21946C38-9098-4DF0-8FCC-3C7B5A61BE9E}" ProjectSection(SolutionItems) = preProject - Branch notes.txt = Branch notes.txt Create-Distribution.ps1 = Create-Distribution.ps1 Dist Readme.txt = Dist Readme.txt Dragon Tools.vsmdi = Dragon Tools.vsmdi diff --git a/DragonDosTools/Properties/AssemblyInfo.cs b/DragonDosTools/Properties/AssemblyInfo.cs index e65d2c2..720230d 100644 --- a/DragonDosTools/Properties/AssemblyInfo.cs +++ b/DragonDosTools/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Rolf Michelsen")] [assembly: AssemblyProduct("DragonDos Tools")] -[assembly: AssemblyCopyright("Copyright © 2011-2013")] +[assembly: AssemblyCopyright("Copyright © 2011-2015")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // 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("0.4.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")] +[assembly: AssemblyVersion("0.5.0.0")] +[assembly: AssemblyFileVersion("0.5.0.0")] diff --git a/DragonTools/Properties/AssemblyInfo.cs b/DragonTools/Properties/AssemblyInfo.cs index 022d2c5..8e374ad 100644 --- a/DragonTools/Properties/AssemblyInfo.cs +++ b/DragonTools/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Rolf Michelsen")] [assembly: AssemblyProduct("DragonTools")] -[assembly: AssemblyCopyright("Copyright © 2011-2013")] +[assembly: AssemblyCopyright("Copyright © 2011-2015")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,7 +32,7 @@ // 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("0.3.0.0")] -[assembly: AssemblyFileVersion("0.3.0.0")] +[assembly: AssemblyVersion("0.5.0.0")] +[assembly: AssemblyFileVersion("0.5.0.0")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("DragonTools.unit")] \ No newline at end of file diff --git a/HfeDiskInfo/Properties/AssemblyInfo.cs b/HfeDiskInfo/Properties/AssemblyInfo.cs index 1bead6f..b6146d8 100644 --- a/HfeDiskInfo/Properties/AssemblyInfo.cs +++ b/HfeDiskInfo/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Rolf Michelsen")] [assembly: AssemblyProduct("HfeDiskInfo")] -[assembly: AssemblyCopyright("Copyright © 2013")] +[assembly: AssemblyCopyright("Copyright © 2013-2015")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // 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("0.0.0.0")] -[assembly: AssemblyFileVersion("0.0.0.0")] +[assembly: AssemblyVersion("0.5.0.0")] +[assembly: AssemblyFileVersion("0.5.0.0")] diff --git a/README.md b/README.md index 505ae76..918d76c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ DRAGON TOOLS ============ -© Rolf Michelsen, 2011-2013 +© Rolf Michelsen, 2011-2015 All rights reserved. @@ -37,7 +37,7 @@ Contents ### DragonDos -A command line utility for accessing virtual DragonDos filesystems in VDK or DSK +A command line utility for accessing virtual DragonDos filesystems in VDK, DSK or HFE floppy disk images from a Windows environment. The utility supports functionality to list files, rename files, delete files, create an empty filesystem and copying files between the DragonDos filesystem and the Windows @@ -55,7 +55,7 @@ disk and tape-based filesystems. Development ----------- -*Dragon Tools* have been developed using Visual Studio 2012. The repository +*Dragon Tools* have been developed using Visual Studio 2013. The repository contains a Visual Studio solution with multiple projects.