Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
manne committed Apr 15, 2020
1 parent 47ca5c3 commit c6a7747
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## 0.0.1-preview.7 - 2020-04-15 <a name="0.0.1-preview.7"> </a>

### Changed

* Simplified installation, only install the package `Obviously.SemanticTypes`
* Nullability enabled

### Added

* Support for Json.NET. A converter named `JsonNetConverter` is generated as a nested class.
Expand Down
24 changes: 1 addition & 23 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,7 @@
### Installation

The following NuGet packages have to be added to the project

1. [Obviously.SemanticTypes](https://www.nuget.org/packages/Obviously.SemanticTypes)
2. [CodeGeneration.Roslyn.Tool](https://www.nuget.org/packages/CodeGeneration.Roslyn.Tool/)

<details>
<summary>The project file should look like this</summary>

```XML
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Obviously.SemanticTypes" Version="0.0.1-preview.6" />
<PackageReference Include="CodeGeneration.Roslyn.Tool" Version="0.7.63">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>
```
Install this NuGet package [Obviously.SemanticTypes](https://www.nuget.org/packages/Obviously.SemanticTypes) (currently in preview).

</details>

Expand Down

0 comments on commit c6a7747

Please sign in to comment.