NuGet beta packages

In my current job we are creating a lot of NuGet packages, and sometimes I have to create the same package a lot of times on my on machine for testing or debug purpose. This can become somewhat tedious. I need to remember to build the project, packages it and make sure the version number increments, so I can consume the package in another project. Of course nuget pack ... with the proper parameters will handle most of the tasks, but I need to specify a lot of parameter (build the project, copy to local feed, specify version and so on) and I need to remember increment the version number every time if I want easily consume the package in another project.