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

Commit

Permalink
Updates prior to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avanderhoorn committed Dec 20, 2013
1 parent 5a70151 commit 22824cb
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 43 deletions.
6 changes: 4 additions & 2 deletions source/Glimpse.AspNet.Net45/NuSpec/Glimpse.AspNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
<summary>ASP.NET 4.5 web debugging and diagnostics tool.</summary>
<releaseNotes>
Welterweight release for Asp.Net:
- Total rewrite of the Request tab to include additional request info
- Removed Server tab as it's now obsolete given the Request tab update
- Added a new Caching Tab which will provide insights into the use of 'HttpRuntime.Cache'
- Fix where connection strings are not always properly parsed
- Removed the Cookie Path and Secure data points from the request tab as the values are incorrect
- Update resource result to not generate null reference exception when dealing with QueryString
</releaseNotes>
<tags>ASP.NET Web WebForms Glimpse</tags>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions source/Glimpse.AspNet.Net45/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

// Version is in major.minor.build format to support http://semver.org/
// Keep these three attributes in sync
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyFileVersion("1.6.0")]
[assembly: AssemblyInformationalVersion("1.6.0")] // Used to specify the NuGet version number at build time
[assembly: AssemblyVersion("1.7.0")]
[assembly: AssemblyFileVersion("1.7.0")]
[assembly: AssemblyInformationalVersion("1.7.0")] // Used to specify the NuGet version number at build time

[assembly: CLSCompliant(true)]
[assembly: InternalsVisibleTo("Glimpse.Test.AspNet")]
Expand Down
6 changes: 3 additions & 3 deletions source/Glimpse.Core.Net35/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

// Version is in major.minor.build format to support http://semver.org/
// Keep these three attributes in sync
[assembly: AssemblyVersion("1.8.0")]
[assembly: AssemblyFileVersion("1.8.0")]
[assembly: AssemblyInformationalVersion("1.8.0")]
[assembly: AssemblyVersion("1.8.1")]
[assembly: AssemblyFileVersion("1.8.1")]
[assembly: AssemblyInformationalVersion("1.8.1")]

[assembly: CLSCompliant(true)]
[assembly: InternalsVisibleTo("Glimpse.Test.Core")]
Expand Down
6 changes: 3 additions & 3 deletions source/Glimpse.Core.Net40/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

// Version is in major.minor.build format to support http://semver.org/
// Keep these three attributes in sync
[assembly: AssemblyVersion("1.8.0")]
[assembly: AssemblyFileVersion("1.8.0")]
[assembly: AssemblyInformationalVersion("1.8.0")] // Used to specify the NuGet version number at build time
[assembly: AssemblyVersion("1.8.1")]
[assembly: AssemblyFileVersion("1.8.1")]
[assembly: AssemblyInformationalVersion("1.8.1")] // Used to specify the NuGet version number at build time

[assembly: CLSCompliant(true)]
[assembly: InternalsVisibleTo("Glimpse.Test.Core")]
Expand Down
15 changes: 10 additions & 5 deletions source/Glimpse.Core.Net45/NuSpec/Glimpse.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@
<summary>ASP.NET 4.5 web debugging and diagnostics tool.</summary>
<releaseNotes>
Welterweight release for Core:
- Support for capturing data on Async operations
- Added statuscode to ajax and history tabs
- Client now sensibly interprate friendly titles out of object keys
- Client updated to render array lists as array of objects rather than array of arrays
- Fixed bug where timeline couldn't cope with long strings as the event title
- Added missing style which forces Glimpse tables to be full width
- Added missing new pubsub events around HUD init process
- Fixed issue where URLs in the AJAX HUD ticker weren't being encoding
- Fixed cross site origin requests fail because of header modification in Ajax tab
- Fix which updates HUD to not wrap badly on small screens
- Fixed possible in-memory persistence store thread issue
- Update which allows titles to be specified for objects via metadata
- Update structured layouts so titles can have the new casing logic applied
- Update Glimpse.axd to CSP compliant
- Allow users to disable use of Logical Call Context
</releaseNotes>
<tags>ASP.NET Web WebForms Glimpse diagnostics performance profiling timing</tags>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions source/Glimpse.Core.Net45/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

// Version is in major.minor.build format to support http://semver.org/
// Keep these three attributes in sync
[assembly: AssemblyVersion("1.8.0")]
[assembly: AssemblyFileVersion("1.8.0")]
[assembly: AssemblyInformationalVersion("1.8.0")] // Used to specify the NuGet version number at build time
[assembly: AssemblyVersion("1.8.1")]
[assembly: AssemblyFileVersion("1.8.1")]
[assembly: AssemblyInformationalVersion("1.8.1")] // Used to specify the NuGet version number at build time

[assembly: CLSCompliant(true)]
[assembly: InternalsVisibleTo("Glimpse.Test.Core")]
Expand Down
5 changes: 2 additions & 3 deletions source/Glimpse.Mvc2/NuSpec/Glimpse.Mvc2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
<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>
Middleweight release for MVC:
- Fix version number inconsistency between MVC packages
- Fix version information in MVC5
Middleweight release for MVC:
- Fixed complex models processing to work correctly in the model binding tab
</releaseNotes>
<tags>ASP.NET Web MVC Glimpse diagnostics performance profiling timing</tags>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions source/Glimpse.Mvc2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

// Version is in major.minor.build format to support http://semver.org/
// Keep these three attributes in sync
[assembly: AssemblyVersion("1.5.1")]
[assembly: AssemblyFileVersion("1.5.1")]
[assembly: AssemblyInformationalVersion("1.5.1")] // Used to specify the NuGet version number at build time
[assembly: AssemblyVersion("1.5.2")]
[assembly: AssemblyFileVersion("1.5.2")]
[assembly: AssemblyInformationalVersion("1.5.2")] // Used to specify the NuGet version number at build time

[assembly: CLSCompliant(true)]
[assembly: InternalsVisibleTo("Glimpse.Test.Mvc2")]
Expand Down
5 changes: 2 additions & 3 deletions source/Glimpse.Mvc3/NuSpec/Glimpse.Mvc3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
<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>
Middleweight release for MVC:
- Fix version number inconsistency between MVC packages
- Fix version information in MVC5
Middleweight release for MVC:
- Fixed complex models processing to work correctly in the model binding tab
</releaseNotes>
<tags>ASP.NET Web MVC Glimpse diagnostics performance profiling timing</tags>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions source/Glimpse.Mvc3/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

// Version is in major.minor.build format to support http://semver.org/
// Keep these three attributes in sync
[assembly: AssemblyVersion("1.5.1")]
[assembly: AssemblyFileVersion("1.5.1")]
[assembly: AssemblyInformationalVersion("1.5.1")] // Used to specify the NuGet version number at build time
[assembly: AssemblyVersion("1.5.2")]
[assembly: AssemblyFileVersion("1.5.2")]
[assembly: AssemblyInformationalVersion("1.5.2")] // Used to specify the NuGet version number at build time

[assembly: CLSCompliant(true)]
[assembly: InternalsVisibleTo("Glimpse.Test.Mvc3")]
Expand Down
5 changes: 2 additions & 3 deletions source/Glimpse.Mvc4/NuSpec/Glimpse.Mvc4.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
<description>Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your ASP.NET MVC 4.0 application.</description>
<summary>ASP.NET MVC 4.0 web debugging and diagnostics tool.</summary>
<releaseNotes>
Middleweight release for MVC:
- Fix version number inconsistency between MVC packages
- Fix version information in MVC5
Middleweight release for MVC:
- Fixed complex models processing to work correctly in the model binding tab
</releaseNotes>
<tags>ASP.NET Web MVC Glimpse diagnostics performance profiling timing</tags>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions source/Glimpse.Mvc4/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

// Version is in major.minor.build format to support http://semver.org/
// Keep these three attributes in sync
[assembly: AssemblyVersion("1.5.1")]
[assembly: AssemblyFileVersion("1.5.1")]
[assembly: AssemblyInformationalVersion("1.5.1")] // Used to specify the NuGet version number at build time
[assembly: AssemblyVersion("1.5.2")]
[assembly: AssemblyFileVersion("1.5.2")]
[assembly: AssemblyInformationalVersion("1.5.2")] // Used to specify the NuGet version number at build time

[assembly: CLSCompliant(true)]
[assembly: InternalsVisibleTo("Glimpse.Test.Mvc4")]
Expand Down
5 changes: 2 additions & 3 deletions source/Glimpse.Mvc5/NuSpec/Glimpse.Mvc5.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
<description>Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your ASP.NET MVC 5.0 application.</description>
<summary>ASP.NET MVC 5.0 web debugging and diagnostics tool.</summary>
<releaseNotes>
Middleweight release for MVC:
- Fix version number inconsistency between MVC packages
- Fix version information in MVC5
Middleweight release for MVC:
- Fixed complex models processing to work correctly in the model binding tab
</releaseNotes>
<tags>ASP.NET Web MVC Glimpse diagnostics performance profiling timing</tags>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions source/Glimpse.Mvc5/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

// Version is in major.minor.build format to support http://semver.org/
// Keep these three attributes in sync
[assembly: AssemblyVersion("1.5.1")]
[assembly: AssemblyFileVersion("1.5.1")]
[assembly: AssemblyInformationalVersion("1.5.1")] // Used to specify the NuGet version number at build time
[assembly: AssemblyVersion("1.5.2")]
[assembly: AssemblyFileVersion("1.5.2")]
[assembly: AssemblyInformationalVersion("1.5.2")] // Used to specify the NuGet version number at build time

[assembly: InternalsVisibleTo("Glimpse.Test.Mvc5")]
[assembly: NuGetPackage("Glimpse.Mvc5")]

0 comments on commit 22824cb

Please sign in to comment.