Skip to content

Commit df6c186

Browse files
committed
meta info fixes
1 parent 4af3cb7 commit df6c186

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

My Project/AssemblyInfo.vb

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Imports System.Runtime.InteropServices
88

99
' Review the values of the assembly attributes
1010

11-
<Assembly: AssemblyTitle("Database")>
12-
<Assembly: AssemblyDescription("")>
13-
<Assembly: AssemblyCompany("")>
14-
<Assembly: AssemblyProduct("Database")>
11+
<Assembly: AssemblyTitle("DbSharp")>
12+
<Assembly: AssemblyDescription("C#/VB.NET database utility to comfortly write pure Microsoft SQL/MySQL queries and load them into typed classes and collections.")>
13+
<Assembly: AssemblyCompany("Tom Flidr")>
14+
<Assembly: AssemblyProduct("DbSharp")>
1515
<Assembly: AssemblyCopyright("Copyright © 2017")>
1616
<Assembly: AssemblyTrademark("")>
1717

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DbSharp
2-
Main package
2+
C#/VB.NET database utility to comfortly write pure Microsoft SQL/MySQL queries and load them into typed classes and collections.
33

44
## Basic Examples
55
```vb

_CreateNewNuGetPackage/Config.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $appendConfigurationAndPlatformToNuGetPackageFileName = $true
5858
$sourceToUploadTo = ""
5959

6060
# The API Key to use to upload the package to the gallery. If not provided and a system-level one does not exist for the specified Source, you will be prompted for it.
61-
$apiKey = ""
61+
$apiKey = "bbfbd002-ddfe-4968-b61a-e12bd7e29cf7"
6262

6363
# Specify any NuGet Push options to pass to nuget.exe.
6464
# e.g. $pushOptions = "-Timeout 120"
394 Bytes
Binary file not shown.

bin/Debug/DbSharp.dll

512 Bytes
Binary file not shown.

bin/Debug/DbSharp.pdb

0 Bytes
Binary file not shown.

obj/Debug/DbSharp.dll

512 Bytes
Binary file not shown.

obj/Debug/DbSharp.pdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)