Skip to content

Commit 5c4aef1

Browse files
committed
Add deprecation notice to title and description
1 parent 472fe88 commit 5c4aef1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
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>
88
</PropertyGroup>
99

1010
<!-- Enable strong name signing -->
1111
<PropertyGroup>
1212
<DefineConstants>SIGNED</DefineConstants>
1313
<SignAssembly>true</SignAssembly>
1414
<AssemblyOriginatorKeyFile>$(MSBuildProjectDirectory)\..\UnitsNet.snk</AssemblyOriginatorKeyFile>
15-
<Description>A helper library for serializing and deserializing types in Units.NET using Json.NET. This package is deprecated, please use the UnitsNet.Serialization.JsonNet package which is now signed.</Description>
15+
<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>
1616
<PackageTags>unit units measurement json Json.NET Newtonsoft serialize deserialize serialization deserialization deprecated</PackageTags>
1717
<LangVersion>7.3</LangVersion>
1818
</PropertyGroup>

UnitsNet/UnitsNet.Signed.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
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>
88
</PropertyGroup>
99

1010
<!-- Enable strong name signing -->
1111
<PropertyGroup>
1212
<DefineConstants>SIGNED</DefineConstants>
1313
<SignAssembly>true</SignAssembly>
1414
<AssemblyOriginatorKeyFile>$(MSBuildProjectDirectory)\..\UnitsNet.snk</AssemblyOriginatorKeyFile>
15-
<Description>Get all the common units of measurement and the conversions between them. It is light-weight and thoroughly tested. This package is deprecated, please use the UnitsNet package which is now signed.</Description>
15+
<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>
1616
<PackageTags>unit units quantity quantities measurement si metric imperial abbreviation abbreviations convert conversion parse immutable deprecated</PackageTags>
1717
<LangVersion>7.3</LangVersion>
1818
</PropertyGroup>

0 commit comments

Comments
 (0)