Skip to content

Commit

Permalink
Added nuspec file and updated assembly to version 1.0.0 for next rele…
Browse files Browse the repository at this point in the history
…ase! 1.0.0 because of breaking changes since 0.2.1
  • Loading branch information
skrusty committed Apr 22, 2015
1 parent de69ed1 commit 85dbce6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
1 change: 1 addition & 0 deletions AsterNET.ARI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7A23B569-33D7-4B8B-AFFD-8D6EC2200C06}"
ProjectSection(SolutionItems) = preProject
changelog.txt = changelog.txt
Package.nuspec = Package.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleBridge", "Samples\SimpleBridge\SimpleBridge.csproj", "{4E7F6185-4433-4C75-96A6-8859411577CC}"
Expand Down
4 changes: 2 additions & 2 deletions AsterNET.ARI/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("0.2.1.0")]
[assembly: AssemblyFileVersion("0.2.1.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
21 changes: 21 additions & 0 deletions Package.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>AsterNET.ARI</id>
<version>1.0.0</version>
<authors>Ben Merrills</authors>
<owners>Ben Merrills</owners>
<licenseUrl>https://github.com/skrusty/AsterNET.ARI/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/skrusty/AsterNET.ARI</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>AsterNET.ARI Asterisk ARI/Stasis framework for .NET</description>
<releaseNotes>Please see: https://github.com/skrusty/AsterNET.ARI/commits/master</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>Asterisk AsterNET Asterisk.NET ARI Stasis</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="5.0.8" />
<dependency id="RestSharp" version="104.4.0" />
<dependency id="WebSocket4Net" version="0.8" />
</dependencies>
</metadata>
</package>

0 comments on commit 85dbce6

Please sign in to comment.