From 33e2349dae270cca7375cee751c77ea1d30cdaec Mon Sep 17 00:00:00 2001 From: Ralf Beckers Date: Tue, 13 Feb 2018 15:01:14 +0100 Subject: [PATCH] Version 1.6 --- LICENSE | 2 +- MediaDevices/MediaDevices.nuspec | 2 +- MediaDevices/MediaDevicesLicense.txt | 2 +- MediaDevices/Pack.cmd | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 MediaDevices/Pack.cmd diff --git a/LICENSE b/LICENSE index 2d3ce3c..d0a1590 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Bassman2 +Copyright (c) 2017 - 2018 Ralf Beckers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/MediaDevices/MediaDevices.nuspec b/MediaDevices/MediaDevices.nuspec index eb16e04..a9dd922 100644 --- a/MediaDevices/MediaDevices.nuspec +++ b/MediaDevices/MediaDevices.nuspec @@ -10,7 +10,7 @@ false API to communicate with MTP / WPD devices like smart phones, tablets and cameras. Documentation included. Speed optimized. - Copyright 2016 - 2017 by Ralf Beckers + Copyright 2016 - 2018 by Ralf Beckers MTP WPD PortableDevice PortableDevices API phone tablet diff --git a/MediaDevices/MediaDevicesLicense.txt b/MediaDevices/MediaDevicesLicense.txt index 8e34a6d..09f6721 100644 --- a/MediaDevices/MediaDevicesLicense.txt +++ b/MediaDevices/MediaDevicesLicense.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 - 2017 Ralf Beckers. +Copyright (c) 2016 - 2018 Ralf Beckers. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/MediaDevices/Pack.cmd b/MediaDevices/Pack.cmd new file mode 100644 index 0000000..e6ea3ee --- /dev/null +++ b/MediaDevices/Pack.cmd @@ -0,0 +1 @@ +nuget pack MediaDevices.csproj -Prop Configuration=Release \ No newline at end of file