Skip to content

Commit acb67ce

Browse files
Moved nuspec to providers folder
1 parent bf7a722 commit acb67ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Snowflake.Data/snowflake.data.aws.nuspec renamed to Snowflake.Data/providers/Snowflake.Data.AWS.Dependencies.nuspec

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

0 commit comments

Comments
 (0)