Skip to content

Commit

Permalink
MAJOR: Bumped up DotNet connector MAJOR version from 3.1.0 to 4.0.0 (#…
Browse files Browse the repository at this point in the history
…990)

### Description
MAJOR: Bumped up DotNet connector MAJOR version from 3.1.0 to 4.0.0

### Checklist
- [ ] Code compiles correctly
- [ ] Code is formatted according to [Coding
Conventions](../blob/master/CodingConventions.md)
- [ ] Created tests which fail without the change (if possible)
- [ ] All tests passing (`dotnet test`)
- [ ] Extended the README / documentation, if necessary
- [ ] Provide JIRA issue id (if possible) or GitHub issue id in PR name
  • Loading branch information
sfc-gh-knozderko authored Jul 8, 2024
1 parent 9bcfab0 commit 76cfbd2
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 @@ -11,7 +11,7 @@
<Company>Snowflake Computing, Inc</Company>
<Product>Snowflake Connector for .NET</Product>
<Authors>Snowflake</Authors>
<Version>3.1.0</Version>
<Version>4.0.0</Version>
<DebugType>Full</DebugType>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 76cfbd2

Please sign in to comment.