Skip to content

Commit

Permalink
Cleanup and version bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoNohT committed Jun 10, 2016
1 parent 490cb09 commit 5baad8b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
21 changes: 18 additions & 3 deletions NohBoard/Extra/FileHelper.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
namespace ThoNohT.NohBoard.Extra
/*
Copyright (C) 2016 by Eric Bataille <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

namespace ThoNohT.NohBoard.Extra
{
using System.Drawing;
using System.IO;
using System.Runtime.Serialization.Json;
using System.Text;
using System.Xml;
using ThoNohT.NohBoard.Keyboard;

public static class FileHelper
{
Expand Down
4 changes: 2 additions & 2 deletions NohBoard/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.1.1.0")]
[assembly: AssemblyFileVersion("0.1.1.0")]

0 comments on commit 5baad8b

Please sign in to comment.