Skip to content

Commit

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

<PropertyGroup>
<Version>1.1.0</Version>
<Version>1.2.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.1.0
<PackageReleaseNotes>1.2.0

- Added new method to generate object creation
</PackageReleaseNotes>
- Added builder for record and struct
- Added support for file scoped namespace
- Moved return generation from ExpressionStatement to ObjectCreationGenerator
- Renamed ClassInitializationArgument to ObjectCreationArgument
- Added a new argument type - AssignArgument </PackageReleaseNotes>
<PackageTags>
Code generation roslyn
</PackageTags>
Expand Down

0 comments on commit a39b865

Please sign in to comment.