From a50403686a72cab94040e3896ca3a672af8e96c6 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 5 Aug 2019 19:16:04 +0200 Subject: [PATCH] update to .net core --- Coroutine/Coroutine.csproj | 70 +++++----------------------- Coroutine/Coroutine.nuspec | 19 -------- Coroutine/Properties/AssemblyInfo.cs | 35 -------------- 3 files changed, 12 insertions(+), 112 deletions(-) delete mode 100644 Coroutine/Coroutine.nuspec delete mode 100644 Coroutine/Properties/AssemblyInfo.cs diff --git a/Coroutine/Coroutine.csproj b/Coroutine/Coroutine.csproj index 6a62643..acb0517 100644 --- a/Coroutine/Coroutine.csproj +++ b/Coroutine/Coroutine.csproj @@ -1,61 +1,15 @@ - - - + - Debug - AnyCPU - {1657964D-2503-426A-8514-D020660BEE4D} - Library - Properties - Coroutine - Coroutine - v4.7.2 - 512 + netstandard2.0 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - + + Ellpeck + A simple implementation of Unity's Coroutines to be used for any C# project + coroutine utility unity + https://github.com/Ellpeck/Coroutine + https://github.com/Ellpeck/Coroutine + https://github.com/Ellpeck/Coroutine/blob/master/LICENSE.md + 1.0.1 + + \ No newline at end of file diff --git a/Coroutine/Coroutine.nuspec b/Coroutine/Coroutine.nuspec deleted file mode 100644 index 9c5692e..0000000 --- a/Coroutine/Coroutine.nuspec +++ /dev/null @@ -1,19 +0,0 @@ - - - - $id$ - $version$ - $title$ - $author$ - $author$ - https://github.com/Ellpeck/Coroutine/blob/master/LICENSE.md - https://github.com/Ellpeck/Coroutine - false - $description$ - $description$ - Copyright 2019 - coroutine utility unity - - Initial release - - \ No newline at end of file diff --git a/Coroutine/Properties/AssemblyInfo.cs b/Coroutine/Properties/AssemblyInfo.cs deleted file mode 100644 index 0adf7e4..0000000 --- a/Coroutine/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Coroutine")] -[assembly: AssemblyDescription("A simple implementation of Unity's Coroutines to be used for any C# project")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Ellpeck")] -[assembly: AssemblyProduct("Coroutine")] -[assembly: AssemblyCopyright("Copyright © 2019")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("1657964D-2503-426A-8514-D020660BEE4D")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file