Skip to content

Commit e0fe14e

Browse files
author
ducksoop
committed
chore: 🤖 update to 1.0.2
1 parent 1889083 commit e0fe14e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QuickbaseNet/QuickbaseNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
<PropertyGroup>
1515
<PackageId>QuickbaseNet</PackageId>
16-
<Version>1.0.1</Version>
16+
<Version>1.0.2</Version>
1717
<Authors>ducksoop</Authors>
1818
<Description>Unofficial Quickbase JSON API wrapper for .NET. Provides Query and Command builders for querying and adding/editing records.</Description>
1919
<RepositoryUrl>https://github.com/ducksoop/quickbase-net</RepositoryUrl>
2020
<RepositoryType>git</RepositoryType>
21-
<PackageReleaseNotes>Initial release; right now only have Query capabilities available.</PackageReleaseNotes>
21+
<!-- <PackageReleaseNotes>Initial release; right now only have Query capabilities available.</PackageReleaseNotes> -->
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2323
<NoWarn>$(NoWarn);1591</NoWarn>
2424
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)