Skip to content

Commit

Permalink
Changed configuration to Relase|x64
Browse files Browse the repository at this point in the history
  • Loading branch information
nstevens1040 committed May 7, 2023
1 parent 4bb6f28 commit 4d32399
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion AngleSharp.DOMParser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>AngleSharp.DOMParser</id>
<version>1.0.9</version>
<version>1.1.0</version>
<title>AngleSharp.DOMParser</title>
<authors>nstevens1040</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
10 changes: 5 additions & 5 deletions AngleSharp.DOMParser/AngleSharp.DOMParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
<ProjectGuid>{7AED44B3-5147-4794-BA8B-BFDEC2A60AA5}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand All @@ -13,10 +13,10 @@
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<PackageTags>html;parser;parse;csharp;dom;powershell;document-object-model;dotnet-framework;windows-powershell;dotnet</PackageTags>
<AssemblyVersion>1.0.9</AssemblyVersion>
<FileVersion>1.0.9</FileVersion>
<AssemblyVersion>1.1.0</AssemblyVersion>
<FileVersion>1.1.0</FileVersion>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<Version>1.0.9</Version>
<Version>1.1.0</Version>
<Authors>nstevens1040</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion AngleSharp.DOMParser/AngleSharp.DOMParser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>AngleSharp.DOMParser</id>
<version>1.0.9</version>
<version>1.1.0</version>
<title>AngleSharp.DOMParser</title>
<authors>nstevens1040</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions AngleSharp.DOMParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.0.9.0")]
[assembly: AssemblyFileVersion("1.0.9.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.9
version: 1.1.0
image: Visual Studio 2022
skip_tags: true
before_build:
Expand All @@ -20,12 +20,12 @@ deploy:
api_key:
secure: 1fo4bhFuqGYKGzv2VK9P/beOi1S7DxBO+9Wg98pkKiOxNWPE/p4Fb9sPWk3qhLth
- provider: GitHub
tag: v1.0.9
release: v1.0.9 stable
tag: v1.1.0
release: v1.1.0 stable
description: 'Pushing latest AngleSharp.DOMParser binaries.'
auth_token:
secure: ElzOGqa44YRqwJ9jKgjBNDbPEmxb1Mg3I+0TxsPQg8OdUSOA8T8DwkwoKofTXMQT
artifact: AngleSharp.DOMParser.1.0.9.zip,AngleSharp.DOMParser-latest.nupkg
artifact: AngleSharp.DOMParser.1.1.0.zip,AngleSharp.DOMParser-latest.nupkg
draft: false
prerelease: false
artifacts:
Expand All @@ -34,5 +34,5 @@ artifacts:
type: File
after_build:
- ps: >-
refreshenv; . 7z.exe a "AngleSharp.DOMParser.1.0.9.zip" .\AngleSharp.DOMParser\bin\build\AngleSharp.DOMParser.dll; Push-AppveyorArtifact "$($PWD.Path)\AngleSharp.DOMParser.1.0.9.zip" -FileName "AngleSharp.DOMParser.1.0.9.zip"; if( @(get-childitem -Recurse -Path "$($ENV:TEMP)" ).Where({$_.Extension -eq ".nupkg" -and $_.Name -match "AngleSharp.DOMParser"}) ){ $nupkg = @(get-childitem -Recurse -Path "$($ENV:TEMP)" ).Where({$_.Extension -eq ".nupkg" -and $_.Name -match "AngleSharp.DOMParser"})[0]; Copy-Item $nupkg.FullName . ; Move-Item -LiteralPath "$($PWD.Path)\$($nupkg.Name)" -Destination "$($PWD.Path)\AngleSharp.DOMParser-latest.nupkg"; Push-AppveyorArtifact "$($PWD.Path)\AngleSharp.DOMParser-latest.nupkg" -FileName "AngleSharp.DOMParser-latest.nupkg" } else { write-host "nupkg not found!" -ForegroundColor Yellow }
refreshenv; . 7z.exe a "AngleSharp.DOMParser.1.1.0.zip" .\AngleSharp.DOMParser\bin\build\AngleSharp.DOMParser.dll; Push-AppveyorArtifact "$($PWD.Path)\AngleSharp.DOMParser.1.1.0.zip" -FileName "AngleSharp.DOMParser.1.1.0.zip"; if( @(get-childitem -Recurse -Path "$($ENV:TEMP)" ).Where({$_.Extension -eq ".nupkg" -and $_.Name -match "AngleSharp.DOMParser"}) ){ $nupkg = @(get-childitem -Recurse -Path "$($ENV:TEMP)" ).Where({$_.Extension -eq ".nupkg" -and $_.Name -match "AngleSharp.DOMParser"})[0]; Copy-Item $nupkg.FullName . ; Move-Item -LiteralPath "$($PWD.Path)\$($nupkg.Name)" -Destination "$($PWD.Path)\AngleSharp.DOMParser-latest.nupkg"; Push-AppveyorArtifact "$($PWD.Path)\AngleSharp.DOMParser-latest.nupkg" -FileName "AngleSharp.DOMParser-latest.nupkg" } else { write-host "nupkg not found!" -ForegroundColor Yellow }

0 comments on commit 4d32399

Please sign in to comment.