From c5d6b3dd953694ec869dc401b3aa067ae4d8a318 Mon Sep 17 00:00:00 2001 From: Andrew Fray Date: Wed, 28 Aug 2013 09:48:54 +0100 Subject: [PATCH] added pull request methods --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/readme.md b/readme.md index da4ece0..2003b6e 100644 --- a/readme.md +++ b/readme.md @@ -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. \ No newline at end of file