Skip to content

Commit 6501dcb

Browse files
authored
0.12.0
1 parent a2fdf7d commit 6501dcb

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

csharp/Link.Foundation.Links.Notation/Link.Foundation.Links.Notation.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>Link.Foundation's Platform.Protocols.Lino Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Link.Foundation.Links.Notation</AssemblyTitle>
7-
<VersionPrefix>0.11.2</VersionPrefix>
7+
<VersionPrefix>0.12.0</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFramework>net8</TargetFramework>
1010
<PackageId>Link.Foundation.Links.Notation</PackageId>
@@ -23,7 +23,8 @@
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2525
<LangVersion>latest</LangVersion>
26-
<PackageReleaseNotes>Added README.md to NuGet package for better package documentation.</PackageReleaseNotes>
26+
<PackageReleaseNotes>Bug fixes.
27+
Test cases suite is updated.</PackageReleaseNotes>
2728
<Nullable>enable</Nullable>
2829
<RootNamespace>Link.Foundation.Links.Notation</RootNamespace>
2930
<NoWarn>$(NoWarn);CS8981;CS1591;CS1584;CS1658</NoWarn>

js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "links-notation",
3-
"version": "0.11.2",
3+
"version": "0.12.0",
44
"description": "Links Notation parser for JavaScript",
55
"main": "dist/index.js",
66
"type": "module",

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "links-notation"
7-
version = "0.11.2"
7+
version = "0.12.0"
88
description = "Python implementation of the Links Notation parser"
99
readme = "README.md"
1010
license = {text = "Unlicense"}

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "links-notation"
3-
version = "0.11.2"
3+
version = "0.12.0"
44
edition = "2021"
55
description = "Rust implementation of the Links Notation parser"
66
license = "Unlicense"

0 commit comments

Comments
 (0)