Skip to content

Commit

Permalink
Update sn references and raise public versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tusmester committed Oct 15, 2023
1 parent 011d740 commit 2a3e2cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SenseNet.Client.WebApi/SenseNet.Client.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<RootNamespace>SenseNet.Client.WebApi</RootNamespace>
<PackageId>SenseNet.Client.WebApi</PackageId>
<Version>0.0.0.1</Version>
<Version>0.0.1</Version>
<Company>Sense/Net Inc.</Company>
<Description>A .Net library for Asp.Net applications that want to connect to the sensenet repository REST API.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
4 changes: 2 additions & 2 deletions src/SenseNet.Client/SenseNet.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<RootNamespace>SenseNet.Client</RootNamespace>
<PackageId>SenseNet.Client</PackageId>
<Version>3.0.3.2</Version>
<Version>3.0.4</Version>
<Company>Sense/Net Inc.</Company>
<Description>A .Net client for sensenet that makes it easy to use the REST API of the Content Repository.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -39,7 +39,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="SenseNet.Tools" Version="3.2.11" />
<PackageReference Include="SenseNet.Tools" Version="3.2.12" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.15.1" />
</ItemGroup>

Expand Down

0 comments on commit 2a3e2cd

Please sign in to comment.