Skip to content

Commit

Permalink
Backend,Frontend: change Sentry version to 4.0.3
Browse files Browse the repository at this point in the history
Change Sentry version from beta to stable (4.0.3).
  • Loading branch information
webwarrior-ws committed Nov 7, 2024
1 parent c78c1a2 commit e19579f
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/GWallet.Backend/GWallet.Backend-legacy.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<HintPath>..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
</Reference>
<Reference Include="Sentry">
<HintPath>..\..\packages\Sentry.4.0.0-beta.8\lib\netstandard2.0\Sentry.dll</HintPath>
<HintPath>..\..\packages\Sentry.4.0.3\lib\netstandard2.0\Sentry.dll</HintPath>
</Reference>
<Reference Include="System.Reflection.Metadata">
<HintPath>..\..\packages\System.Reflection.Metadata.5.0.0\lib\net461\System.Reflection.Metadata.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Backend/GWallet.Backend.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
<PackageReference Include="FSharpx.Collections" Version="3.1.0">
<GeneratePathProperty></GeneratePathProperty>
</PackageReference>
<PackageReference Include="Sentry" Version="4.0.0-beta.8" />
<PackageReference Include="Sentry" Version="4.0.3" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/GWallet.Backend/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<package id="NETStandard.Library" version="2.0.3" targetFramework="net471" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net46" />
<package id="Portable.BouncyCastle" version="1.8.5.2" targetFramework="net461" />
<package id="Sentry" version="4.0.0-beta.8" targetFramework="net461" />
<package id="Sentry" version="4.0.3" targetFramework="net461" />
<package id="System.AppContext" version="4.3.0" targetFramework="net46" />
<package id="System.Buffers" version="4.5.1" targetFramework="net471" />
<package id="System.Collections" version="4.3.0" targetFramework="net46" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<HintPath>..\..\packages\FSharp.Core.4.7.0\lib\net45\FSharp.Core.dll</HintPath>
</Reference>
<Reference Include="Sentry">
<HintPath>..\..\packages\Sentry.4.0.0-beta.8\lib\netstandard2.0\Sentry.dll</HintPath>
<HintPath>..\..\packages\Sentry.4.0.3\lib\netstandard2.0\Sentry.dll</HintPath>
</Reference>
<Reference Include="System.Text.Json">
<HintPath>..\..\packages\System.Text.Json.5.0.2\lib\net461\System.Text.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.Console/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<package id="FSharp.Core" version="4.7.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net46" />
<package id="Portable.BouncyCastle" version="1.8.5.2" targetFramework="net461" />
<package id="Sentry" version="4.0.0-beta.8" targetFramework="net471" />
<package id="Sentry" version="4.0.3" targetFramework="net471" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.3" targetFramework="net471" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
<HintPath>..\..\packages\Newtonsoft.Json.13.0.2\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Sentry">
<HintPath>..\..\packages\Sentry.4.0.0-beta.8\lib\netstandard2.0\Sentry.dll</HintPath>
<HintPath>..\..\packages\Sentry.4.0.3\lib\netstandard2.0\Sentry.dll</HintPath>
</Reference>
<Reference Include="System.Text.Json">
<HintPath>..\..\packages\System.Text.Json.5.0.2\lib\net461\System.Text.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.Android/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<package id="NETStandard.Library" version="2.0.3" targetFramework="monoandroid90" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="monoandroid90" />
<package id="Portable.BouncyCastle" version="1.8.5.2" targetFramework="monoandroid90" />
<package id="Sentry" version="4.0.0-beta.8" targetFramework="monoandroid90" />
<package id="Sentry" version="4.0.3" targetFramework="monoandroid90" />
<package id="System.AppContext" version="4.3.0" targetFramework="monoandroid90" />
<package id="System.Buffers" version="4.5.1" targetFramework="monoandroid10.0" />
<package id="System.Collections" version="4.3.0" targetFramework="monoandroid90" />
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.Gtk/GWallet.Frontend.XF.Gtk.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<HintPath>..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
</Reference>
<Reference Include="Sentry">
<HintPath>..\..\packages\Sentry.4.0.0-beta.8\lib\netstandard2.0\Sentry.dll</HintPath>
<HintPath>..\..\packages\Sentry.4.0.3\lib\netstandard2.0\Sentry.dll</HintPath>
</Reference>
<Reference Include="System.Text.Json">
<HintPath>..\..\packages\System.Text.Json.5.0.2\lib\net461\System.Text.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.Gtk/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net461" />
<package id="OpenTK" version="3.0.1" targetFramework="net461" />
<package id="Portable.BouncyCastle" version="1.8.5.2" targetFramework="net461" />
<package id="Sentry" version="4.0.0-beta.8" targetFramework="net461" />
<package id="Sentry" version="4.0.3" targetFramework="net461" />
<package id="System.Buffers" version="4.5.1" targetFramework="net471" />
<package id="System.Collections" version="4.3.0" targetFramework="net471" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net471" />
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.Mac/GWallet.Frontend.XF.Mac.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.4.0\lib\netstandard2.0\System.Configuration.ConfigurationManager.dll</HintPath>
</Reference>
<Reference Include="Sentry">
<HintPath>..\..\packages\Sentry.4.0.0-beta.8\lib\netstandard2.0\Sentry.dll</HintPath>
<HintPath>..\..\packages\Sentry.4.0.3\lib\netstandard2.0\Sentry.dll</HintPath>
</Reference>
<Reference Include="System.Text.Json">
<HintPath>..\..\packages\System.Text.Json.5.0.2\lib\net461\System.Text.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.Mac/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<package id="NETStandard.Library" version="2.0.3" targetFramework="xamarinmac20" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="xamarinmac20" />
<package id="Portable.BouncyCastle" version="1.8.5.2" targetFramework="xamarinmac20" />
<package id="Sentry" version="4.0.0-beta.8" targetFramework="xamarinmac20" />
<package id="Sentry" version="4.0.3" targetFramework="xamarinmac20" />
<package id="System.AppContext" version="4.3.0" targetFramework="xamarinmac20" />
<package id="System.Buffers" version="4.5.1" targetFramework="xamarinmac20" />
<package id="System.Collections" version="4.3.0" targetFramework="xamarinmac20" />
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.iOS/GWallet.Frontend.XF.iOS.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.4.0\lib\netstandard2.0\System.Configuration.ConfigurationManager.dll</HintPath>
</Reference>
<Reference Include="Sentry">
<HintPath>..\..\packages\Sentry.4.0.0-beta.8\lib\netstandard2.0\Sentry.dll</HintPath>
<HintPath>..\..\packages\Sentry.4.0.3\lib\netstandard2.0\Sentry.dll</HintPath>
</Reference>
<Reference Include="System.Text.Json">
<HintPath>..\..\packages\System.Text.Json.5.0.2\lib\net461\System.Text.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.iOS/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<package id="NETStandard.Library" version="2.0.3" targetFramework="xamarinios10" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="xamarinios10" />
<package id="Portable.BouncyCastle" version="1.8.5.2" targetFramework="xamarinios10" />
<package id="Sentry" version="4.0.0-beta.8" targetFramework="xamarinios10" />
<package id="Sentry" version="4.0.3" targetFramework="xamarinios10" />
<package id="System.AppContext" version="4.3.0" targetFramework="xamarinios10" />
<package id="System.Buffers" version="4.5.1" targetFramework="xamarinios10" />
<package id="System.Collections" version="4.3.0" targetFramework="xamarinios10" />
Expand Down

0 comments on commit e19579f

Please sign in to comment.