8000 Added nuGET spec · utPLSQL/utPLSQL-dotnet-api@fe9e996 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit fe9e996

Browse files
committed
Added nuGET spec
1 parent 2f1f51a commit fe9e996

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

utPLSQL.Api/utPLSQL.Api/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.0.1.0")]
36+
[assembly: AssemblyFileVersion("1.0.1.0")]

utPLSQL.Api/utPLSQL.Api/utPLSQL.Api.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<None Include="realtime-report.xsd">
5555
<SubType>Designer</SubType>
5656
</None>
57+
<None Include="utPLSQL.Api.nuspec" />
5758
</ItemGroup>
5859
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5960
</Project>
Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package >
33
<metadata>
4-
<id>$id$</id>
5-
<version>$version$</version>
6-
<title>$title$</title>
7-
<authors>$author$</authors>
4+
<id>utPLSQL.Api</id>
5+
<version>1.0.1</version>
6+
<title>utPLSQL API</title>
7+
<authors>Simon Martinelli</authors>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
99
<license type="expression">Apache-2.0+</license>
10-
<projectUrl>http://project_url_here_or_delete_this_line/</projectUrl>
11-
<iconUrl>http://icon_url_here_or_delete_this_line/</iconUrl>
12-
<description>$description$</description>
13-
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
14-
<copyright>$copyright$</copyright>
15-
<tags>Tag1 Tag2</tags>
10+
<projectUrl>https://github.com/utPLSQL/utPLSQL-dotnet-api</projectUrl>
11+
<icon>images/blue-icon-transparent.png</icon>
12+
<description>.NET API for utPLSQL</description>
13+
<releaseNotes>Run tests and code coverage and consume the results and the report</releaseNotes>
14+
<copyright>Copyright © 2021</copyright>
15+
<tags>utPLSQL</tags>
1616
</metadata>
17+
<files>
18+
<file src="blue-icon-transparent.png" target="images\" />
19+
</files>
1720
</package>

0 commit comments

Comments
 (0)
0