Skip to content

Commit

Permalink
Update Tools and external references and raise public version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tusmester committed Jan 17, 2024
1 parent bc77d16 commit d1218c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.1</Version>
<Version>0.0.2</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
8 changes: 4 additions & 4 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.4</Version>
<Version>3.0.5</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 @@ -38,9 +38,9 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="SenseNet.Tools" Version="3.2.12" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.15.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SenseNet.Tools" Version="3.2.13" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.2.0" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit d1218c1

Please sign in to comment.