Skip to content

Commit

Permalink
Added Ocaramba.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Aug 19, 2019
1 parent c757217 commit 3f67ce0
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .nuspec/Ocaramba.Features.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<projectUrl>https://github.com/ObjectivityLtd/Ocaramba</projectUrl>
<iconUrl>https://github.com/ObjectivityLtd/Ocaramba/wiki/images/Objectivity_logo_avatar32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Template of the framework to automate tests using Ocaramba with Features</description>
<description>[DEPRECATED] Use Install-Package Ocaramba instead</description>
<summary>[DEPRECATED] Use Install-Package Ocaramba instead</summary>
<releaseNotes>You can find info about this release here: https://github.com/ObjectivityLtd/Ocaramba/releases</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>selenium webdriver testautomation tests specflow Ocaramba template</tags>
Expand Down
3 changes: 2 additions & 1 deletion .nuspec/Ocaramba.MsTest.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<projectUrl>https://github.com/ObjectivityLtd/Ocaramba</projectUrl>
<iconUrl>https://github.com/ObjectivityLtd/Ocaramba/wiki/images/Objectivity_logo_avatar32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Template of framework to automate tests using Ocaramba with MsTest</description>
<description>[DEPRECATED] Use Install-Package Ocaramba instead</description>
<summary>[DEPRECATED] Use Install-Package Ocaramba instead</summary>
<releaseNotes>You can find info about this release here: https://github.com/ObjectivityLtd/Ocaramba/releases</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>selenium webdriver testautomation tests mstest Ocaramba template</tags>
Expand Down
3 changes: 2 additions & 1 deletion .nuspec/Ocaramba.Nunit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<projectUrl>https://github.com/ObjectivityLtd/Ocaramba</projectUrl>
<iconUrl>https://github.com/ObjectivityLtd/Ocaramba/wiki/images/Objectivity_logo_avatar32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Framework to automate tests using Ocaramba with NUnit</description>
<description>[DEPRECATED] Use Install-Package Ocaramba instead</description>
<summary>[DEPRECATED] Use Install-Package Ocaramba instead</summary>
<releaseNotes>You can find info about this release here: https://github.com/ObjectivityLtd/Ocaramba/releases</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>selenium webdriver testautomation tests nunit Ocaramba</tags>
Expand Down
3 changes: 2 additions & 1 deletion .nuspec/Ocaramba.Xunit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<projectUrl>https://github.com/ObjectivityLtd/Ocaramba</projectUrl>
<iconUrl>https://github.com/ObjectivityLtd/Ocaramba/wiki/images/Objectivity_logo_avatar32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Framework to automate tests using Ocaramba with xUnit</description>
<description>[DEPRECATED] Use Install-Package Ocaramba instead</description>
<summary>[DEPRECATED] Use Install-Package Ocaramba instead</summary>
<releaseNotes>You can find info about this release here: https://github.com/ObjectivityLtd/Ocaramba/releases</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>selenium webdriver testautomation tests xunit Ocaramba</tags>
Expand Down
20 changes: 20 additions & 0 deletions .nuspec/Ocaramba.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Ocaramba</id>
<version>$version$</version>
<title>Ocaramba</title>
<authors>Objectivity Bespoke Software Specialists</authors>
<owners>Objectivity Bespoke Software Specialists</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/ObjectivityLtd/Ocaramba</projectUrl>
<iconUrl>https://github.com/ObjectivityLtd/Ocaramba/wiki/images/Objectivity_logo_avatar32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Framework to automate tests using Selenium WebDriver</description>
<releaseNotes>You can find info about this release here: https://github.com/ObjectivityLtd/Ocaramba/releases</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>selenium webdriver testautomation tests nunit Ocaramba</tags>
<dependencies>
</dependencies>
</metadata>
</package>
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ after_build:
.\.nuget\nuget pack .\Ocaramba\Ocaramba.csproj -symbols -properties Configuration=Release -Verbosity detailed
Copy-Item .\.nuspec\Ocaramba.nuspec .\\Ocaramba\\Ocaramba.nuspec
.\.nuget\nuget pack .\Ocaramba\Ocaramba.csproj -symbols -properties Configuration=Release -Verbosity detailed
echo '********************************************Copying files for gh-pages********************************************'
Copy-Item -Path .\README.md -Destination .\Ocaramba.Documentation\Help\ -recurse -force -verbose
Expand Down

0 comments on commit 3f67ce0

Please sign in to comment.