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

Adding nuspec file. Changing AssemblyInfo version.

parent 3d77cb94
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://raw.githubusercontent.com/MasterDevs/ChromeDevTools/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/MasterDevs/ChromeDevTools</projectUrl>
<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>
<copyright>Copyright 2015</copyright>
<tags>chrome web performance debugging</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.8" />
<dependency id="WebSocket4Net" version="0.12" />
</dependencies>
</metadata>
</package>
\ No newline at end of file
......@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.0.*")]
[assembly: AssemblyFileVersion("1.0.0.*")]

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{0D43D20B-6D51-4CBC-BD30-F17B8CA65678}"
ProjectSection(SolutionItems) = preProject
......@@ -13,6 +13,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{9E670137-8739-4C9C-8693-797A230F38EB}"
ProjectSection(SolutionItems) = preProject
..\.travis.yml = ..\.travis.yml
ChromeDevTools\MasterDevs.ChromeDevTools.nuspec = ChromeDevTools\MasterDevs.ChromeDevTools.nuspec
..\README.md = ..\README.md
EndProjectSection
EndProject
......
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