1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+
3+ <!--
4+ *******************************************************************************************************
5+ ** GSF.Core.nuspec - Gbtc
6+ **
7+ ** Copyright © 2014, Grid Protection Alliance. All Rights Reserved.
8+ **
9+ ** Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
10+ ** the NOTICE file distributed with this work for additional information regarding copyright ownership.
11+ ** The GPA licenses this file to you under the MIT License (MIT), the "License"; you may
12+ ** not use this file except in compliance with the License. You may obtain a copy of the License at:
13+ **
14+ ** http://www.opensource.org/licenses/MIT
15+ **
16+ ** Unless agreed to in writing, the subject software distributed under the License is distributed on an
17+ ** "AS-IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Refer to the
18+ ** License for the specific language governing permissions and limitations.
19+ **
20+ **
21+ ** Code Modification History:
22+ ** ===================================================================================================
23+ ** 05/31/2011 - Pinal C. Patel
24+ ** Generated original version of source code.
25+ ** 12/02/2014 - J. Ritchie Carroll
26+ ** Updated NuGet package information.
27+ **
28+ *******************************************************************************************************
29+ -->
30+
31+ <package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
32+ <metadata >
33+ <id >GSF.Core</id >
34+ <title >Grid Solutions Framework Core Functions Library</title >
35+ <summary >Library of functions, extensions, components and APIs for any .NET application.</summary >
36+ <version >$version$</version >
37+ <authors >$author$</authors >
38+ <description >$description$</description >
39+ <projectUrl >https://github.com/GridProtectionAlliance/gsf</projectUrl >
40+ <license type =" expression" >MIT</license >
41+ <tags >Core Energy Utility Adapters Functions Extensions Queues Threads Serialization Units Checksums Endianness Bits Words Diagnostics LDAP ActiveDirectory Configuration User Account ADO Database Abstraction Task Scheduling</tags >
42+ <icon >images\GSF64x64.png</icon >
43+ </metadata >
44+ <files >
45+ <file src =" ..\..\Documentation\Images\GSF64x64.png" target =" images\" />
46+ </files >
47+ </package >
0 commit comments