Skip to content

Commit

Permalink
Updated nuget information and added logo (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilleBo authored Dec 26, 2021
1 parent 7cfa63f commit b2c29c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/Testura.Code/Testura.Code.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,27 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<PackageVersion>1.0.0</PackageVersion>
</PropertyGroup>

<PropertyGroup>
<Version>0.17.0</Version>
<Version>1.0.0</Version>
<Authors>Mille Bostrom</Authors>
<Copyright>Copyright 2016</Copyright>
<Copyright>Copyright 2021</Copyright>
<Title>$(ProjectName)</Title>
<Description>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.</Description>
<PackageReleaseNotes>
Release 0.17.0:
- Added support for operator overloading
- Fixed bug with ThatInheritFrom and multiple types
<PackageReleaseNotes>1.0.0

</PackageReleaseNotes>
- Updated project to .NET 6
- Fixed issue with inheritance and extra comma
</PackageReleaseNotes>
<PackageTags>
Code generation roslyn
</PackageTags>
<PackageIconUrl>https://i.ibb.co/nnSPd11/logo128-new.png</PackageIconUrl>
<RepositoryUrl>https://github.com/Testura/Testura.Code</RepositoryUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -34,6 +36,10 @@
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
<WarningLevel>3</WarningLevel>
</PropertyGroup>

<ItemGroup>
<None Include="logo.png" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
Expand Down
Binary file added src/Testura.Code/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2c29c6

Please sign in to comment.