Browse Source

Merge remote-tracking branch 'origin/dev' into rel/3.0-beta

Sebastien Ros 4 years ago
parent
commit
dac3667237
2 changed files with 3 additions and 3 deletions
  1. 1 1
      Jint/Jint.csproj
  2. 2 2
      README.md

+ 1 - 1
Jint/Jint.csproj

@@ -7,6 +7,6 @@
     <LangVersion>latest</LangVersion>
     <LangVersion>latest</LangVersion>
   </PropertyGroup>
   </PropertyGroup>
   <ItemGroup>
   <ItemGroup>
-    <PackageReference Include="Esprima" Version="2.0.0-beta-1310" />
+    <PackageReference Include="Esprima" Version="2.0.0-beta-1328" />
   </ItemGroup>
   </ItemGroup>
 </Project>
 </Project>

+ 2 - 2
README.md

@@ -301,7 +301,7 @@ Continuous Integration kindly provided by  [AppVeyor](https://www.appveyor.com)
 ### Branches and releases
 ### Branches and releases
 
 
 - The recommended branch is __dev__, any PR should target this branch
 - The recommended branch is __dev__, any PR should target this branch
-- The __dev__ branch is automatically built and published on [Myget](https://www.myget.org/feed/Packages/jint)
+- The __dev__ branch is automatically built and published on [Myget](https://www.myget.org/feed/Packages/jint). Add this feed to your NuGet sources to use it: https://www.myget.org/F/jint/api/v3/index.json
 - The __dev__ branch is occasionally merged to __master__ and published on [NuGet](https://www.nuget.org/packages/jint)
 - The __dev__ branch is occasionally merged to __master__ and published on [NuGet](https://www.nuget.org/packages/jint)
 - The 3.x releases have more features (from es6) and is faster than the 2.x ones. They run the same test suite so they are as reliable. For instance [RavenDB](https://github.com/ravendb/ravendb) is using the 3.x version.
 - The 3.x releases have more features (from es6) and is faster than the 2.x ones. They run the same test suite so they are as reliable. For instance [RavenDB](https://github.com/ravendb/ravendb) is using the 3.x version.
-- The 3.x versions are marked as _beta_ as they might get breaking changes while es6 features are added. 
+- The 3.x versions are marked as _beta_ as they might get breaking changes while es6 features are added.