Skip to content

Commit 435ac0f

Browse files
committed
Change version 1.0.3 to 2.0.1
1 parent 50c28ea commit 435ac0f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [2.0.1]
44
### Added
55
- CLIENT: Rename Index() to Insert()
66
- CLIENT: Add missing API exceptions in client
77
- CLIENT: Add support to custom key
88
- CLIENT: Add endpoints keys level
99
- CLIENT: Add tests for data extraction
10+
### Updated
11+
- CLIENT: Rename SlicingDice API endpoints
1012

1113
### Updated
1214
- Update `ExistsEntity()` to receive `table` as parameter

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SlicingDice Official .NET/C# Client (v1.0)
1+
# SlicingDice Official .NET/C# Client (v2.0.1)
22
### Build Status: [![CircleCI](https://circleci.com/gh/SlicingDice/slicingdice-dot-net.svg?style=svg)](https://circleci.com/gh/SlicingDice/slicingdice-dot-net)
33

44
Official .NET/C# client for [SlicingDice](http://www.slicingdice.com/), Data Warehouse and Analytics Database as a Service.

SlicingDice.nuspec renamed to Slicer/SlicingDice.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>SlicingDice</id>
5-
<version>1.0.2</version>
5+
<version>2.0.1</version>
66
<authors>SlicingDice LLC</authors>
77
<owners>SlicingDice LLC</owners>
88
<licenseUrl>https://www.github.com/SlicingDice/slicingdice-dot-net/blob/master/LICENSE.txt</licenseUrl>

0 commit comments

Comments
 (0)