Skip to content

Commit

Permalink
Adding nuspec file. Changing AssemblyInfo version.
Browse files Browse the repository at this point in the history
  • Loading branch information
brewdente committed May 14, 2015
1 parent 3d77cb9 commit ef7aadd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
22 changes: 22 additions & 0 deletions source/ChromeDevTools/MasterDevs.ChromeDevTools.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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>
4 changes: 2 additions & 2 deletions source/ChromeDevTools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.*")]
5 changes: 3 additions & 2 deletions source/MasterDevs.ChromeDevTools.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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
Expand All @@ -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
Expand Down

0 comments on commit ef7aadd

Please sign in to comment.