Skip to content

Commit

Permalink
Bump versions and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Schraeder committed Jun 13, 2016
1 parent 8d232e5 commit 6c1d1fd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CSharp_MARC Editor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,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("2016.06.12.0")]
[assembly: AssemblyFileVersion("2016.06.12.0")]
[assembly: AssemblyVersion("2016.06.12.1")]
[assembly: AssemblyFileVersion("2016.06.12.1")]
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ This project is built upon the CSharp_MARC project of the same name available at
* SQLite database backend - advanced users can connect with any SQLite client to do further SQL queries on the dataset

## Changelog:


###2016-06-12.1 Changes:

* Fix field sorting
* Speed sorting up
* Batch Edit is now in a background worker thread
* Add sort all fields and subfields functionality

###2016-06-12 Changes:

* Add Advanced Batch Edit feature
Expand Down
7 changes: 7 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3
*/

2016-06-12.1 Changes:

Fix field sorting
Speed sorting up
Batch Edit is now in a background worker thread
Add sort all fields and subfields functionality

2016-06-12 Changes:

Add Advanced Batch Edit feature
Expand Down

0 comments on commit 6c1d1fd

Please sign in to comment.