We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f9538 commit dbb5a3aCopy full SHA for dbb5a3a
src/Directory.Build.props
@@ -5,7 +5,7 @@
5
6
<PropertyGroup>
7
<VersionPrefix>0.0.1</VersionPrefix>
8
- <VersionSuffix>preview2</VersionSuffix>
+ <VersionSuffix>preview3</VersionSuffix>
9
<!--Generate xml docs for all projects under 'src'-->
10
<GenerateDocumentationFile>true</GenerateDocumentationFile>
11
src/Sentry/Sentry.csproj
@@ -11,7 +11,7 @@
12
<ItemGroup>
13
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
14
- <PackageReference Include="Sentry.PlatformAbstractions" Version="1.0.0-dev-00067" />
+ <PackageReference Include="Sentry.PlatformAbstractions" Version="1.0.0-dev-00071" />
15
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
16
</ItemGroup>
17
0 commit comments