Skip to content

Commit

Permalink
Prepare for release of version 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfmichelsen committed Jan 18, 2015
1 parent a918989 commit c1ab306
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Dist Readme.txt
Original file line number Diff line number Diff line change
@@ -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.


Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion Dragon Tools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions DragonDosTools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]
6 changes: 3 additions & 3 deletions DragonTools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]
6 changes: 3 additions & 3 deletions HfeDiskInfo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DRAGON TOOLS
============

© Rolf Michelsen, 2011-2013
© Rolf Michelsen, 2011-2015
All rights reserved.


Expand Down Expand Up @@ -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
Expand All @@ -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.

<table>
Expand Down

0 comments on commit c1ab306

Please sign in to comment.