Skip to content

Commit

Permalink
Updated nuget information (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilleBo authored Jan 4, 2022
1 parent 95bba90 commit f125f8e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/Testura.Code/Testura.Code.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>1.1.0</PackageVersion>
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Authors>Mille Bostrom</Authors>
<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>1.0.0
<PackageReleaseNotes>1.1.0

- Updated project to .NET 6
- Fixed issue with inheritance and extra comma
- Added new method to generate object creation
</PackageReleaseNotes>
<PackageTags>
Code generation roslyn
Expand All @@ -38,7 +37,7 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit f125f8e

Please sign in to comment.