From e22eab0a9cb2b9d324ec229d2bf950f782a368bc Mon Sep 17 00:00:00 2001
From: Owen <315872858@qq.com>
Date: Fri, 26 Apr 2019 15:58:54 +0800
Subject: [PATCH] Update license
---
build.cake | 1 +
src/Uragano.Abstract/Uragano.Abstractions.csproj | 3 ++-
src/Uragano.Caching.Memory/Uragano.Caching.Memory.csproj | 3 ++-
src/Uragano.Caching.Redis/Uragano.Caching.Redis.csproj | 3 ++-
src/Uragano.Codec.MessagePack/Uragano.Codec.MessagePack.csproj | 3 ++-
src/Uragano.Consul/Uragano.Consul.csproj | 3 ++-
src/Uragano.Core/Uragano.Core.csproj | 3 ++-
src/Uragano.DynamicProxy/Uragano.DynamicProxy.csproj | 3 ++-
.../Uragano.Logging.Exceptionless.csproj | 3 ++-
src/Uragano.Logging.Log4net/Uragano.Logging.Log4Net.csproj | 3 ++-
src/Uragano.Logging.NLog/Uragano.Logging.NLog.csproj | 1 +
src/Uragano.Remoting/Uragano.Remoting.csproj | 3 ++-
src/Uragano.ZooKeeper/Uragano.ZooKeeper.csproj | 1 +
13 files changed, 23 insertions(+), 10 deletions(-)
diff --git a/build.cake b/build.cake
index 63574e2..d742bac 100644
--- a/build.cake
+++ b/build.cake
@@ -40,6 +40,7 @@ Task("UpdateVersion").DoesForEach(GetFiles("**/Uragano.*.csproj"),(file)=>{
XmlPoke(file,"/Project/PropertyGroup/PackageTags","Uragano,RPC,DotNetty,Microservice,MessagePack,DynamicProxy,dotnetcore,service-discovery,polly,circuit-breaker,consul,zookeeper,dependency-injection");
XmlPoke(file,"/Project/PropertyGroup/PackageIconUrl","https://raw.githubusercontent.com/1100100/Uragano/master/icon.png");
XmlPoke(file,"/Project/PropertyGroup/Authors","Owen");
+ XmlPoke(file,"/Project/PropertyGroup/PackageLicenseExpression","MIT");
});
Task("Restore").Does(()=>{
diff --git a/src/Uragano.Abstract/Uragano.Abstractions.csproj b/src/Uragano.Abstract/Uragano.Abstractions.csproj
index a767cdb..6289db3 100644
--- a/src/Uragano.Abstract/Uragano.Abstractions.csproj
+++ b/src/Uragano.Abstract/Uragano.Abstractions.csproj
@@ -9,9 +9,10 @@
https://github.com/1100100/Uragano
Uragano,RPC,DotNetty,Microservice,MessagePack,DynamicProxy,dotnetcore,service-discovery,polly,circuit-breaker,consul,zookeeper,dependency-injection
https://raw.githubusercontent.com/1100100/Uragano/master/icon.png
- https://github.com/1100100Uragano/blob/master/LICENSE
+
Owen
Owen
+ MIT
diff --git a/src/Uragano.Caching.Memory/Uragano.Caching.Memory.csproj b/src/Uragano.Caching.Memory/Uragano.Caching.Memory.csproj
index 104c558..3f20d6f 100644
--- a/src/Uragano.Caching.Memory/Uragano.Caching.Memory.csproj
+++ b/src/Uragano.Caching.Memory/Uragano.Caching.Memory.csproj
@@ -8,10 +8,11 @@
Owen
Owen
A simple, high performance RPC library.
- https://github.com/1100100/Uragano/blob/master/LICENSE
+
https://github.com/1100100/Uragano
https://raw.githubusercontent.com/1100100/Uragano/master/icon.png
Uragano,RPC,DotNetty,Microservice,MessagePack,DynamicProxy,dotnetcore,service-discovery,polly,circuit-breaker,consul,zookeeper,dependency-injection
+ MIT
diff --git a/src/Uragano.Caching.Redis/Uragano.Caching.Redis.csproj b/src/Uragano.Caching.Redis/Uragano.Caching.Redis.csproj
index b83a80b..e268a32 100644
--- a/src/Uragano.Caching.Redis/Uragano.Caching.Redis.csproj
+++ b/src/Uragano.Caching.Redis/Uragano.Caching.Redis.csproj
@@ -8,10 +8,11 @@
Owen
Owen
A simple, high performance RPC library.
- https://github.com/1100100/Uragano/blob/master/LICENSE
+
https://github.com/1100100/Uragano
https://raw.githubusercontent.com/1100100/Uragano/master/icon.png
Uragano,RPC,DotNetty,Microservice,MessagePack,DynamicProxy,dotnetcore,service-discovery,polly,circuit-breaker,consul,zookeeper,dependency-injection
+ MIT
diff --git a/src/Uragano.Codec.MessagePack/Uragano.Codec.MessagePack.csproj b/src/Uragano.Codec.MessagePack/Uragano.Codec.MessagePack.csproj
index 09ed88b..abacd8c 100644
--- a/src/Uragano.Codec.MessagePack/Uragano.Codec.MessagePack.csproj
+++ b/src/Uragano.Codec.MessagePack/Uragano.Codec.MessagePack.csproj
@@ -9,9 +9,10 @@
https://github.com/1100100/Uragano
https://raw.githubusercontent.com/1100100/Uragano/master/icon.png
Uragano,RPC,DotNetty,Microservice,MessagePack,DynamicProxy,dotnetcore,service-discovery,polly,circuit-breaker,consul,zookeeper,dependency-injection
- https://github.com/1100100/Uragano/blob/master/LICENSE
+
Owen
Owen
+ MIT
diff --git a/src/Uragano.Consul/Uragano.Consul.csproj b/src/Uragano.Consul/Uragano.Consul.csproj
index 626d264..ff7c831 100644
--- a/src/Uragano.Consul/Uragano.Consul.csproj
+++ b/src/Uragano.Consul/Uragano.Consul.csproj
@@ -9,9 +9,10 @@
https://github.com/1100100/Uragano
A simple, high performance RPC library.
0.0.3
- https://github.com/1100100/Uragano/blob/master/LICENSE
+
Owen
Owen
+ MIT
diff --git a/src/Uragano.Core/Uragano.Core.csproj b/src/Uragano.Core/Uragano.Core.csproj
index c3c0275..69caa13 100644
--- a/src/Uragano.Core/Uragano.Core.csproj
+++ b/src/Uragano.Core/Uragano.Core.csproj
@@ -8,10 +8,11 @@
https://github.com/1100100/Uragano
A simple, high performance RPC library.
0.0.3
- https://github.com/1100100/Uragano/blob/master/LICENSE
+
false
Owen
Owen
+ MIT
diff --git a/src/Uragano.DynamicProxy/Uragano.DynamicProxy.csproj b/src/Uragano.DynamicProxy/Uragano.DynamicProxy.csproj
index f2f0e1d..8f7a9b1 100644
--- a/src/Uragano.DynamicProxy/Uragano.DynamicProxy.csproj
+++ b/src/Uragano.DynamicProxy/Uragano.DynamicProxy.csproj
@@ -9,9 +9,10 @@
https://github.com/1100100/Uragano
A simple, high performance RPC library.
0.0.3
- https://github.com/1100100/Uragano/blob/master/LICENSE
+
Owen
Owen
+ MIT
diff --git a/src/Uragano.Logging.Exceptionless/Uragano.Logging.Exceptionless.csproj b/src/Uragano.Logging.Exceptionless/Uragano.Logging.Exceptionless.csproj
index 588973a..a8d480a 100644
--- a/src/Uragano.Logging.Exceptionless/Uragano.Logging.Exceptionless.csproj
+++ b/src/Uragano.Logging.Exceptionless/Uragano.Logging.Exceptionless.csproj
@@ -7,10 +7,11 @@
Owen
Owen
A simple, high performance RPC library.
- https://github.com/1100100/Uragano/blob/master/LICENSE
+
https://github.com/1100100/Uragano
https://raw.githubusercontent.com/1100100/Uragano/master/icon.png
Uragano,RPC,DotNetty,Microservice,MessagePack,DynamicProxy,dotnetcore,service-discovery,polly,circuit-breaker,consul,zookeeper,dependency-injection
+ MIT
diff --git a/src/Uragano.Logging.Log4net/Uragano.Logging.Log4Net.csproj b/src/Uragano.Logging.Log4net/Uragano.Logging.Log4Net.csproj
index 7c2faf2..45c2674 100644
--- a/src/Uragano.Logging.Log4net/Uragano.Logging.Log4Net.csproj
+++ b/src/Uragano.Logging.Log4net/Uragano.Logging.Log4Net.csproj
@@ -8,10 +8,11 @@
Owen
A simple, high performance RPC library.
- https://github.com/1100100/Uragano/blob/master/LICENSE
+
https://github.com/1100100/Uragano
https://raw.githubusercontent.com/1100100/Uragano/master/icon.png
Uragano,RPC,DotNetty,Microservice,MessagePack,DynamicProxy,dotnetcore,service-discovery,polly,circuit-breaker,consul,zookeeper,dependency-injection
+ MIT
diff --git a/src/Uragano.Logging.NLog/Uragano.Logging.NLog.csproj b/src/Uragano.Logging.NLog/Uragano.Logging.NLog.csproj
index 5770f41..875d21c 100644
--- a/src/Uragano.Logging.NLog/Uragano.Logging.NLog.csproj
+++ b/src/Uragano.Logging.NLog/Uragano.Logging.NLog.csproj
@@ -11,6 +11,7 @@
https://raw.githubusercontent.com/1100100/Uragano/master/icon.png
Uragano,RPC,DotNetty,Microservice,MessagePack,DynamicProxy,dotnetcore,service-discovery,polly,circuit-breaker,consul,zookeeper,dependency-injection
false
+ MIT
diff --git a/src/Uragano.Remoting/Uragano.Remoting.csproj b/src/Uragano.Remoting/Uragano.Remoting.csproj
index b087404..cdc1463 100644
--- a/src/Uragano.Remoting/Uragano.Remoting.csproj
+++ b/src/Uragano.Remoting/Uragano.Remoting.csproj
@@ -9,9 +9,10 @@
https://github.com/1100100/Uragano
A simple, high performance RPC library.
0.0.3
- https://github.com/1100100/Uragano/blob/master/LICENSE
+
Owen
Owen
+ MIT
diff --git a/src/Uragano.ZooKeeper/Uragano.ZooKeeper.csproj b/src/Uragano.ZooKeeper/Uragano.ZooKeeper.csproj
index b6e5f0f..0a8a58f 100644
--- a/src/Uragano.ZooKeeper/Uragano.ZooKeeper.csproj
+++ b/src/Uragano.ZooKeeper/Uragano.ZooKeeper.csproj
@@ -11,6 +11,7 @@
https://raw.githubusercontent.com/1100100/Uragano/master/icon.png
Uragano,RPC,DotNetty,Microservice,MessagePack,DynamicProxy,dotnetcore,service-discovery,polly,circuit-breaker,consul,zookeeper,dependency-injection
false
+ MIT