Skip to content

Commit

Permalink
Updated version to 0.13.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilleBo authored Oct 18, 2019
1 parent ae45d10 commit da7aa49
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions src/Testura.Code/Testura.Code.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.12.0</Version>
<Version>0.13.0</Version>
<Authors>Mille Bostrom</Authors>
<Copyright>Copyright 2016</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 $(Version):
- Switch to targeting .NET Standard 2.0
</PackageReleaseNotes>
Release 0.13.0:
- Updated ClassBuilder with regions
- Changed so ClassBuilder preserv order when generating
- Added internal and partial modifiers
- Added support for enums
- Added NamespaceBuilder
- Fixed nullable structs


</PackageReleaseNotes>
<PackageTags>
Code generation roslyn
</PackageTags>
Expand All @@ -21,7 +28,9 @@
<NoWarn>$(NoWarn);NU5048</NoWarn>
<CodeAnalysisRuleSet>Settings\Testura.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<AssemblyVersion>0.13.0.0</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>


Expand Down

0 comments on commit da7aa49

Please sign in to comment.