File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+
56672016-08-03 Changes:
5768
5869Fix loading preview information for records with holdings information in the 949a
You can’t perform that action at this time.
0 commit comments