Skip to content

Commit 3029444

Browse files
Added explicit Azure.Storage.Common dependency.
Set alpha version to projects 4.0.1-alpha01. Removed not required set of version, it is calculated base on the Version property.
1 parent 4c38ae9 commit 3029444

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Company>Snowflake Computing, Inc</Company>
1313
<Product>Snowflake Connector for .NET</Product>
1414
<Authors>Snowflake</Authors>
15-
<Version>4.0.0</Version>
15+
<Version>4.0.1-alpha01</Version>
1616
<DebugType>Full</DebugType>
1717
<LangVersion>7.3</LangVersion>
1818
<RootNamespace>Snowflake.Data.AWS</RootNamespace>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212
<Company>Snowflake Computing, Inc</Company>
1313
<Product>Snowflake Connector for .NET</Product>
1414
<Authors>Snowflake</Authors>
15-
<Version>4.0.0</Version>
15+
<Version>4.0.1-alpha01</Version>
1616
<DebugType>Full</DebugType>
1717
<LangVersion>7.3</LangVersion>
1818
<RootNamespace>Snowflake.Data.Azure</RootNamespace>
1919
</PropertyGroup>
2020

2121
<ItemGroup>
2222
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.0" />
23+
<PackageReference Include="Azure.Storage.Common" Version="12.12.0" />
2324
</ItemGroup>
2425

2526
</Project>

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<Company>Snowflake Computing, Inc</Company>
1212
<Product>Snowflake Connector for .NET</Product>
1313
<Authors>Snowflake</Authors>
14-
<Version>4.0.0</Version>
14+
<Version>4.0.1-alpha01</Version>
1515
<DebugType>Full</DebugType>
1616
<LangVersion>7.3</LangVersion>
1717
<RootNamespace>Snowflake.Data</RootNamespace>
1818
</PropertyGroup>
19-
19+
2020
<ItemGroup>
2121

2222
<PackageReference Include="AWSSDK.S3" Version="3.7.0.4" >
@@ -31,6 +31,10 @@
3131
<ExcludeAssets>Runtime,Build,Native,Analyzers,BuildTransitive</ExcludeAssets>
3232
<IncludeAssets>compile</IncludeAssets>
3333
</PackageReference>
34+
<PackageReference Include="Azure.Storage.Common" Version="12.12.0" >
35+
<ExcludeAssets>Runtime,Build,Native,Analyzers,BuildTransitive</ExcludeAssets>
36+
<IncludeAssets>compile</IncludeAssets>
37+
</PackageReference>
3438
<PackageReference Include="Apache.Arrow" Version="14.0.2" />
3539
<PackageReference Include="Mono.Unix" Version="7.1.0-final.1.21458.1" />
3640
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
@@ -45,7 +49,7 @@
4549
<!--needed by Moq to be able to mock internal interfaces-->
4650
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
4751
</ItemGroup>
48-
52+
4953
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
5054
<DebugType>full</DebugType>
5155
<DebugSymbols>True</DebugSymbols>
@@ -55,13 +59,12 @@
5559
<DebugType>full</DebugType>
5660
<DebugSymbols>True</DebugSymbols>
5761
</PropertyGroup>
58-
62+
5963
<PropertyGroup>
6064
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
6165
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
62-
<AssemblyVersion>$(Version)</AssemblyVersion>
6366
</PropertyGroup>
64-
67+
6568
<ItemGroup>
6669
<Folder Include="Properties\" />
6770
</ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Company>Snowflake Computing, Inc</Company>
1313
<Product>Snowflake Connector for .NET</Product>
1414
<Authors>Snowflake</Authors>
15-
<Version>4.0.0</Version>
15+
<Version>4.0.1-alpha01</Version>
1616
<DebugType>Full</DebugType>
1717
<LangVersion>7.3</LangVersion>
1818
<RootNamespace>Snowflake.Data.GCP</RootNamespace>

Snowflake.Data/Snowflake.Data.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Company>Snowflake Computing, Inc</Company>
1212
<Product>Snowflake Connector for .NET</Product>
1313
<Authors>Snowflake</Authors>
14-
<Version>4.0.0</Version>
14+
<Version>4.0.1-alpha01</Version>
1515
<DebugType>Full</DebugType>
1616
<LangVersion>7.3</LangVersion>
1717
</PropertyGroup>
@@ -36,7 +36,6 @@
3636
<PropertyGroup>
3737
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
3838
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
39-
<AssemblyVersion>$(Version)</AssemblyVersion>
4039
</PropertyGroup>
4140

4241
<PropertyGroup>

0 commit comments

Comments
 (0)