v0.4.x discussion thread #198
berezovskyi
announced in
Announcements
Replies: 1 comment
-
Due to what turned out to be a need for a workaround for NuGet/NuGetGallery#9343, I had to yank two partially successful deployments to NuGet.org: 0.4.0 and 0.4.1. The published version 0.4.2 contains exactly what was planned for 0.4.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[0.4.2]
Security
OSLC4Net.Client
now defaults to strong TLS certificate checking. Skipping TLS checks now requires explicit configuration.Added
netstandard2.0
.Changed
OSLC4Net.Core
now targetsnetstandard2.0
, which allows it to be used under .NET Framework 4.7.2 or higher as well as .NET 6+.netstandard2.0
.ITriple
andINode
no longer have the.Graph
property.OSLC4Net.DotNetRdfProvider
to allow theIGraph
instance to be passed.OSLC4Net.Client
now targetsnetstandard2.0
.WebRequestHandler
withHttpClientHandler
. This caused some method/constructor signatures to change.RemoteCertificateValidationCallback
was replaced with a lambda function.OSLC4Net.Query
now targetsnetstandard2.0
. The Antlr3 runtime package targeting PCL was replaced with a package targeting NETStandard1.0 (Antlr 4 targets NETStandard2.0).JsonMediaTypeFormatter
was renamed intoOslcJsonMediaTypeFormatter
to better reflect its purpose (support a bespoke OSLC JSON format) and avoid conflict withSystem.Net.Http.Formatting.MediaTypeFormatter
.Deprecated
netstandard2.0
, this should have no impact on the users.Removed
Newtonsoft.Json
package was only used in the StockQuoteSample ASP.NET MVC project. Its references were removed from all other projects.Fixed
This release does not contain bug fixes.
This discussion was created from the release [0.4.2] - 2024-10-09.
Beta Was this translation helpful? Give feedback.
All reactions