We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172ac7f commit f2e78d0Copy full SHA for f2e78d0
System.Text.Json.Extensions/System.Text.Json.Extensions.csproj
@@ -3,7 +3,10 @@
3
<PropertyGroup>
4
<TargetFramework>netstandard2.1</TargetFramework>
5
<PackageId>System.Text.Json.Extensions</PackageId>
6
- <Version>1.0.4</Version>
+ <Version>1.0.5</Version>
7
+ <Authors>TheConstructor</Authors>
8
+ <PackageDescription>This package tries to collect some extensions and converters that ease the usage of System.Text.Json.</PackageDescription>
9
+ <RepositoryUrl>https://github.com/TheConstructor/System.Text.Json.Extensions</RepositoryUrl>
10
<PublishRepositoryUrl>true</PublishRepositoryUrl>
11
<!--
12
It seems that GPR currently doesn't work with snupkg, claiming that the nupkg already exists
0 commit comments