Skip to content

Commit

Permalink
Merge pull request #19 from metaindu/prep-release
Browse files Browse the repository at this point in the history
Prep release v0.5
  • Loading branch information
izrik authored Oct 18, 2021
2 parents 818217c + 2e8e127 commit 15cabbd
Show file tree
Hide file tree
Showing 12 changed files with 183 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CollectionHelper.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@

/*
* MetaphysicsIndustries.Solus
* Copyright (C) 2006-2021 Metaphysics Industries, Inc., Richard Sartor
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
*/

using System.Collections.Generic;

namespace MetaphysicsIndustries.Solus
Expand Down
22 changes: 22 additions & 0 deletions Commands/CommandSet.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@

/*
* MetaphysicsIndustries.Solus
* Copyright (C) 2006-2021 Metaphysics Industries, Inc., Richard Sartor
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
*/

using System.Collections.Generic;

namespace MetaphysicsIndustries.Solus.Commands
Expand Down
22 changes: 22 additions & 0 deletions MetaphysicsIndustries.Solus.Test/CommandSetT/CommandSetTest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@

/*
* MetaphysicsIndustries.Solus
* Copyright (C) 2006-2021 Metaphysics Industries, Inc., Richard Sartor
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
*/

using System.Collections.Generic;
using MetaphysicsIndustries.Solus.Commands;
using NUnit.Framework;
Expand Down
22 changes: 22 additions & 0 deletions MetaphysicsIndustries.Solus.Test/EnvironmentT/ChildTest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@

/*
* MetaphysicsIndustries.Solus
* Copyright (C) 2006-2021 Metaphysics Industries, Inc., Richard Sartor
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
*/

using System.Linq;
using MetaphysicsIndustries.Solus.Expressions;
using MetaphysicsIndustries.Solus.Values;
Expand Down
22 changes: 22 additions & 0 deletions MetaphysicsIndustries.Solus.Test/EnvironmentT/CloneTest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@

/*
* MetaphysicsIndustries.Solus
* Copyright (C) 2006-2021 Metaphysics Industries, Inc., Richard Sartor
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
*/

using System.Linq;
using MetaphysicsIndustries.Solus.Expressions;
using MetaphysicsIndustries.Solus.Values;
Expand Down
22 changes: 22 additions & 0 deletions MetaphysicsIndustries.Solus.Test/EnvironmentT/DerivedTest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@

/*
* MetaphysicsIndustries.Solus
* Copyright (C) 2006-2021 Metaphysics Industries, Inc., Richard Sartor
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
*/

using NUnit.Framework;
using System.Collections.Generic;

Expand Down
22 changes: 22 additions & 0 deletions MetaphysicsIndustries.Solus.Test/EnvironmentT/EnvironmentTest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@

/*
* MetaphysicsIndustries.Solus
* Copyright (C) 2006-2021 Metaphysics Industries, Inc., Richard Sartor
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
*/

using System.Linq;
using MetaphysicsIndustries.Solus.Expressions;
using NUnit.Framework;
Expand Down
22 changes: 22 additions & 0 deletions MetaphysicsIndustries.Solus.Test/MockMathObject.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@

/*
* MetaphysicsIndustries.Solus
* Copyright (C) 2006-2021 Metaphysics Industries, Inc., Richard Sartor
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*
*/

using System;
using MetaphysicsIndustries.Solus.Values;

Expand Down
2 changes: 1 addition & 1 deletion MetaphysicsIndustries.Solus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ USA
<!-- TODO: <icon>images/logo.png</icon> -->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Mathematics system</description>
<releaseNotes>If function changed to macro; Math object; SolusException</releaseNotes>
<releaseNotes>Internal API changes to SolusException and Command hierarchy</releaseNotes>
<copyright>Copyright 2021 izrik and Metaphysics Industries, Inc.</copyright>
<tags>math numeric algebra</tags>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("0.4")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.5")]
[assembly: AssemblyFileVersion("0.5.0.0")]
4 changes: 2 additions & 2 deletions solus/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("0.4")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.5")]
[assembly: AssemblyFileVersion("0.5.0.0")]
4 changes: 2 additions & 2 deletions solus/soluscli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ USA
<!-- TODO: <icon>images/logo.png</icon> -->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Solus command-line interface</description>
<releaseNotes>If function changed to macro; Math object; SolusException</releaseNotes>
<releaseNotes>Internal API changes to SolusException and Command hierarchy</releaseNotes>
<copyright>Copyright 2021 izrik and Metaphysics Industries, Inc.</copyright>
<tags>math numeric algebra</tags>
<dependencies>
<group>
<dependency id="MetaphysicsIndustries.Solus" version="0.4.0" />
<dependency id="MetaphysicsIndustries.Solus" version="0.5.0" />
</group>
<group targetFramework=".NETFramework4.0" />
</dependencies>
Expand Down

0 comments on commit 15cabbd

Please sign in to comment.