Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
afrozenpeach committed Jul 6, 2018
1 parent 8d86a3f commit f8f64c1
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 16 deletions.
4 changes: 2 additions & 2 deletions CSharp_MARC Editor/CSharp_MARC Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<ProductName>CSharp_MARC Editor</ProductName>
<PublisherName>Mattie Schraeder</PublisherName>
<SuiteName>csharpmarc.net</SuiteName>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>2018.02.20.%2a</ApplicationVersion>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2018.07.06.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down
4 changes: 2 additions & 2 deletions CSharp_MARC Editor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,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("2018.02.20.0")]
[assembly: AssemblyFileVersion("2018.02.20.0")]
[assembly: AssemblyVersion("2018.07.06.0")]
[assembly: AssemblyFileVersion("2018.07.06.0")]
4 changes: 2 additions & 2 deletions CSharp_MARC Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2018.02.20.0")]
[assembly: AssemblyFileVersion("2018.02.20.0")]
[assembly: AssemblyVersion("2018.07.06.0")]
[assembly: AssemblyFileVersion("2018.07.06.0")]
4 changes: 2 additions & 2 deletions CSharp_MARC/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2018.02.20.0")]
[assembly: AssemblyFileVersion("2018.02.20.0")]
[assembly: AssemblyVersion("2018.07.06.0")]
[assembly: AssemblyFileVersion("2018.07.06.0")]
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ This project is built upon the CSharp_MARC project of the same name available at

## Changelog:

### 2018-07-06 Changes:

* Fixed issue where a user could attempt to add tags and subfields before a record has been added
* Fixed issue with some MARC21 records not loading properly

### 2018-02-20 Changes:

* Export CSV now exports validation results column
Expand Down Expand Up @@ -295,8 +300,8 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

@author Mattie Schraeder-Urbanowicz <mattie@csharpmarc.net>
@copyright 2009-2017 Mattie Schraeder-Urbanowicz and Bound to Stay Bound Books <http://www.btsb.com>
@author Mattie Schraeder <mattie@csharpmarc.net>
@copyright 2009-2017 Mattie Schraeder and Bound to Stay Bound Books <http://www.btsb.com>
@license http://www.gnu.org/copyleft/lesser.html LGPL License 3

### Editor for MARC records
Expand All @@ -309,6 +314,6 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

@author Mattie Schraeder-Urbanowicz <mattie@csharpmarc.net>
@copyright 2016-2017 Mattie Schraeder-Urbanowicz
@author Mattie Schraeder <mattie@csharpmarc.net>
@copyright 2016-2017 Mattie Schraeder
@license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3
13 changes: 9 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @author Mattie Schraeder-Urbanwoicz <mattie@csharpmarc.net>
* @copyright 2009-2017 Mattie Schraeder-Urbanowicz and Bound to Stay Bound Books <http://www.btsb.com>
* @author Mattie Schraeder <mattie@csharpmarc.net>
* @copyright 2009-2017 Mattie Schraeder and Bound to Stay Bound Books <http://www.btsb.com>
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 3
*/

Expand All @@ -48,11 +48,16 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @author Mattie Schraeder-Urbanowicz <mattie@csharpmarc.net>
* @copyright 2016-2017 Mattie Schraeder-Urbanowicz
* @author Mattie Schraeder <mattie@csharpmarc.net>
* @copyright 2016-2017 Mattie Schraeder
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3
*/

2018-07-06 Changes:

Fixed issue where a user could attempt to add tags and subfields before a record has been added
Fixed issue with some MARC21 records not loading properly

2018-02-20 Changes:

Export CSV now exports validation results column
Expand Down

0 comments on commit f8f64c1

Please sign in to comment.