Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions UnitsNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

using System;
using System.Reflection;
using System.Resources;

Expand All @@ -34,11 +35,11 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Initial Force AS")]
[assembly: AssemblyProduct("UnitsNet")]
[assembly: AssemblyCopyright("Copyright © 2007-2014 Initial Force AS")]
[assembly: AssemblyCopyright("Copyright © 2007-2016 Initial Force AS")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("")]

[assembly: CLSCompliant(true)]
// Version information for an assembly consists of the following four values:
//
// Major Version
Expand Down