From 7f62f2d3bf626ac55d2d2de05ca1d71eaaabef39 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 13 五月 2021 09:55:37 +0800 Subject: [PATCH] 2021-05-13 1.备份 --- iOS/Xamarin/Shared.IOS.LCVideoOnSDK/Shared.IOS.LCVideoOnSDK/Properties/AssemblyInfo.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iOS/Xamarin/Shared.IOS.ESVideoOnSDK/Shared.IOS.ESVideoOnSDK/Properties/AssemblyInfo.cs b/iOS/Xamarin/Shared.IOS.LCVideoOnSDK/Shared.IOS.LCVideoOnSDK/Properties/AssemblyInfo.cs similarity index 88% rename from iOS/Xamarin/Shared.IOS.ESVideoOnSDK/Shared.IOS.ESVideoOnSDK/Properties/AssemblyInfo.cs rename to iOS/Xamarin/Shared.IOS.LCVideoOnSDK/Shared.IOS.LCVideoOnSDK/Properties/AssemblyInfo.cs index 6cca32a..461e830 100644 --- a/iOS/Xamarin/Shared.IOS.ESVideoOnSDK/Shared.IOS.ESVideoOnSDK/Properties/AssemblyInfo.cs +++ b/iOS/Xamarin/Shared.IOS.LCVideoOnSDK/Shared.IOS.LCVideoOnSDK/Properties/AssemblyInfo.cs @@ -12,11 +12,11 @@ // Information about this assembly is defined by the following attributes. // Change them to the values specific to your project. -[assembly: AssemblyTitle("Shared.IOS.ESVideoOnSDK")] +[assembly: AssemblyTitle("Shared.IOS.LCVideoOnSDK")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Shared.IOS.ESVideoOnSDK")] +[assembly: AssemblyProduct("Shared.IOS.LCVideoOnSDK")] [assembly: AssemblyCopyright("Copyright 漏 2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -25,7 +25,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyVersion("1.0.1")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. -- Gitblit v1.8.0