diff --git a/CSharp_MARC Editor/CSharp_MARC Editor.csproj b/CSharp_MARC Editor/CSharp_MARC Editor.csproj index 1404420..1934122 100644 --- a/CSharp_MARC Editor/CSharp_MARC Editor.csproj +++ b/CSharp_MARC Editor/CSharp_MARC Editor.csproj @@ -33,8 +33,8 @@ CSharp_MARC Editor Mattie Schraeder csharpmarc.net - 1 - 2018.02.20.%2a + 0 + 2018.07.06.%2a false true true diff --git a/CSharp_MARC Editor/Properties/AssemblyInfo.cs b/CSharp_MARC Editor/Properties/AssemblyInfo.cs index 5338e36..d7f31b3 100644 --- a/CSharp_MARC Editor/Properties/AssemblyInfo.cs +++ b/CSharp_MARC Editor/Properties/AssemblyInfo.cs @@ -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")] diff --git a/CSharp_MARC Tests/Properties/AssemblyInfo.cs b/CSharp_MARC Tests/Properties/AssemblyInfo.cs index 45e37fc..a29d874 100644 --- a/CSharp_MARC Tests/Properties/AssemblyInfo.cs +++ b/CSharp_MARC Tests/Properties/AssemblyInfo.cs @@ -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")] diff --git a/CSharp_MARC/Properties/AssemblyInfo.cs b/CSharp_MARC/Properties/AssemblyInfo.cs index c328190..c7ad7ab 100644 --- a/CSharp_MARC/Properties/AssemblyInfo.cs +++ b/CSharp_MARC/Properties/AssemblyInfo.cs @@ -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")] diff --git a/README.md b/README.md index 5c63888..4f1addd 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 . -@author Mattie Schraeder-Urbanowicz -@copyright 2009-2017 Mattie Schraeder-Urbanowicz and Bound to Stay Bound Books +@author Mattie Schraeder +@copyright 2009-2017 Mattie Schraeder and Bound to Stay Bound Books @license http://www.gnu.org/copyleft/lesser.html LGPL License 3 ### Editor for MARC records @@ -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 . -@author Mattie Schraeder-Urbanowicz -@copyright 2016-2017 Mattie Schraeder-Urbanowicz +@author Mattie Schraeder +@copyright 2016-2017 Mattie Schraeder @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3 \ No newline at end of file diff --git a/README.txt b/README.txt index 6857a2b..b38530e 100644 --- a/README.txt +++ b/README.txt @@ -20,8 +20,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @author Mattie Schraeder-Urbanwoicz - * @copyright 2009-2017 Mattie Schraeder-Urbanowicz and Bound to Stay Bound Books + * @author Mattie Schraeder + * @copyright 2009-2017 Mattie Schraeder and Bound to Stay Bound Books * @license http://www.gnu.org/copyleft/lesser.html LGPL License 3 */ @@ -48,11 +48,16 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @author Mattie Schraeder-Urbanowicz - * @copyright 2016-2017 Mattie Schraeder-Urbanowicz + * @author Mattie Schraeder + * @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