forked from hazelcast/hazelcast-csharp-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.nuspec
23 lines (23 loc) · 967 Bytes
/
Package.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>Hazelcast.Net</id>
<title>Hazelcast .NET Client</title>
<version>3.6.0-RC1</version>
<authors>Hazelcast</authors>
<projectUrl>https://github.com/hazelcast/hazelcast-csharp-client</projectUrl>
<owners>Hazelcast</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<iconUrl>https://s3.amazonaws.com/hazelcast/logo/HazelcastLogo-Orange_Dark_NoText_200w.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Open source .NET/C# client for Hazelcast, the open source in memory distributed computing platform.
</description>
<releaseNotes></releaseNotes>
<copyright>Copyright (c) 2008-2015, Hazelcast, Inc.</copyright>
<tags>hazelcast cache</tags>
</metadata>
<files>
<file src="bin\Release\AnyCpu\*.dll" target="lib\net40" />
<file src="bin\Release\AnyCpu\*.xml" target="lib\net40" />
</files>
</package>