Skip to content

Commit 4807cad

Browse files
author
kostkams
committed
Updates the nuget generated version to 1.0.2
1 parent 342e6cb commit 4807cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/OrientDB.Net.Core.BusinessObjects.Generator/Generator/ProjectGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal static void Execute(DirectoryInfo outputDirectory, Configuration config
1616
sb.AppendLine(" </PropertyGroup>");
1717
sb.AppendLine("");
1818
sb.AppendLine(" <ItemGroup>");
19-
sb.AppendLine(" <PackageReference Include=\"OrientDB.Net.Core.BusinessObjects\" Version=\"1.0.1\" />");
19+
sb.AppendLine(" <PackageReference Include=\"OrientDB.Net.Core.BusinessObjects\" Version=\"1.0.2\" />");
2020
sb.AppendLine(" </ItemGroup>");
2121
sb.AppendLine("");
2222
sb.AppendLine("</Project>");

0 commit comments

Comments
 (0)