Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Updated release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmd23 committed Feb 20, 2013
1 parent b0793d0 commit ce1cade
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/Glimpse.AspNet/NuSpec/Glimpse.AspNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<iconUrl>http://getglimpse.com/content/glimpse100.png</iconUrl>
<description>Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your ASP.NET 4.0 application. For ASP.NET MVC3 support, please NuGet Glimpse.MVC3.</description>
<summary>ASP.NET 4.0 web debugging and diagnostics tool.</summary>
<releaseNotes>
Glimpse.AspNet now contains the Routes tab, enabling route debugging on WebForms applications! In addition, this release adds support for TraceSource based tracing and contains many bug fixes and performance improvements. This package also will automatically configure your web.config.
</releaseNotes>
<tags>ASP.NET Web WebForms Glimpse</tags>
<dependencies>
<dependency id="Glimpse" version="1.0.0" />
Expand Down
3 changes: 3 additions & 0 deletions source/Glimpse.Core/NuSpec/Glimpse.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<iconUrl>http://getglimpse.com/content/glimpse100.png</iconUrl>
<description>Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your ASP.NET 4.0 application. For ASP.NET MVC3 support, please NuGet Glimpse.MVC3.</description>
<summary>ASP.NET 4.0 web debugging and diagnostics tool.</summary>
<releaseNotes>
This Glimpse package no longer has a dependency on System.Web, as such it only contains features for users extending Glimpse. Please download Glimpse.Mvc3, Glimpse.Mvc2 or Glimpse.AspNet for tabs specific to those frameworks.
</releaseNotes>
<tags>ASP.NET Web WebForms Glimpse</tags>
</metadata>
<files>
Expand Down
Binary file modified source/Glimpse.Core/NuSpec/docs/Glimpse.Core.Documentation.chm
Binary file not shown.
3 changes: 3 additions & 0 deletions source/Glimpse.Mvc2/NuSpec/Glimpse.Mvc2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<iconUrl>http://getglimpse.com/content/glimpse100.png</iconUrl>
<description>Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your ASP.NET MVC 2.0 application.</description>
<summary>ASP.NET MVC 2.0 web debugging and diagnostics tool.</summary>
<releaseNotes>
Glimpse now supports .NET 3.5 and ASP.NET MVC 2! Full feature parity with Glimpse.Mvc3.
</releaseNotes>
<tags>ASP.NET Web MVC Glimpse</tags>
<dependencies>
<dependency id="Glimpse.AspNet" version="1.0.0" />
Expand Down
3 changes: 3 additions & 0 deletions source/Glimpse.Mvc3/NuSpec/Glimpse.Mvc3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<iconUrl>http://getglimpse.com/content/glimpse100.png</iconUrl>
<description>Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your ASP.NET MVC 3.0 application.</description>
<summary>ASP.NET MVC 3.0 web debugging and diagnostics tool.</summary>
<releaseNotes>
Glimpse.Mvc3 now supports async actions, no longer serializes view models, and has several bug fixes and performance improvements.
</releaseNotes>
<tags>ASP.NET Web MVC Glimpse</tags>
<dependencies>
<dependency id="Glimpse.AspNet" version="1.0.0" />
Expand Down

0 comments on commit ce1cade

Please sign in to comment.