Skip to content

Commit e549d35

Browse files
committed
v1.17.0
1 parent c00ea24 commit e549d35

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Tzkt.Api.Tests/Tzkt.Api.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<AssemblyVersion>1.16.0</AssemblyVersion>
4+
<AssemblyVersion>1.17.0</AssemblyVersion>
55
</PropertyGroup>
66

77
<PropertyGroup>

Tzkt.Api/Swagger/Swagger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public static class Swagger
44
{
5-
const string Version = "1.16.0";
5+
const string Version = "1.17.0";
66
const string Path = "/v1/swagger.json";
77

88
public static void AddOpenApiDocument(this IServiceCollection services)

Tzkt.Api/Tzkt.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<AssemblyVersion>1.16.0</AssemblyVersion>
4+
<AssemblyVersion>1.17.0</AssemblyVersion>
55
</PropertyGroup>
66

77
<PropertyGroup>

Tzkt.Data/Tzkt.Data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<AssemblyVersion>1.16.0</AssemblyVersion>
4+
<AssemblyVersion>1.17.0</AssemblyVersion>
55
</PropertyGroup>
66

77
<PropertyGroup>

Tzkt.Sync.Tests/Tzkt.Sync.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<AssemblyVersion>1.16.0</AssemblyVersion>
4+
<AssemblyVersion>1.17.0</AssemblyVersion>
55
</PropertyGroup>
66

77
<PropertyGroup>

Tzkt.Sync/Tzkt.Sync.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<AssemblyVersion>1.16.0</AssemblyVersion>
4+
<AssemblyVersion>1.17.0</AssemblyVersion>
55
</PropertyGroup>
66

77
<PropertyGroup>

0 commit comments

Comments
 (0)