Skip to content

Commit 08c297b

Browse files
authored
Merge pull request #98 from fiskaltrust/update-essscd
Update essscd
2 parents 92c6dc3 + 6be6e20 commit 08c297b

File tree

13 files changed

+17
-20
lines changed

13 files changed

+17
-20
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
pool:
2626
vmImage: windows-latest
2727
steps:
28+
- task: UseDotNet@2
29+
displayName: "Install .NET 6 SDK"
30+
inputs:
31+
packageType: "sdk"
32+
version: "6.x"
33+
2834
- task: VisualStudioTestPlatformInstaller@1
2935
displayName: VsTest Platform Installer
3036

src/fiskaltrust.Middleware.Interface.Client.Common/fiskaltrust.Middleware.Interface.Client.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="fiskaltrust.interface" Version="1.3.75-rc1" />
10+
<PackageReference Include="fiskaltrust.interface" Version="1.3.76-rc1" />
1111
</ItemGroup>
1212

1313
<PropertyGroup Condition="'$(TargetFramework)' != 'net40' AND '$(TargetFramework)' != 'net461'">

src/fiskaltrust.Middleware.Interface.Client.Grpc/fiskaltrust.Middleware.Interface.Client.Grpc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="fiskaltrust.interface" Version="1.3.75-rc1" />
22+
<PackageReference Include="fiskaltrust.interface" Version="1.3.76-rc1" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

src/fiskaltrust.Middleware.Interface.Client.Grpc/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.75-rc1",
2+
"version": "1.3.76-rc1",
33
"releaseBranches": [
44
"^refs/heads/master$",
55
"^refs/tags/client/grpc/v\\d+(?:\\.\\d+)*(?:-.*)?$"

src/fiskaltrust.Middleware.Interface.Client.Http.StrongName/fiskaltrust.Middleware.Interface.Client.Http.StrongName.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="fiskaltrust.interface.StrongName" Version="1.3.75-rc1" />
9+
<PackageReference Include="fiskaltrust.interface.StrongName" Version="1.3.76-rc1" />
1010
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
1111
</ItemGroup>
1212

src/fiskaltrust.Middleware.Interface.Client.Http.StrongName/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.75-rc1",
2+
"version": "1.3.76-rc1",
33
"releaseBranches": [
44
"^refs/heads/master$",
55
"^refs/tags/client/http-strongname/v\\d+(?:\\.\\d+)*(?:-.*)?$"

src/fiskaltrust.Middleware.Interface.Client.Http/fiskaltrust.Middleware.Interface.Client.Http.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="fiskaltrust.interface" Version="1.3.75-rc1" />
13+
<PackageReference Include="fiskaltrust.interface" Version="1.3.76-rc1" />
1414
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
1515
</ItemGroup>
1616

src/fiskaltrust.Middleware.Interface.Client.Http/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.75-rc1",
2+
"version": "1.3.76-rc1",
33
"releaseBranches": [
44
"^refs/heads/master$",
55
"^refs/tags/client/http/v\\d+(?:\\.\\d+)*(?:-.*)?$"

src/fiskaltrust.Middleware.Interface.Client.Soap/fiskaltrust.Middleware.Interface.Client.Soap.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="fiskaltrust.interface" Version="1.3.75-rc1" />
19+
<PackageReference Include="fiskaltrust.interface" Version="1.3.76-rc1" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

src/fiskaltrust.Middleware.Interface.Client.Soap/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.75-rc1",
2+
"version": "1.3.76-rc1",
33
"releaseBranches": [
44
"^refs/heads/master$",
55
"^refs/tags/client/soap/v\\d+(?:\\.\\d+)*(?:-.*)?$"

0 commit comments

Comments
 (0)