Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayx239 committed Oct 14, 2019
1 parent 5aa7844 commit 916f2d4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
8 changes: 4 additions & 4 deletions BrowseSharp.Common/BrowseSharp.Common.csproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.1.1-beta</Version>
<Version>0.1.1</Version>
<Title>BrowseSharp.Common</Title>
<Description>The common library shared between BrowseSharp projects. This project contains all of the non-browser related models used in BrowseSharp.</Description>
<Copyright>Copyright (c) 2019 Jason Gallagher</Copyright>
Expand All @@ -12,12 +12,12 @@
<RepositoryUrl>https://github.com/Jayx239/BrowseSharp</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>Headless Browser Javascript HTML Parser Web RestSharp AngleSharp Jint Type Deserialization API Testing Security Automation Bot Thread Safe Common</PackageTags>
<PackageReleaseNotes>Updated AngleSharp package to latest stable</PackageReleaseNotes>
<PackageReleaseNotes>Package release for BrowseSharp 0.1.1</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Jason Gallagher</Authors>
<Company>Jason Gallagher</Company>
<AssemblyVersion>0.1.1.1</AssemblyVersion>
<FileVersion>0.1.1.1</FileVersion>
<AssemblyVersion>0.1.1.2</AssemblyVersion>
<FileVersion>0.1.1.2</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
19 changes: 14 additions & 5 deletions BrowseSharp/BrowseSharp.csproj
Expand Up @@ -5,17 +5,26 @@
<Authors>Jason Gallagher</Authors>
<Description>A headless browser supporting web navigation, html parsing, css style parsing, and javascript parsing/execution.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>0.1.1.1</AssemblyVersion>
<FileVersion>0.1.1.1</FileVersion>
<Version>0.1.1-beta</Version>
<AssemblyVersion>0.1.1.2</AssemblyVersion>
<FileVersion>0.1.1.2</FileVersion>
<Version>0.1.1</Version>
<PackageLicenseUrl></PackageLicenseUrl>
<Copyright>Copyright (c) 2019 Jason Gallagher</Copyright>
<PackageProjectUrl>https://www.browsesharp.org/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Jayx239/BrowseSharp</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>Headless Browser Javascript HTML Parser Web RestSharp AngleSharp Jint Type Deserialization API Testing Security Automation Bot Thread Safe</PackageTags>
<Company>Jason Gallagher</Company>
<PackageReleaseNotes>Updated AngleSharp package to latest stable</PackageReleaseNotes>
<PackageReleaseNotes>Warning: This is a breaking change, upgrading from 0.0.8 will require existing projects to update their namespace references.
Note: This package now uses BrowseSharp.Common (See https://www.nuget.org/packages/BrowseSharp.Common/0.1.1).
* Moved types into the new BrowseSharp.Common namespace
* Made execute methods internal only:
- Execute
- ExecuteAsGet
- ExecuteAsPost
- ExecuteTaskAsync
- ExecuteGetTaskAsync
- ExecutePostTaskAsync</PackageReleaseNotes>
<NeutralLanguage />
<PackageIconUrl>https://raw.githubusercontent.com/Jayx239/BrowseSharp/master/BrowseSharp.png</PackageIconUrl>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
Expand All @@ -29,7 +38,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AngleSharp" Version="0.13.0" />
<PackageReference Include="BrowseSharp.Common" Version="0.1.1-beta" />
<PackageReference Include="BrowseSharp.Common" Version="0.1.1" />
<PackageReference Include="Jint" Version="3.0.0-beta-1525" />
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
<PackageReference Include="RestSharp" Version="106.6.7" />
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Jason Gallagher
Copyright (c) 2019 Jason Gallagher

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 916f2d4

Please sign in to comment.