Skip to content

Commit 536a9a6

Browse files
Nuspec for AWS dependencies
This requires using Nuget.exe to be generated using the next command: nuget.exe pack snowflake.data.aws.nuspec -Exclude **
1 parent 6003572 commit 536a9a6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata>
4+
<id>Snowflake.Data.AWS</id>
5+
<version>3.1.0</version>
6+
<title>Snowflake.Data.AWS</title>
7+
<authors>howryu, tchen</authors>
8+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
9+
<licenseUrl>https://github.com/snowflakedb/snowflake-connector-net/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/snowflakedb/snowflake-connector-net</projectUrl>
11+
<iconUrl>https://raw.githubusercontent.com/snowflakedb/snowflake-connector-net/master/Snowflake.Data/snowflake.ico</iconUrl>
12+
<description>Snowflake Connector for .NET</description>
13+
<copyright>Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.</copyright>
14+
<dependencies>
15+
<group targetFramework="net6.0">
16+
<dependency id="AWSSDK.S3" version="3.7.0.4" exclude="Build,Analyzers" />
17+
</group>
18+
</dependencies>
19+
</metadata>
20+
</package>

0 commit comments

Comments
 (0)