Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Mar 4, 2022
1 parent f96c6da commit 1ae1e31
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>Application.ico</ApplicationIcon>

<Version>2.10.3</Version>
<Version>2.13.0</Version>
<Company>Portalum</Company>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="SuperSimpleTcp" Version="2.6.0.3" />
<PackageReference Include="SuperSimpleTcp" Version="2.6.0.5" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Portalum.Zvt.UnitTest/Portalum.Zvt.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="Moq" Version="4.17.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.2">
Expand Down
4 changes: 2 additions & 2 deletions src/Portalum.Zvt/Portalum.Zvt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

<TargetFrameworks>netstandard2.0;netstandard2.1;net6</TargetFrameworks>

<Version>2.12.1</Version>
<Version>2.13.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
<PackageReference Include="Nager.TcpClient" Version="1.0.9" />
<PackageReference Include="Nager.TcpClient" Version="1.0.10" />
<PackageReference Include="System.IO.Ports" Version="6.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 1ae1e31

Please sign in to comment.