Skip to content

Commit

Permalink
Packaging updates as TravisCI failed
Browse files Browse the repository at this point in the history
martinsmith1968 committed Dec 22, 2019
1 parent 9522022 commit c357660
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions DNX.Helpers.sln
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.DNX.Helpers", "Test.DN
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{35364FCB-E4C1-488F-B918-19EDE8CD1A5C}"
ProjectSection(SolutionItems) = preProject
DNX.Helpers\DNX.Helpers.nuspec = DNX.Helpers\DNX.Helpers.nuspec
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
6 changes: 3 additions & 3 deletions DNX.Helpers/DNX.Helpers.nuspec
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@
<package >
<metadata>
<id>DNX.Helpers</id>
<version>1.1.1.0</version>
<version>1.2.0.0</version>
<authors>Martin Smith</authors>
<owners>DNX Solutions Ltd</owners>
<!--
<!--
<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>
-->
-->
<projectUrl>https://github.com/martinsmith1968/DNX.Helpers</projectUrl>
<iconUrl>http://www.dnx-solutions.co.uk/favicon-32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
6 changes: 3 additions & 3 deletions Test.DNX.Helpers/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -31,6 +31,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyInformationalVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0.0")]

0 comments on commit c357660

Please sign in to comment.