Skip to content

Commit

Permalink
New build and package
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed Dec 7, 2015
1 parent b1bfea6 commit 1da1c68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 1da1c68

Please sign in to comment.