Skip to content

Commit 7c97068

Browse files
committed
Increment versions, bump RuntimeNullables
1 parent b4f8d12 commit 7c97068

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<ItemGroup>
2525
<!-- Fody -->
26-
<PackageReference Include="RuntimeNullables.Fody" Version="2.0.0" PrivateAssets="all" />
26+
<PackageReference Include="RuntimeNullables.Fody" Version="2.1.0" PrivateAssets="all" />
2727

2828
<!-- Analyzers -->
2929
<PackageReference Include="DotNetAnalyzers.DocumentationAnalyzers" Version="1.0.0-beta.59" PrivateAssets="all" />

Source/Singulink.Net.Http.Api.Client/Singulink.Net.Http.Api.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
44

5-
<Version>1.8.1</Version>
5+
<Version>1.9</Version>
66
<Description>API client library for the Singulink HTTP API Tookit.</Description>
77
<PackageTags>HTTP; API; Client;</PackageTags>
88
</PropertyGroup>

Source/Singulink.Net.Http.Api.Service/Singulink.Net.Http.Api.Service.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net8.0</TargetFramework>
44
<OutputType>Library</OutputType>
55

6-
<Version>1.8</Version>
6+
<Version>1.9</Version>
77
<Description>ASP.NET API service library for the Singulink HTTP API Tookit.</Description>
88
<PackageTags>HTTP; API; Service; Server; Middleware;</PackageTags>
99
</PropertyGroup>

Source/Singulink.Net.Http.Api/Singulink.Net.Http.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
44

5-
<Version>1.8</Version>
5+
<Version>1.9</Version>
66
<Description>Shared client/service library for the Singulink HTTP API Toolkit.</Description>
77
</PropertyGroup>
88
</Project>

0 commit comments

Comments
 (0)