Skip to content

Commit

Permalink
List the runtime requirements. Mark it as 2.0.0-rc1 to align with .NE…
Browse files Browse the repository at this point in the history
…T 8 RC1.
  • Loading branch information
jonsagara committed Sep 24, 2023
1 parent 56250b4 commit 33e9cc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>

<!-- NuGet -->
<Version>2.0.0-alpha2</Version>
<Version>2.0.0-rc1</Version>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<Authors>Jon Sagara</Authors>
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
These assemblies contain common code that I have found useful over the years, particularly when bootstrapping small
proof-of-concept or bug demonstration applications. It reduces the amount of boilerplate code needed to be productive.

# Requirements

`v2.x` will target `.NET 8.0`.

`v1.x` targets `.NET 7.0`.

# NuGet Packages

## Sagara.Core

[![NuGet Sagara.Core](https://buildstats.info/nuget/Sagara.Core)](https://www.nuget.org/packages/Sagara.Core)
Expand Down

0 comments on commit 33e9cc9

Please sign in to comment.