Skip to content
Snippets Groups Projects
Commit 6e0c6c97 authored by brewdente's avatar brewdente
Browse files

Hardcoding the assembly info and changing the package description.

parent 8ddd4a06
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<version>1.0.1</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
......@@ -11,7 +11,7 @@
<iconUrl>http://masterdevs.com/images/FavIcon_144.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Initial release of the Chrome Dev Tools API for C#</releaseNotes>
<releaseNotes>Chrome Developer Tools for .NET</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>chrome web performance debugging</tags>
<dependencies>
......
......@@ -21,5 +21,5 @@ using System.Runtime.InteropServices;
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("e7da0b93-c53b-4b4e-a873-88490c1e61cc")]
[assembly: AssemblyVersion("1.0.1.*")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment