Skip to content

Commit bc72cf7

Browse files
committed
chore(release): 0.1.5
1 parent 682d079 commit bc72cf7

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.
4+
5+
<a name="0.1.5"></a>
6+
## [0.1.5](https://www.github.com/EntglDb/BLite.Server/releases/tag/v0.1.5) (2026-03-15)
7+
8+
### Bug Fixes
9+
10+
* reserved-collection access check + license management integration ([8b806b3](https://www.github.com/EntglDb/BLite.Server/commit/8b806b3988ff54e956c200906a3629a43b48f1a8))
11+

src/BLite.Client.SourceGenerators/BLite.Client.SourceGenerators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<RootNamespace>BLite.Client.SourceGenerators</RootNamespace>
1010
<AssemblyName>BLite.Client.SourceGenerators</AssemblyName>
1111

12-
<Version>0.1.4</Version>
12+
<Version>0.1.5</Version>
1313
<Authors>BLite Team</Authors>
1414
<Company>EntglDb</Company>
1515
<Copyright>Copyright © 2026 Luca Fabbri</Copyright>

src/BLite.Client/BLite.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<RootNamespace>BLite.Client</RootNamespace>
1010
<AssemblyName>BLite.Client</AssemblyName>
1111

12-
<Version>0.1.4</Version>
12+
<Version>0.1.5</Version>
1313
<AssemblyVersion>0.1.4.0</AssemblyVersion>
1414
<FileVersion>0.1.4.0</FileVersion>
1515
<Authors>BLite Team</Authors>

src/BLite.Proto/BLite.Proto.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>BLite.Proto</RootNamespace>
99
<AssemblyName>BLite.Proto</AssemblyName>
1010

11-
<Version>0.1.4</Version>
11+
<Version>0.1.5</Version>
1212
<AssemblyVersion>0.1.4.0</AssemblyVersion>
1313
<FileVersion>0.1.4.0</FileVersion>
1414
<Authors>BLite Team</Authors>

src/BLite.Server/BLite.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyName>BLite.Server</AssemblyName>
1010
<OutputType>Exe</OutputType>
1111

12-
<Version>0.1.4</Version>
12+
<Version>0.1.5</Version>
1313
<AssemblyVersion>0.1.4.0</AssemblyVersion>
1414
<FileVersion>0.1.4.0</FileVersion>
1515
<Authors>BLite Team</Authors>

0 commit comments

Comments
 (0)