Skip to content

Commit ee15bdb

Browse files
authored
Merge pull request Astn#121 from Astn/BumpVersion
Bump Nuget Version
2 parents 6104992 + c77c660 commit ee15bdb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Json-Rpc/AustinHarris.JsonRpc.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@
44
<Company>Austin Harris</Company>
55
<Product>Json-Rpc.Net Core</Product>
66
<Description>Core functionality for JsonRpc.Net</Description>
7-
<VersionPrefix>1.2.1.2</VersionPrefix>
7+
<VersionPrefix>1.2.2</VersionPrefix>
88
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
99
<Copyright>Austin Harris</Copyright>
10+
<PackageProjectUrl>https://github.com/Astn/JSON-RPC.NET</PackageProjectUrl>
11+
<PackageLicenseUrl>https://raw.githubusercontent.com/Astn/JSON-RPC.NET/master/LICENSE</PackageLicenseUrl>
12+
<PackageReleaseNotes>
13+
Improves support for optional parameters - @HoMS1987 https://github.com/HoMS1987
14+
Fixes protocol validation of the ID property - @pedrolcl https://github.com/pedrolcl
15+
DotNet Core support - @astn https://github.com/astn
16+
</PackageReleaseNotes>
1017
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1</TargetFrameworks>
1118
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1219

0 commit comments

Comments
 (0)