weezer562 / testrail-client

C# implementation of the TestRail API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testrail-client

C# implementation of the TestRail API

Solution was built using Visual Studio 2015 Update 2

To Release a New Version

  • pull latest
  • update the assemblyInfo.cs file for the assembly with the new version
  • Edit the file: TestRail.nuspec. (At least bump version and change release notes.)
  • commit and push changes
  • pull new code (just for sanity)
  • Rebuild All with Release target
  • NuGet pack TestRail.nuspec
  • NuGet push TestRail.<version>.nupkg

About

C# implementation of the TestRail API

License:Apache License 2.0


Languages

Language:C# 100.0%