Skip to content

Commit 3b063ef

Browse files
committed
updated NuGet package.
1 parent d9716fb commit 3b063ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Formatters.JsonNet/package.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Pathoschild.Http.Formatters.JsonNet</id>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<authors>Jesse Plamondon-Willard</authors>
77
<description>Provides JSON, JSONP, and BSON implementations of the .NET 4.5 MediaTypeFormatter using Json.NET. These can be used by the .NET 4.5 HttpClient and the Web API for serializing content.</description>
88
<licenseUrl>https://creativecommons.org/licenses/by/3.0/</licenseUrl>
@@ -15,7 +15,7 @@
1515
<dependency id="Microsoft.AspNet.WebApi.Client" version="4.0" />
1616
<dependency id="Newtonsoft.Json" version="4.5" />
1717
</dependencies>
18-
<releaseNotes>Migrated to Microsoft's HTTP NuGet packages.</releaseNotes>
18+
<releaseNotes>Added a default UTF-8 encoding to fix missing charsets in Web API response headers.</releaseNotes>
1919
</metadata>
2020
<files>
2121
<file src="bin\Debug\Pathoschild.Http.Formatters.dll" target="lib\net45" />

Formatters/package.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Pathoschild.Http.Formatters.Core</id>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<authors>Jesse Plamondon-Willard</authors>
77
<description>A base implementation of the .NET 4.5 MediaTypeFormatter for serializers with an example PlainTextFormatter. This handles the common plumbing code so you only need to implement the "Serialize" and "Deserialize" methods.</description>
88
<licenseUrl>https://creativecommons.org/licenses/by/3.0/</licenseUrl>
@@ -14,6 +14,6 @@
1414
<dependency id="Microsoft.Net.Http" version="2.0" />
1515
<dependency id="Microsoft.AspNet.WebApi.Client" version="4.0" />
1616
</dependencies>
17-
<releaseNotes>Migrated to Microsoft's HTTP NuGet packages.</releaseNotes>
17+
<releaseNotes>Added a default UTF-8 encoding to fix missing charsets in Web API response headers.</releaseNotes>
1818
</metadata>
1919
</package>

0 commit comments

Comments
 (0)