Skip to content

Commit

Permalink
MAJOR: Bumped up DotNet connector MAJOR version from 2.2.0 to 3.0.0 (#…
Browse files Browse the repository at this point in the history
…876)

### Description
MAJOR: Bumped up DotNet connector MAJOR version from 2.2.0 to 3.0.0

### Checklist
- [x] Code compiles correctly
- [x] Code is formatted according to [Coding
Conventions](../CodingConventions.md)
- [x] Created tests which fail without the change (if possible)
- [x] All tests passing (`dotnet test`)
- [x] Extended the README / documentation, if necessary
- [x] Provide JIRA issue id (if possible) or GitHub issue id in PR name
  • Loading branch information
sfc-gh-knozderko committed Feb 26, 2024
1 parent 011c831 commit 78f945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data/Snowflake.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Product>Snowflake Connector for .NET</Product>
<Authors>howryu, tchen</Authors>
<Copyright>Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.</Copyright>
<Version>2.2.0</Version>
<Version>3.0.0</Version>
<DebugType>Full</DebugType>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 78f945a

Please sign in to comment.