Skip to content

Commit 4c65337

Browse files
Applying PR Suggestions
1 parent e982a9c commit 4c65337

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Snowflake.Data.AWS/Snowflake.Data.AWS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Product>Snowflake Connector for .NET</Product>
1414
<Authors>Snowflake</Authors>
1515
<Copyright>Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.</Copyright>
16-
<Version>3.1.1</Version>
16+
<Version>3.1.0</Version>
1717
<DebugType>Full</DebugType>
1818
<LangVersion>7.3</LangVersion>
1919
<RootNamespace>Snowflake.Data.AWS</RootNamespace>

Snowflake.Data.Azure/Snowflake.Data.Azure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Product>Snowflake Connector for .NET</Product>
1414
<Authors>Snowflake</Authors>
1515
<Copyright>Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.</Copyright>
16-
<Version>3.1.1</Version>
16+
<Version>3.1.0</Version>
1717
<DebugType>Full</DebugType>
1818
<LangVersion>7.3</LangVersion>
1919
<RootNamespace>Snowflake.Data.Azure</RootNamespace>

Snowflake.Data.Core/Snowflake.Data.Core.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<PackageIconUrl>https://raw.githubusercontent.com/snowflakedb/snowflake-connector-net/master/Snowflake.Data/snowflake.ico</PackageIconUrl>
1212
<Company>Snowflake Computing, Inc</Company>
1313
<Product>Snowflake Connector for .NET</Product>
14-
<Authors>howryu, tchen</Authors>
14+
<Authors>Snowflake</Authors>
1515
<Copyright>Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.</Copyright>
16-
<Version>3.1.1</Version>
16+
<Version>3.1.0</Version>
1717
<DebugType>Full</DebugType>
1818
<LangVersion>7.3</LangVersion>
1919
<RootNamespace>Snowflake.Data</RootNamespace>
2020
</PropertyGroup>
21-
21+
2222
<ItemGroup>
2323

2424
<PackageReference Include="AWSSDK.S3" Version="3.7.0.4" >
@@ -41,7 +41,7 @@
4141
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
4242
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
4343
</ItemGroup>
44-
44+
4545
<ItemGroup Condition="'$(TargetFramework)' == 'net471' Or '$(TargetFramework)' == 'net472'">
4646
<Reference Include="System.Net.Http" />
4747
</ItemGroup>
@@ -55,7 +55,7 @@
5555
<!--needed by Moq to be able to mock internal interfaces-->
5656
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
5757
</ItemGroup>
58-
58+
5959
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
6060
<DebugType>full</DebugType>
6161
<DebugSymbols>True</DebugSymbols>
@@ -65,13 +65,13 @@
6565
<DebugType>full</DebugType>
6666
<DebugSymbols>True</DebugSymbols>
6767
</PropertyGroup>
68-
68+
6969
<PropertyGroup>
7070
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
7171
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
7272
<AssemblyVersion>$(Version)</AssemblyVersion>
7373
</PropertyGroup>
74-
74+
7575
<ItemGroup>
7676
<Folder Include="Properties\" />
7777
</ItemGroup>

Snowflake.Data.GCP/Snowflake.Data.GCP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Product>Snowflake Connector for .NET</Product>
1414
<Authors>Snowflake</Authors>
1515
<Copyright>Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.</Copyright>
16-
<Version>3.1.1</Version>
16+
<Version>3.1.0</Version>
1717
<DebugType>Full</DebugType>
1818
<LangVersion>7.3</LangVersion>
1919
<RootNamespace>Snowflake.Data.GCP</RootNamespace>

Snowflake.Data/Snowflake.Data.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<Description>Snowflake Connector for .NET</Description>
1414
<Company>Snowflake Computing, Inc</Company>
1515
<Product>Snowflake Connector for .NET</Product>
16-
<Authors>howryu, tchen</Authors>
16+
<Authors>Snowflake</Authors>
1717
<Copyright>Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.</Copyright>
18-
<Version>3.1.1</Version>
18+
<Version>3.1.0</Version>
1919
<DebugType>Full</DebugType>
2020
<LangVersion>7.3</LangVersion>
2121
<RootNamespace>Snowflake.Data</RootNamespace>

0 commit comments

Comments
 (0)