forked from hazelcast/hazelcast-csharp-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshared.project.props
More file actions
14 lines (14 loc) · 887 Bytes
/
shared.project.props
File metadata and controls
14 lines (14 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="build">
<Version>4.0.0</Version>
<Product>Hazelcast</Product>
<Company>Hazelcast Inc.</Company>
<Copyright>Copyright (c) 2008-2019, Hazelcast, Inc</Copyright>
<Authors>Hazelcast</Authors>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<PackageIconUrl>https://s3.amazonaws.com/hazelcast/logo/HazelcastLogo-Orange_Dark_NoText_200w.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/hazelcast/hazelcast-csharp-client</PackageProjectUrl>
<RepositoryUrl>https://github.com/hazelcast/hazelcast-csharp-client</RepositoryUrl>
<PackageTags>hazelcast cache imdg big-data in-memory datagrid clustering scalabilty distributed caching</PackageTags>
</PropertyGroup>
</Project>