Skip to content

Commit

Permalink
Updated Tacta.Connection nugget (#23)
Browse files Browse the repository at this point in the history
* updated Tacta.Connection nugget

* version bump

---------

Co-authored-by: Marko Sego <marko.sego@tacta.io>
  • Loading branch information
SegoMarko and Marko Sego authored Apr 11, 2024
1 parent 9aaf6d7 commit d11d147
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tacta.EventStore/Tacta.EventStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<PackageIcon></PackageIcon>
<PackageProjectUrl>https://tacta.io/</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Version>1.6.2</Version>
<PackageVersion>1.6.2</PackageVersion>
<Version>1.6.3</Version>
<PackageVersion>1.6.3</PackageVersion>
<Title>Tacta EventStore Library</Title>
<PackageReleaseNotes>Sequence type changed from int to long</PackageReleaseNotes>
<PackageReleaseNotes>Updated Tacta.Connection nuget</PackageReleaseNotes>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
Expand All @@ -27,7 +27,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Polly" Version="7.2.4" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="Tacta.Connection" Version="1.0.0" />
<PackageReference Include="Tacta.Connection" Version="1.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d11d147

Please sign in to comment.