Skip to content

Commit

Permalink
Merge pull request #41 from kuzzleio/1.0.0-proposal
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
Aschen authored Oct 2, 2019
2 parents 51cc5d7 + 52a59ee commit 81b9584
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci/doc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
kuzzle:
image: kuzzleio/kuzzle
image: kuzzleio/kuzzle:1
ports:
- "7512:7512"
cap_add:
Expand Down
2 changes: 1 addition & 1 deletion .ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
kuzzle:
image: kuzzleio/kuzzle
image: kuzzleio/kuzzle:1
ports:
- "7512:7512"
cap_add:
Expand Down
4 changes: 2 additions & 2 deletions Kuzzle/Kuzzle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageProjectUrl>https://github.com/kuzzleio/sdk-csharp</PackageProjectUrl>
<Description>Official C# SDK for Kuzzle</Description>
<RootNamespace>KuzzleSdk</RootNamespace>
<ReleaseVersion>0.1.0</ReleaseVersion>
<PackageVersion>0.1.4</PackageVersion>
<ReleaseVersion>1.0.0</ReleaseVersion>
<PackageVersion>1.0.0</PackageVersion>
<PackOnBuild>false</PackOnBuild>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Kuzzle/Kuzzle.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>kuzzlesdk</id>
<title>Kuzzle SDK</title>
<version>0.3.0</version>
<version>1.0.0</version>
<authors>Kuzzle Team</authors>
<owners>Kuzzle Team</owners>
<license type="expression">Apache-2.0</license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ hooks:
before:
after:
template: default
expected: ^(Kuzzle Server configuration:) {("dump":{.*}),("limits":{.*}),("plugins":{.*}),("queues":{.*}),("repositories":{.*}),("server":{.*}),("services":{.*}),("stats":{.*}),("validation":{.*}),("_":.*),("internal":{.*}),("version":"[0-9]\.[0-9]\.[0-9]")}$
expected: Kuzzle Server configuration
2 changes: 1 addition & 1 deletion doc/1/controllers/server/info/snippets/info.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ hooks:
before:
after:
template: default
expected: ^(Kuzzle server informations:) {"kuzzle":{"version":"[0-9]\.[0-9]\.[0-9]+","api":{.*
expected: Kuzzle server informations

0 comments on commit 81b9584

Please sign in to comment.