Skip to content

Commit 44dfbf5

Browse files
committed
Raise public versions.
1 parent 2b22c6f commit 44dfbf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SenseNet.Client.WebApi/SenseNet.Client.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<RootNamespace>SenseNet.Client.WebApi</RootNamespace>
99
<PackageId>SenseNet.Client.WebApi</PackageId>
10-
<Version>1.1.0</Version>
10+
<Version>1.1.1</Version>
1111
<Company>Sense/Net Inc.</Company>
1212
<Description>A .Net library for Asp.Net applications that want to connect to the sensenet repository REST API.</Description>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

src/SenseNet.Client/SenseNet.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<RootNamespace>SenseNet.Client</RootNamespace>
66
<PackageId>SenseNet.Client</PackageId>
7-
<Version>4.1.1-alpha.1</Version>
7+
<Version>4.1.1</Version>
88
<Company>Sense/Net Inc.</Company>
99
<Description>A .Net client for sensenet that makes it easy to use the REST API of the Content Repository.</Description>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)