Skip to content

Commit

Permalink
prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
morinow committed May 5, 2024
1 parent 5cdcef4 commit 9f5f083
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 9 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ Labels are name/value pairs that can be represented as dictionaries (name->value

## Packages

> [!WARNING]
>
> **This project is currently in the alpha development stage. Use at your own risk.**
The majority of packages support netstandard2.0.

The following NuGet packages are provided:
Expand Down
11 changes: 11 additions & 0 deletions changelog/release-notes-0.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 0.1.0

This is the initial release of LabelKit.

The following packages carry version 0.1.0:
- [LabelKit](https://www.nuget.org/packages/LabelKit/)
- [LabelKit.Parser](https://www.nuget.org/packages/LabelKit.Parser/)
- [LabelKit.Expressions](https://www.nuget.org/packages/LabelKit.Expressions/)

The packages [LabelKit.EFCore.PostgreSQL](https://www.nuget.org/packages/LabelKit.EFCore.PostgreSQL/) and [LabelKit.EFCore.Pomelo.MySql](https://www.nuget.org/packages/LabelKit.EFCore.Pomelo.MySql/) carry the same major version as their compatible EFCore provider
(5.0.0 for PostgreSQL, 3.0.0 for MySql).
7 changes: 7 additions & 0 deletions changelog/release-notes-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Version

## Features

## Improvements

## Fixes
10 changes: 5 additions & 5 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
</PropertyGroup>

<PropertyGroup>
<LabelKitVersion>0.1.0-alpha.1003</LabelKitVersion>
<LabelKitExpressionsVersion>0.1.0-alpha.1003</LabelKitExpressionsVersion>
<LabelKitParserVersion>0.1.0-alpha.1003</LabelKitParserVersion>
<LabelKitEFCorePostresVersion>5.0.0-alpha.1003</LabelKitEFCorePostresVersion>
<LabelKitEFCoreMySqlVersion>3.0.0-alpha.1003</LabelKitEFCoreMySqlVersion>
<LabelKitVersion>0.1.0</LabelKitVersion>
<LabelKitExpressionsVersion>0.1.0</LabelKitExpressionsVersion>
<LabelKitParserVersion>0.1.0</LabelKitParserVersion>
<LabelKitEFCorePostresVersion>5.0.0</LabelKitEFCorePostresVersion>
<LabelKitEFCoreMySqlVersion>3.0.0</LabelKitEFCoreMySqlVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
6 changes: 6 additions & 0 deletions src/LabelKit.sln
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LabelKit.EFCore.Pomelo.MySq
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LabelKit.EFCore.Pomelo.MySql", "LabelKit.EFCore.Pomelo.MySql\src\LabelKit.EFCore.Pomelo.MySql.csproj", "{237BC843-5D2B-4868-906B-173C2392FB58}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Changelog", "Changelog", "{B2C203C6-284F-4D35-80A5-E7F5F9D94EDF}"
ProjectSection(SolutionItems) = preProject
..\changelog\changelog-0.1.0.md = ..\changelog\release-notes-0.1.0.md
..\changelog\release-notes-template.md = ..\changelog\release-notes-template.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 9f5f083

Please sign in to comment.