Skip to content

Commit

Permalink
added pull request methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fray committed Aug 28, 2013
1 parent bb5bfca commit c5d6b3d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Expand Up @@ -16,3 +16,17 @@ https://www.nuget.org/packages/moq

Both this package and the Moq dlls are licensed under the BSD 2-clause license:
http://www.opensource.org/licenses/bsd-license.php

#Pull requests

There are no guarantees about how long after a Moq release this project is updated. If you want to send a pull request with an updated package, here's the build process:

- Move current nuget zip in nuget-packages/ into nuget-packages/previous
- Use NuTake (https://chrome.google.com/webstore/detail/nutake/ibhhbcaipjilldjkhhblhgdedjgoecap) or similar to download latest nuget package from https://www.nuget.org/packages/moq
- Commmit new nuget zip to nuget-packages/
- Update version number in Assets/Moq/readme.md
- From zip, copy contents of lib/net35/ to Assets/Moq/Editor/ and commit all changes to git
- In Unity3D Editor, make a new unity package from the Assets->Export Package... menu
- Save that package to releases/
- Commit the new package with a tag of v[MoqVersionNumber]
- Push, send pull request.

0 comments on commit c5d6b3d

Please sign in to comment.