Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Update AllureCSharpCommons.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-murzinov committed Sep 11, 2014
1 parent f831002 commit aef0890
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions AllureCSharpCommons/AllureCSharpCommons.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
<package >
<metadata>
<id>$id$</id>
<version>0.1.0</version>
<version>0.2.0</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/allure-framework/allure-csharp-commons</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes></releaseNotes>
<releaseNotes>
Moved config to separate class, hid some public API, added stories and features attributes, improved documentation, removed dependency on NUnit
</releaseNotes>
<copyright>Copyright 2014 Murzinov Ilya</copyright>
</metadata>
</package>
</package>

0 comments on commit aef0890

Please sign in to comment.