|
|
|
@ -1,7 +1,9 @@ |
|
|
|
// <copyright file="Version.cs" company="Math.NET"> |
|
|
|
// Math.NET Numerics, part of the Math.NET Project |
|
|
|
// http://mathnet.opensourcedotnet.info |
|
|
|
// |
|
|
|
// Copyright (c) 2009 Math.NET |
|
|
|
// |
|
|
|
// Permission is hereby granted, free of charge, to any person |
|
|
|
// obtaining a copy of this software and associated documentation |
|
|
|
// files (the "Software"), to deal in the Software without |
|
|
|
@ -10,8 +12,10 @@ |
|
|
|
// copies of the Software, and to permit persons to whom the |
|
|
|
// Software is furnished to do so, subject to the following |
|
|
|
// conditions: |
|
|
|
// |
|
|
|
// The above copyright notice and this permission notice shall be |
|
|
|
// included in all copies or substantial portions of the Software. |
|
|
|
// |
|
|
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
|
|
|
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
|
|
|
// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
|
|
|
@ -21,12 +25,14 @@ |
|
|
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
|
|
|
// OTHER DEALINGS IN THE SOFTWARE. |
|
|
|
// </copyright> |
|
|
|
|
|
|
|
/* This file is automatically generated - do not modify it. Change Version.tt instead. |
|
|
|
Last generated on: <#=DateTime.Now.ToString()#> |
|
|
|
Last generated on UTC <#=DateTime.UtcNow.ToString("u")#> |
|
|
|
*/ |
|
|
|
|
|
|
|
<#@ template Language="C#"#> |
|
|
|
using System.Reflection; |
|
|
|
|
|
|
|
<# DateTime date = DateTime.Now; #> |
|
|
|
<# DateTime date = DateTime.UtcNow; #> |
|
|
|
[assembly: AssemblyVersion("<#=date.Year#>.<#=date.Month.ToString("0#")#>.<#=date.Day#>.<#=(int)date.TimeOfDay.TotalMinutes#>")] |
|
|
|
[assembly: AssemblyFileVersion("<#=date.Year#>.<#=date.Month.ToString("0#")#>.<#=date.Day#>.<#=(int)date.TimeOfDay.TotalMinutes#>")] |