Skip to content

Commit

Permalink
Merge pull request #45 from mindbox-cloud/revert-44-mukhamedyrov/scen…
Browse files Browse the repository at this point in the history
…arios/bumpVersion

Revert "make legacy version"
  • Loading branch information
mukhamedyarov authored Sep 23, 2024
2 parents b407513 + edc7380 commit 113ed41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<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="3.29.1" />
<PackageReference Include="Sentry.Extensions.Logging" Version="3.29.1" />
<PackageReference Include="Sentry.NLog" Version="3.29.1" />
<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" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.Extensions.Options;
using Sentry;
using Sentry.AspNetCore;
using Sentry.Extensions.Logging;
using Sentry.NLog;
Expand Down

0 comments on commit 113ed41

Please sign in to comment.