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.
2 parents 7a9584a + 9d3f44f commit 621e774Copy full SHA for 621e774
src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj
@@ -2,7 +2,6 @@
2
3
<PropertyGroup>
4
<VersionPrefix>3.0.0</VersionPrefix>
5
- <VersionSuffix>beta1</VersionSuffix>
6
<TargetFrameworks>netstandard1.4;net45</TargetFrameworks>
7
<PackageLicenseUrl>https://raw.github.com/LaunchDarkly/dotnet-eventsource/master/LICENSE</PackageLicenseUrl>
8
<AssemblyName>LaunchDarkly.EventSource</AssemblyName>
@@ -15,6 +14,7 @@
15
14
<SignAssembly>true</SignAssembly>
16
<AssemblyOriginatorKeyFile>../../LaunchDarkly.EventSource.snk</AssemblyOriginatorKeyFile>
17
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
+ <Version>3.0.0</Version>
18
</PropertyGroup>
19
20
<ItemGroup>
0 commit comments