Skip to content

Commit

Permalink
chore(release): 1.7.0
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2024-03-04)

### Features

* **snowflake-column-attribute:** allow to reuse same column names if alias is provided ([be044c1](be044c1))
  • Loading branch information
semantic-release-bot committed Mar 4, 2024
1 parent be044c1 commit 1cc471c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Snowflake.Data.Xt</id>
<Version>1.6.0</Version>
<Version>1.7.0</Version>
<dependencies>
<depdendency id="Snowflake.Data" version="2.2.0" />
</dependencies>
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.7.0](https://github.com/JonasSchubert/Snowflake.Data.Xt/compare/v1.6.0...v1.7.0) (2024-03-04)


### Features

* **snowflake-column-attribute:** allow to reuse same column names if alias is provided ([be044c1](https://github.com/JonasSchubert/Snowflake.Data.Xt/commit/be044c15abe7e5b9f40ca8c20905836e61cb7586))

# [1.6.0](https://github.com/JonasSchubert/Snowflake.Data.Xt/compare/v1.5.1...v1.6.0) (2024-03-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snowflake-data-xt",
"version": "1.6.0",
"version": "1.7.0",
"description": "Nuget package for fluent snowflake access.",
"author": {
"name": "Jonas Schubert",
Expand Down
6 changes: 3 additions & 3 deletions src/Snowflake.Data.Xt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<PackageTags>Snowflake,Fluent</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RootNamespace>Snowflake.Data.Xt</RootNamespace>
<Version>1.6.0</Version>
<AssemblyVersion>1.6.0</AssemblyVersion>
<FileVersion>1.6.0</FileVersion>
<Version>1.7.0</Version>
<AssemblyVersion>1.7.0</AssemblyVersion>
<FileVersion>1.7.0</FileVersion>
<RepositoryUrl>https://github.com/JonasSchubert/Snowflake.Data.Xt.git</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 1cc471c

Please sign in to comment.