From 1da1c68c9d4003e157b6205828b27546fb68fa5d Mon Sep 17 00:00:00 2001 From: Peter Donker Date: Mon, 7 Dec 2015 12:59:25 +0100 Subject: [PATCH] New build and package --- Properties/AssemblyInfo.cs | 4 ++-- package.json | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index cf09c7a..60eec91 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("01.00.00")] -[assembly: AssemblyFileVersion("01.00.00")] +[assembly: AssemblyVersion("01.00.02")] +[assembly: AssemblyFileVersion("01.00.02")] diff --git a/package.json b/package.json index 4cb4245..de6f20e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "map", - "version": "01.00.00", + "version": "01.00.02", "description": "Demo module used at DNN Connect 2015", "dnnModule": { "fullName": "Connect.Map", @@ -29,7 +29,13 @@ "obj", "_Packages", "_Installation" - ] + ], + "jsLibraries": [{ + "name": "react", + "devUrl": "~/DesktopModules/Connect/Map/bower_components/react/react.min.js", + "CDNPath": "https://cdnjs.cloudflare.com/ajax/libs/react/[version]/react.min.js", + "objectName": "React" + }] }, "main": "index.js", "scripts": {