Skip to content

Commit

Permalink
Merge branch 'dnduffy/VersionUpdate' into dnduffy/FixBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
dnduffy committed Dec 9, 2016
2 parents b2815de + d6c78fc commit 26b6891
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.ApplicationInsights.AspNetCore/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"summary": "Application Insights for ASP.NET Core web applications.",
"description": "Application Insights for ASP.NET Core web applications. See https://azure.microsoft.com/en-us/documentation/articles/app-insights-asp-net-five/ for more information. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156",
"authors": [ "Microsoft" ],
"version": "1.0.3-beta1",
"version": "2.0.0-beta1",
"copyright": "Copyright © Microsoft. All Rights Reserved.",
"packOptions": {
"projectUrl": "http://go.microsoft.com/fwlink/?LinkId=392727",
Expand Down
2 changes: 1 addition & 1 deletion test/EmptyApp.FunctionalTests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "2.0.0",
"webroot": "wwwroot",
"buildOptions": {
"keyFile": "../../keys/35MSSharedLib1024.snk",
Expand Down
2 changes: 1 addition & 1 deletion test/MVCFramework45.FunctionalTests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "2.0.0",
"userSecretsId": "aspnet-MVCFramework45.FunctionalTests-60cfc765-2dc9-454c-bb34-dc379ed92cd0",
"buildOptions": {
"keyFile": "../../keys/35MSSharedLib1024.snk",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "2.0.0",
"buildOptions": {
"keyFile": "../../keys/35MSSharedLib1024.snk",
"delaySign": true,
Expand Down
2 changes: 1 addition & 1 deletion test/WebApiShimFw46.FunctionalTests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "2.0.0",
"webroot": "wwwroot",
"buildOptions": {
"keyFile": "../../keys/35MSSharedLib1024.snk",
Expand Down

0 comments on commit 26b6891

Please sign in to comment.