From 58ae94e286f75ab450af3c739a7e2ec614768403 Mon Sep 17 00:00:00 2001 From: Vivek Anand Date: Wed, 26 Feb 2020 11:30:57 +0530 Subject: [PATCH] Nuget package release changes. (#112) * Update Readme with nuget release details. * Ethr.nuspec file for nuget package release. Creating ethr.nuspec file to release nuget package to nuget.org --- README.md | 12 ++++++++++++ ethr.nuspec | 23 +++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 ethr.nuspec diff --git a/README.md b/README.md index 9ab31d7..2896077 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,18 @@ Assuming you are using [`yay`](https://aur.archlinux.org/packages/yay/) (https:/ ``` yay -S ethr ``` +# Publishing Nuget package +Follow the topic Building from Source to build ethr.exe + +Modify ethr.nuspec to add new release version +``` +vim ethr.nuspec +``` +Create a nuget package(like Ethr.0.2.1.nupkg) +``` +nuget.exe pack ethr.nuspec +``` +Upload the package to nuget.org. # Usage diff --git a/ethr.nuspec b/ethr.nuspec new file mode 100644 index 0000000..a28aac1 --- /dev/null +++ b/ethr.nuspec @@ -0,0 +1,23 @@ + + + + Ethr + 0.2.1 + Pankaj Garg + Pankaj Garg + https://github.com/microsoft/ethr + false + Ethr is a Network Performance Measurement Tool for TCP, UDP and HTTP. + This version supports many new options and features described below: + 1> -4 or -6 to use specific IP version + 2> Reverse mode for TCP + 3> HTTPS support + 4> External mode for server and client + 5> Many more features and options + Copyright 2020 + Network Performance + + + + +