diff --git a/src/Testura.Code/Testura.Code.csproj b/src/Testura.Code/Testura.Code.csproj index 180a9cb..4b7badb 100644 --- a/src/Testura.Code/Testura.Code.csproj +++ b/src/Testura.Code/Testura.Code.csproj @@ -4,25 +4,27 @@ net6.0 enable enable + true + 1.0.0 - 0.17.0 + 1.0.0 Mille Bostrom - Copyright 2016 + Copyright 2021 $(ProjectName) Testura.Code is a wrapper around the Roslyn API and used for generation, saving and and compiling C# code. It provides methods and helpers to generate classes, methods, statements and expressions. - - Release 0.17.0: - - Added support for operator overloading - - Fixed bug with ThatInheritFrom and multiple types + 1.0.0 - +- Updated project to .NET 6 +- Fixed issue with inheritance and extra comma + Code generation roslyn https://i.ibb.co/nnSPd11/logo128-new.png https://github.com/Testura/Testura.Code + logo.png $(RepositoryUrl) true MIT @@ -34,6 +36,10 @@ 3 + + + + diff --git a/src/Testura.Code/logo.png b/src/Testura.Code/logo.png new file mode 100644 index 0000000..503fa9c Binary files /dev/null and b/src/Testura.Code/logo.png differ