Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
--HG--
branch : issue/BTLR-54
  • Loading branch information
Albert Hajdu committed Apr 11, 2016
1 parent 1d9f486 commit 94add90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Readme.md
Expand Up @@ -42,8 +42,6 @@ This is because on the fly assembly redirection (see below) doesn't work for som

## Updating AI libraries

Application Insights NuGet packages are included in the Lib folder. If you want to update them just open the [Hosting - Azure Application Insights Packages](https://bitbucket.org/Lombiq/hosting-azure-application-insights-packages) project, update them there through NuGet and copy over the updated libraries (make sure to only copy necessary folder but leave out e.g. content, buid folder and libs for other platforms). Note that libraries, unlike how they are created by NuGet, should go into a subfolder whose name doesn't contain their version, to simplify updates. Make sure to apply any changes that are necessary to be made on the client code (like after API changes).

When assembly binding redirects are changed make sure to also edit `AssemblyRedirectSetupShellEventHandler` that mimicks such redirects instead of relying on the Web.config.

Note that since there is a 260 characters limit on paths on Windows, all unused library folders and files should be removed and folders shortened.
Expand Down

0 comments on commit 94add90

Please sign in to comment.