diff --git a/nuget_notes.txt b/nuget_notes.txt new file mode 100644 index 0000000..c26dc31 --- /dev/null +++ b/nuget_notes.txt @@ -0,0 +1,14 @@ +Bump the version + +vim src/AutoMoq/AutoMoq.nuspec +vim src/AutoMoq/Properties/AssemblyInfo.cs + + + +Open Visual Studio, clean the solution, then build a new Release Build. + + + +Build the nuget package: + +nuget pack src/AutoMoq/AutoMoq.csproj -Prop Configuration=Release