Skip to content

Commit

Permalink
Updating nuspec and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
haacked committed Jul 25, 2012
1 parent ad49a16 commit 9ab0ca1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Expand Up @@ -12,6 +12,7 @@
<description>$description$</description>
<releaseNotes>
1.0.0.1 Fixed a nullref issue when using qeury strings other than ?inspect
1.1.0 Added ControllerValidator class for finding bad controllers.
</releaseNotes>
<tags>aspnetmvc controllerdescriptor controller</tags>
</metadata>
Expand Down
11 changes: 8 additions & 3 deletions src/MvcHaack.ControllerInspector/Properties/AssemblyInfo.cs
Expand Up @@ -4,8 +4,10 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.

[assembly: AssemblyTitle("Controller Inspector for ASP.NET MVC 3")]
[assembly: AssemblyDescription("Adds the ability to inspect metadata about a controller by adding the ?inspect query string.")]
[assembly:
AssemblyDescription("Adds the ability to inspect metadata about a controller by adding the ?inspect query string.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Phil Haack")]
[assembly: AssemblyProduct("MvcHaack.ControllerInspector")]
Expand All @@ -14,9 +16,11 @@
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.

[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM

[assembly: Guid("b287cb00-6351-4c98-b9fa-1403fd47a432")]

// Version information for an assembly consists of the following four values:
Expand All @@ -29,5 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]

[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit 9ab0ca1

Please sign in to comment.