Skip to content

Commit

Permalink
Bumped version to 0.3.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
tebaikin committed Nov 2, 2023
1 parent f537335 commit 74aa6f1
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ Vostok.Applications.AspNetCore.Configuration.TracingSettings.TracingSettings() -
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ErrorResponseCode.get -> int
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ErrorResponseCode.set -> void
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ExceptionsToIgnore -> System.Collections.Generic.List<System.Type>
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.UnhandledExceptionSettings() -> void
Vostok.Applications.AspNetCore.Diagnostics.CurrentRequestsInfoProvider
Vostok.Applications.AspNetCore.Diagnostics.CurrentRequestsInfoProvider.CurrentRequestsInfoProvider(Vostok.Applications.AspNetCore.Diagnostics.RequestTracker tracker) -> void
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ExceptionsToIgnore -> System.Collections.Generic.List<System.Type>
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ Vostok.Applications.AspNetCore.Configuration.TracingSettings.TracingSettings() -
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ErrorResponseCode.get -> int
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ErrorResponseCode.set -> void
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ExceptionsToIgnore -> System.Collections.Generic.List<System.Type>
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.UnhandledExceptionSettings() -> void
Vostok.Applications.AspNetCore.Diagnostics.CurrentRequestsInfoProvider
Vostok.Applications.AspNetCore.Diagnostics.CurrentRequestsInfoProvider.CurrentRequestsInfoProvider(Vostok.Applications.AspNetCore.Diagnostics.RequestTracker tracker) -> void
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ExceptionsToIgnore -> System.Collections.Generic.List<System.Type>
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ Vostok.Applications.AspNetCore.Configuration.TracingSettings.TracingSettings() -
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ErrorResponseCode.get -> int
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ErrorResponseCode.set -> void
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ExceptionsToIgnore -> System.Collections.Generic.List<System.Type>
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.UnhandledExceptionSettings() -> void
Vostok.Applications.AspNetCore.Diagnostics.CurrentRequestsInfoProvider
Vostok.Applications.AspNetCore.Diagnostics.CurrentRequestsInfoProvider.CurrentRequestsInfoProvider(Vostok.Applications.AspNetCore.Diagnostics.RequestTracker tracker) -> void
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ExceptionsToIgnore -> System.Collections.Generic.List<System.Type>
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ Vostok.Applications.AspNetCore.Configuration.TracingSettings.TracingSettings() -
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ErrorResponseCode.get -> int
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ErrorResponseCode.set -> void
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ExceptionsToIgnore -> System.Collections.Generic.List<System.Type>
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.UnhandledExceptionSettings() -> void
Vostok.Applications.AspNetCore.Diagnostics.CurrentRequestsInfoProvider
Vostok.Applications.AspNetCore.Diagnostics.CurrentRequestsInfoProvider.CurrentRequestsInfoProvider(Vostok.Applications.AspNetCore.Diagnostics.RequestTracker tracker) -> void
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Vostok.Applications.AspNetCore.Configuration.UnhandledExceptionSettings.ExceptionsToIgnore -> System.Collections.Generic.List<System.Type>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>0.3.19</VersionPrefix>
<VersionPrefix>0.3.20</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<Title>Vostok.Applications.AspNetCore</Title>
Expand Down

0 comments on commit 74aa6f1

Please sign in to comment.