From 2682a7305d816528b8533a6bba9349522d5a10dc Mon Sep 17 00:00:00 2001 From: mjsabby Date: Sun, 12 Oct 2014 22:06:10 -0700 Subject: [PATCH] Nuget publish and video upload. --- Diagnostic.nuspec | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Diagnostic.nuspec b/Diagnostic.nuspec index 451dbe3..48291d2 100644 --- a/Diagnostic.nuspec +++ b/Diagnostic.nuspec @@ -2,7 +2,7 @@ ClrHeapAllocationAnalyzer - 1.0.0.3 + 1.0.0.4 Clr Heap Allocation Analyzer mjsabby mjsabby diff --git a/README.md b/README.md index 79dbc09..e46344e 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ Roslyn Clr Heap Allocation Analyzer =================================== +Quick Video: https://www.youtube.com/watch?v=Tw-wgT-cXYU + Download: **https://github.com/mjsabby/RoslynClrHeapAllocationAnalyzer/releases/tag/1.0** Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc. You can find also it on the Visual Studio Gallery, https://visualstudiogallery.msdn.microsoft.com/f9b47b93-8675-4ae0-9c52-5da8027c4bb8 -If you want it use it in your build: https://www.nuget.org/packages/ClrHeapAllocationAnalyzer/1.0.0.3 +If you want it use it in your build: https://www.nuget.org/packages/ClrHeapAllocationAnalyzer/1.0.0.4 **NOTE: Requires [Visual Studio 14 CTP 4](http://www.visualstudio.com/en-us/downloads/visual-studio-14-ctp-vs.aspx)** ![example](https://cloud.githubusercontent.com/assets/1930559/4606581/2a027d08-5225-11e4-8d4e-686c204a1267.png) -10/12/2014: I'm making a YouTube video that'll show it in action soon. \ No newline at end of file +https://www.youtube.com/watch?v=Tw-wgT-cXYU&feature=youtu.be&hd=1 \ No newline at end of file