Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/nuget
diff options
context:
space:
mode:
authorneuecc <ils@neue.cc>2017-02-28 17:52:43 +0300
committerneuecc <ils@neue.cc>2017-02-28 17:52:43 +0300
commita4547efe7c6015033c0110ace34bce2f8b54c70b (patch)
tree6c15dacccf514ff1cbd08ef6316bbaa4c67b8b63 /nuget
parent9b190dba8ac686b0ec8573282da4c60d4752907c (diff)
0.3.0
Diffstat (limited to 'nuget')
-rw-r--r--nuget/check_mpc.bat1
-rw-r--r--nuget/copy_mpc.bat3
-rw-r--r--nuget/push.bat8
3 files changed, 7 insertions, 5 deletions
diff --git a/nuget/check_mpc.bat b/nuget/check_mpc.bat
deleted file mode 100644
index fe15300c..00000000
--- a/nuget/check_mpc.bat
+++ /dev/null
@@ -1 +0,0 @@
-mpc.exe -i "C:\Users\neuecc\Documents\neuecc\MessagePack\sandbox\SharedData\SharedData.csproj" -o "C:\Users\neuecc\Documents\neuecc\MessagePack\sandbox\Sandbox\Generated.cs" \ No newline at end of file
diff --git a/nuget/copy_mpc.bat b/nuget/copy_mpc.bat
new file mode 100644
index 00000000..4bb532e0
--- /dev/null
+++ b/nuget/copy_mpc.bat
@@ -0,0 +1,3 @@
+copy ..\src\MessagePack.CodeGenerator\bin\Release\*.dll tools\
+copy ..\src\MessagePack.CodeGenerator\bin\Release\mpc.exe tools\mpc.exe
+copy ..\src\MessagePack.CodeGenerator\bin\Release\mpc.exe.config tools\mpc.exe.config \ No newline at end of file
diff --git a/nuget/push.bat b/nuget/push.bat
index 90a414b2..aee3490b 100644
--- a/nuget/push.bat
+++ b/nuget/push.bat
@@ -1,4 +1,4 @@
-nuget push MessagePack.0.2.3-beta.nupkg -Source https://www.nuget.org/api/v2/package
-REM nuget push MessagePack.ImmutableCollection.0.2.0-beta.nupkg -Source https://www.nuget.org/api/v2/package
-REM nuget push MessagePack.ReactiveProperty.0.2.0-beta.nupkg -Source https://www.nuget.org/api/v2/package
-REM nuget push MessagePack.Unity.0.2.0-beta.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file
+nuget push MessagePack.0.3.0-beta.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.ImmutableCollection.0.3.0-beta.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.ReactiveProperty.0.3.0-beta.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.Unity.0.3.0-beta.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file