File tree Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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" ) ]
Original file line number Diff line number Diff line change 54
54
<None Include =" realtime-report.xsd" >
55
55
<SubType >Designer</SubType >
56
56
</None >
57
+ <None Include =" utPLSQL.Api.nuspec" />
57
58
</ItemGroup >
58
59
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
59
60
</Project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<package >
3
3
<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 >
8
8
<requireLicenseAcceptance >false</requireLicenseAcceptance >
9
9
<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 >
16
16
</metadata >
17
+ <files >
18
+ <file src =" blue-icon-transparent.png" target =" images\" />
19
+ </files >
17
20
</package >
You can’t perform that action at this time.
0 commit comments