Skip to content

Commit

Permalink
fixing warning when adding nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
lamg committed Jan 11, 2025
1 parent 6ae3f9b commit 3b48a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SqliteParserCs/SqliteParserCs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<RootNamespace>SqliteParser</RootNamespace>
<PackageId>SqliteParserCs</PackageId>
<Version>1.0.2</Version>
<Version>1.0.0</Version>
<PackageOutputPath>./nupkg</PackageOutputPath>
<InvariantGlobalization>true</InvariantGlobalization>
<AssemblyName>SqliteParserCs</AssemblyName>
Expand Down

0 comments on commit 3b48a70

Please sign in to comment.