From 368e84ee596a9f753ae3bbaf35cc0dcda0c97056 Mon Sep 17 00:00:00 2001 From: Darren Cauthon Date: Mon, 25 Apr 2016 09:38:21 -0500 Subject: [PATCH] I keep forgetting how to publish, so here are the steps. --- nuget_notes.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 nuget_notes.txt 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