This repository was archived by the owner on Jan 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +46
-1
lines changed Expand file tree Collapse file tree 4 files changed +46
-1
lines changed Original file line number Diff line number Diff line change 12
12
[ assembly: AssemblyTitle ( "XmlAbstraction" ) ]
13
13
[ assembly: AssemblyDescription ( "" ) ]
14
14
[ assembly: AssemblyConfiguration ( "" ) ]
15
- [ assembly: AssemblyCompany ( "" ) ]
15
+ [ assembly: AssemblyCompany ( "AraHaan " ) ]
16
16
[ assembly: AssemblyProduct ( "XmlAbstraction" ) ]
17
17
[ assembly: AssemblyCopyright ( "Copyright © 2018" ) ]
18
18
[ assembly: AssemblyTrademark ( "" ) ]
38
38
// [assembly: AssemblyVersion("1.0.*")]
39
39
[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
40
40
[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
41
+ [ assembly: AssemblyInformationalVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 49
49
<Compile Include =" XmlObject.cs" />
50
50
</ItemGroup >
51
51
<ItemGroup >
52
+ <PackageReference Include =" NuGet.CommandLine" >
53
+ <Version >4.7.1</Version >
54
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
55
+ <PrivateAssets >all</PrivateAssets >
56
+ </PackageReference >
52
57
<PackageReference Include =" StyleCop.Analyzers" >
53
58
<Version >1.1.0-beta009</Version >
54
59
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package >
3
+ <metadata >
4
+ <id >$id$</id >
5
+ <version >$version$</version >
6
+ <title >XmlAbstraction</title >
7
+ <authors >AraHaan</authors >
8
+ <owners >AraHaan</owners >
9
+ <licenseUrl >https://github.com/AraHaan/XmlAbstraction/blob/master/LICENSE</licenseUrl >
10
+ <projectUrl >https://github.com/AraHaan/XmlAbstraction/</projectUrl >
11
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
12
+ <description >A library that contains a System.Xml and System.Xml.Linq abstraction class.</description >
13
+ <releaseNotes >Initial release.</releaseNotes >
14
+ <copyright >Copyright 2018</copyright >
15
+ <tags >XML</tags >
16
+ </metadata >
17
+ </package >
Original file line number Diff line number Diff line change
1
+ version : 1.0.0.0-alpha{build}
2
+ branches :
3
+ only :
4
+ - master
5
+ max_jobs : 15
6
+ image : Visual Studio 2017
7
+ configuration : Release
8
+ platform : Any CPU
9
+ build :
10
+ project : XmlAbstraction.sln
11
+ publish_nuget : true
12
+ publish_nuget_symbols : true
13
+ include_nuget_references : true
14
+ parallel : true
15
+ verbosity : minimal
16
+ test : off
17
+ deploy :
18
+ - provider : NuGet
19
+ api_key :
20
+ secure : w8jKLcMWVbTVBRRjl6k2eoRvajr5DpIB4XBhlEddCvx/9dSnDYbK5J0qXZXazE/E
21
+ on :
22
+ APPVEYOR_REPO_TAG : true
You can’t perform that action at this time.
0 commit comments