Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
* MINOR: Adds ArrayPool for lower GC pressure.  Netstandard2.1 only
  • Loading branch information
Jimmy Byrd committed Oct 2, 2019
1 parent 38dcaf6 commit 2fcf9bc
Show file tree
Hide file tree
Showing 19 changed files with 700 additions and 736 deletions.
8 changes: 4 additions & 4 deletions .paket/Paket.Restore.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>

<DetectedMSBuildVersion>$(MSBuildVersion)</DetectedMSBuildVersion>
<DetectedMSBuildVersion Condition="$(MSBuildVersion) == ''">15.0.0</DetectedMSBuildVersion>
<DetectedMSBuildVersion Condition="'$(MSBuildVersion)' == ''">15.0.0</DetectedMSBuildVersion>
<MSBuildSupportsHashing>false</MSBuildSupportsHashing>
<MSBuildSupportsHashing Condition=" '$(DetectedMSBuildVersion)' &gt; '15.8.0' ">true</MSBuildSupportsHashing>
<!-- Mark that this target file has been loaded. -->
Expand Down Expand Up @@ -64,7 +64,7 @@

<!-- Disable automagic references for F# dotnet sdk -->
<!-- This will not do anything for other project types -->
<!-- see https://github.com/fsharp/fslang-design/blob/master/RFCs/FS-1032-fsharp-in-dotnet-sdk.md -->
<!-- see https://github.com/fsharp/fslang-design/blob/master/tooling/FST-1002-fsharp-in-dotnet-sdk.md -->
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>

Expand Down Expand Up @@ -300,7 +300,7 @@
DevelopmentDependency="$(DevelopmentDependency)"
BuildOutputInPackage="@(_BuildOutputInPackage)"
TargetPathsToSymbols="@(_TargetPathsToSymbols)"
SymbolPackageFormat="symbols.nupkg"
SymbolPackageFormat="$(SymbolPackageFormat)"
TargetFrameworks="@(_TargetFrameworks)"
AssemblyName="$(AssemblyName)"
PackageOutputPath="$(PackageOutputAbsolutePath)"
Expand Down Expand Up @@ -347,7 +347,7 @@
DevelopmentDependency="$(DevelopmentDependency)"
BuildOutputInPackage="@(_BuildOutputInPackage)"
TargetPathsToSymbols="@(_TargetPathsToSymbols)"
SymbolPackageFormat="symbols.nupkg"
SymbolPackageFormat="$(SymbolPackageFormat)"
TargetFrameworks="@(_TargetFrameworks)"
AssemblyName="$(AssemblyName)"
PackageOutputPath="$(PackageOutputAbsolutePath)"
Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 0.2.2 - 2019-10-02
* MINOR: Adds ArrayPool for lower GC pressure. Netstandard2.1 only

#### 0.2.1 - 2019-09-12
* MINOR: Replace Memorystream with RecyclableMemoryStream to help reduce Large Object Heap allocations (https://github.com/TheAngryByrd/FSharp.Control.WebSockets/pull/3)
* MINOR: Adding Benchmarks (https://github.com/TheAngryByrd/FSharp.Control.WebSockets/pull/3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ <h1>Summary</h1>
</table>
<h1>File(s)</h1>
<p>No files found. This usually happens if a file isn&#39;t covered by a test or the class does not contain any sequence points (e.g. a class that only contains auto properties).</p>
<div class="footer">Generated by: ReportGenerator 4.0.0.0<br />10/2/19 - 1:04:15 PM<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div></div>
<div class="footer">Generated by: ReportGenerator 4.0.0.0<br />10/2/19 - 4:12:07 PM<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div></div>
<script type="text/javascript" src="combined.js"></script>
</body></html>
26 changes: 13 additions & 13 deletions docs/coverage/FSharp.Control.Websockets.TPL_Stream.htm

Large diffs are not rendered by default.

175 changes: 80 additions & 95 deletions docs/coverage/FSharp.Control.Websockets.TPL_ThreadSafeWebSocket.htm

Large diffs are not rendered by default.

125 changes: 60 additions & 65 deletions docs/coverage/FSharp.Control.Websockets.TPL_WebSocket.htm

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ <h1>Summary</h1>
</table>
<h1>File(s)</h1>
<p>No files found. This usually happens if a file isn&#39;t covered by a test or the class does not contain any sequence points (e.g. a class that only contains auto properties).</p>
<div class="footer">Generated by: ReportGenerator 4.0.0.0<br />10/2/19 - 1:04:15 PM<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div></div>
<div class="footer">Generated by: ReportGenerator 4.0.0.0<br />10/2/19 - 4:12:07 PM<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div></div>
<script type="text/javascript" src="combined.js"></script>
</body></html>
38 changes: 17 additions & 21 deletions docs/coverage/FSharp.Control.Websockets_Async.htm

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions docs/coverage/FSharp.Control.Websockets_Stream.htm

Large diffs are not rendered by default.

350 changes: 180 additions & 170 deletions docs/coverage/FSharp.Control.Websockets_ThreadSafeWebSocket2.htm

Large diffs are not rendered by default.

404 changes: 187 additions & 217 deletions docs/coverage/FSharp.Control.Websockets_ThreadSafeWebsocket.htm

Large diffs are not rendered by default.

133 changes: 69 additions & 64 deletions docs/coverage/FSharp.Control.Websockets_WebSocket.htm

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions docs/coverage/FSharp.Control.Websockets_Websocket2.htm

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/coverage/combined.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2fcf9bc

Please sign in to comment.