Skip to content

Commit 3e3e7d6

Browse files
authored
Add deprecation notice to signed nugets (#551)
As per the [recommendation](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming), we want to remove the `.Signed` variants of the nuget packages and instead sign all of them. Title and description now reflects the deprecation and what package/version to use instead. Bumped the patch version to push new nugets and their new titles/descriptions out.
1 parent d315cc3 commit 3e3e7d6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

UnitsNet.Serialization.JsonNet/UnitsNet.Serialization.JsonNet.Signed.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<!-- Override some NuGet package properties -->
55
<PropertyGroup>
66
<PackageId>UnitsNet.Serialization.JsonNet.Signed</PackageId>
7-
<Title>Units.NET Serialization with Json.NET (signed)</Title>
7+
<Title>Units.NET Serialization with Json.NET (signed) - DEPRECATED</Title>
8+
<Description>DEPRECATED! Use UnitsNet.Serialization.JsonNet 4.0.0 or later instead, which is now signed. This package will be unlisted sometime later. A helper library for serializing and deserializing types in Units.NET using Json.NET.</Description>
89
</PropertyGroup>
910

1011
<!-- Enable strong name signing -->

UnitsNet/UnitsNet.Signed.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<!-- Override some NuGet package properties -->
55
<PropertyGroup>
66
<PackageId>UnitsNet.Signed</PackageId>
7-
<Title>Units.NET (signed)</Title>
7+
<Title>Units.NET (signed) - DEPRECATED</Title>
8+
<Description>DEPRECATED! Use UnitsNet 4.0.0 or later instead, which is now signed. This package will be unlisted sometime later. Get all the common units of measurement and the conversions between them. It is light-weight and thoroughly tested.</Description>
89
</PropertyGroup>
910

1011
<!-- Enable strong name signing -->

0 commit comments

Comments
 (0)