Skip to content

Commit

Permalink
Merge pull request #60 from fiskaltrust/release-clients
Browse files Browse the repository at this point in the history
release clients
  • Loading branch information
volllly committed Apr 21, 2023
2 parents 105dd7b + 3568d25 commit bf3c4de
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="fiskaltrust.interface.StrongName" Version="1.3.45-rc2" />
<PackageReference Include="fiskaltrust.interface.StrongName" Version="1.3.45" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="fiskaltrust.interface" Version="1.3.45-rc2" />
<PackageReference Include="fiskaltrust.interface" Version="1.3.45" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' != 'net6' ">
<PackageReference Include="fiskaltrust.interface" Version="1.3.45-rc2" />
<PackageReference Include="fiskaltrust.interface" Version="1.3.45" />
<PackageReference Include="Grpc.Core" Version="2.28.1" />
<PackageReference Include="protobuf-net.Grpc.Native" Version="1.0.37" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.45-rc2",
"version": "1.3.45",
"releaseBranches": [
"^refs/heads/master$",
"^refs/tags/client/grpc/v\\d+(?:\\.\\d+)*(?:-.*)?$"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="fiskaltrust.interface.StrongName" Version="1.3.45-rc2" />
<PackageReference Include="fiskaltrust.interface.StrongName" Version="1.3.45" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.45-rc2",
"version": "1.3.45",
"releaseBranches": [
"^refs/heads/master$",
"^refs/tags/client/http-strongname/v\\d+(?:\\.\\d+)*(?:-.*)?$"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="fiskaltrust.interface" Version="1.3.45-rc2" />
<PackageReference Include="fiskaltrust.interface" Version="1.3.45" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.45-rc3",
"version": "1.3.45",
"releaseBranches": [
"^refs/heads/master$",
"^refs/tags/client/http/v\\d+(?:\\.\\d+)*(?:-.*)?$"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="fiskaltrust.interface" Version="1.3.45-rc2" />
<PackageReference Include="fiskaltrust.interface" Version="1.3.45" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6' ">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.45-rc2",
"version": "1.3.45",
"releaseBranches": [
"^refs/heads/master$",
"^refs/tags/client/soap/v\\d+(?:\\.\\d+)*(?:-.*)?$"
Expand Down

0 comments on commit bf3c4de

Please sign in to comment.