Skip to content

Commit ffb2bf3

Browse files
committed
Stage for release
1 parent 949ad84 commit ffb2bf3

4 files changed

Lines changed: 26 additions & 4 deletions

File tree

CSharp_MARC Editor/CSharp_MARC Editor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<ProductName>CSharp_MARC Editor</ProductName>
3232
<PublisherName>Mattie Schraeder-Urbanowicz</PublisherName>
3333
<SuiteName>csharpmarc.net</SuiteName>
34-
<ApplicationRevision>1</ApplicationRevision>
35-
<ApplicationVersion>2017.05.22.%2a</ApplicationVersion>
34+
<ApplicationRevision>0</ApplicationRevision>
35+
<ApplicationVersion>2017.06.27.%2a</ApplicationVersion>
3636
<UseApplicationTrust>false</UseApplicationTrust>
3737
<PublishWizardCompleted>true</PublishWizardCompleted>
3838
<BootstrapperEnabled>true</BootstrapperEnabled>

CSharp_MARC Editor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
// You can specify all the values or you can default the Build and Revision Numbers
6060
// by using the '*' as shown below:
6161
// [assembly: AssemblyVersion("1.0.*")]
62-
[assembly: AssemblyVersion("2017.05.22.0")]
63-
[assembly: AssemblyFileVersion("2017.05.22.0")]
62+
[assembly: AssemblyVersion("2017.06.27.0")]
63+
[assembly: AssemblyFileVersion("2017.06.27.0")]

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ This project is built upon the CSharp_MARC project of the same name available at
2222

2323
## Changelog:
2424

25+
###2017-06-27 Changes:
26+
27+
* Fixed loading and exporting MARCXML format records
28+
29+
###2017-05-22 Changes:
30+
31+
* Speed up handling of large databases
32+
* Updated copyright information
33+
* If barcode information is in the b subfield, don't use it for classification data
34+
* Fixed some sorting issues
35+
2536
###2016-08-03 Changes:
2637

2738
* Fix loading preview information for records with holdings information in the 949a

README.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@
5353
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3
5454
*/
5555

56+
2017-06-27 Changes:
57+
58+
Fixed loading and exporting MARCXML format records
59+
60+
2017-05-22 Changes:
61+
62+
Speed up handling of large databases
63+
Updated copyright information
64+
If barcode information is in the b subfield, don't use it for classification data
65+
Fixed some sorting issues
66+
5667
2016-08-03 Changes:
5768

5869
Fix loading preview information for records with holdings information in the 949a

0 commit comments

Comments
 (0)