Skip to content

Commit

Permalink
Merge pull request #44 from mindbox-cloud/mukhamedyrov/scenarios/bump…
Browse files Browse the repository at this point in the history
…Version

make legacy version
  • Loading branch information
mukhamedyarov authored Sep 23, 2024
2 parents f51d903 + e9801c3 commit b407513
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<VersionMinor>0</VersionMinor>
<BuildNumber>$(BuildNumber)</BuildNumber>
<BuildNumber Condition="'$(BuildNumber)' == ''">0</BuildNumber>
<VersionTag>-legacy</VersionTag>
<PackageVersion>$(VersionMajor).$(VersionMinor).$(BuildNumber)$(VersionTag)</PackageVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ProjectReference Include="..\Mindbox.ExceptionsHandling.Abstractions\Mindbox.ExceptionsHandling.Abstractions.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Sentry.AspNetCore" Version="4.11.0" />
<PackageReference Include="Sentry.Extensions.Logging" Version="4.11.0" />
<PackageReference Include="Sentry.NLog" Version="4.11.0" />
<PackageReference Include="Sentry.AspNetCore" Version="3.29.1" />
<PackageReference Include="Sentry.Extensions.Logging" Version="3.29.1" />
<PackageReference Include="Sentry.NLog" Version="3.29.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Microsoft.Extensions.Options;
using Sentry;
using Sentry.AspNetCore;
using Sentry.Extensions.Logging;
using Sentry.NLog;
Expand Down

0 comments on commit b407513

Please sign in to comment.