Skip to content

Commit bdc065d

Browse files
authored
Update Schema.NET.csproj
1 parent dcd472d commit bdc065d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Schema.NET/Schema.NET.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup Label="Package">
13-
<VersionPrefix>5.0.0</VersionPrefix>
13+
<VersionPrefix>6.0.0</VersionPrefix>
1414
<Authors>Muhammad Rehan Saeed (RehanSaeed.com)</Authors>
1515
<Product>Schema.NET</Product>
1616
<Description>Schema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the head section of html page.</Description>
@@ -57,4 +57,4 @@
5757
<None Include="..\..\Images\Icon.png" Pack="true" PackagePath="\" />
5858
</ItemGroup>
5959

60-
</Project>
60+
</Project>

0 commit comments

Comments
 (0)