From 266196fb690bd2ef5427f6d3b9e3aa2da728d50c Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 8 Jul 2021 08:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=8D=87=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E5=88=B01.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mozi.HttpEmbedded/Mozi.HttpEmbedded.nuspec | 2 +- Mozi.HttpEmbedded/Properties/AssemblyInfo.cs | 4 ++-- Mozi.SSDP/Mozi.SSDP.nuspec | 2 +- Mozi.SSDP/Properties/AssemblyInfo.cs | 4 ++-- Mozi.StateService/Mozi.StateService.nuspec | 2 +- Mozi.StateService/Properties/AssemblyInfo.cs | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Mozi.HttpEmbedded/Mozi.HttpEmbedded.nuspec b/Mozi.HttpEmbedded/Mozi.HttpEmbedded.nuspec index 8774815..dcc6f42 100644 --- a/Mozi.HttpEmbedded/Mozi.HttpEmbedded.nuspec +++ b/Mozi.HttpEmbedded/Mozi.HttpEmbedded.nuspec @@ -2,7 +2,7 @@ Mozi.HttpEmbedded - 1.2.6 + 1.2.7 Mozi.HttpEmbedded JasonWcx false diff --git a/Mozi.HttpEmbedded/Properties/AssemblyInfo.cs b/Mozi.HttpEmbedded/Properties/AssemblyInfo.cs index 48e1192..880ea96 100644 --- a/Mozi.HttpEmbedded/Properties/AssemblyInfo.cs +++ b/Mozi.HttpEmbedded/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, // 方法是按如下所示使用“*”: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.6.0")] -[assembly: AssemblyFileVersion("1.2.6.0")] +[assembly: AssemblyVersion("1.2.7.0")] +[assembly: AssemblyFileVersion("1.2.7.0")] diff --git a/Mozi.SSDP/Mozi.SSDP.nuspec b/Mozi.SSDP/Mozi.SSDP.nuspec index f6cc62e..4463e08 100644 --- a/Mozi.SSDP/Mozi.SSDP.nuspec +++ b/Mozi.SSDP/Mozi.SSDP.nuspec @@ -2,7 +2,7 @@ Mozi.SSDP - 1.2.6 + 1.2.7 Mozi.SSDP JasonWcx false diff --git a/Mozi.SSDP/Properties/AssemblyInfo.cs b/Mozi.SSDP/Properties/AssemblyInfo.cs index d2028cf..8797f85 100644 --- a/Mozi.SSDP/Properties/AssemblyInfo.cs +++ b/Mozi.SSDP/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // 生成号 // 修订号 // -[assembly: AssemblyVersion("1.2.6.0")] -[assembly: AssemblyFileVersion("1.2.6.0")] +[assembly: AssemblyVersion("1.2.7.0")] +[assembly: AssemblyFileVersion("1.2.7.0")] diff --git a/Mozi.StateService/Mozi.StateService.nuspec b/Mozi.StateService/Mozi.StateService.nuspec index 4885c89..f3db729 100644 --- a/Mozi.StateService/Mozi.StateService.nuspec +++ b/Mozi.StateService/Mozi.StateService.nuspec @@ -2,7 +2,7 @@ Mozi.StateService - 1.2.6 + 1.2.7 Mozi.StateService JasonWcx false diff --git a/Mozi.StateService/Properties/AssemblyInfo.cs b/Mozi.StateService/Properties/AssemblyInfo.cs index e46dba5..5292e9b 100644 --- a/Mozi.StateService/Properties/AssemblyInfo.cs +++ b/Mozi.StateService/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.6.0")] -[assembly: AssemblyFileVersion("1.2.6.0")] +[assembly: AssemblyVersion("1.2.7.0")] +[assembly: AssemblyFileVersion("1.2.7.0")] -- GitLab