Skip to content

Commit

Permalink
Merge pull request #104 from UpendoVentures/Develop
Browse files Browse the repository at this point in the history
Release 01.01.01 Prep
  • Loading branch information
WillStrohl authored Feb 1, 2023
2 parents 2453cc4 + b38cf36 commit a9449dd
Show file tree
Hide file tree
Showing 25 changed files with 3,130 additions and 2,786 deletions.
8 changes: 4 additions & 4 deletions Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

<!-- Version Number -->
<PropertyGroup Condition=" '$(BUILD_NUMBER)' == '' ">
<Version>01.00.00</Version>
<FileVersion>01.00.00</FileVersion>
<InformationalVersion>01.00.00</InformationalVersion>
<Version>01.01.00</Version>
<FileVersion>01.01.00</FileVersion>
<InformationalVersion>01.01.00</InformationalVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(BUILD_NUMBER)' != '' ">
<!-- Build Server Number -->
<Version>01.00.00</Version>
<Version>01.01.00</Version>
<FileVersion>$(BUILD_NUMBER)</FileVersion>
<InformationalVersion>$(BUILD_NUMBER)</InformationalVersion>
</PropertyGroup>
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions Upendo.Modules.DnnPageManager/01.01.01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DesktopModules/Upendo.Modules.DnnPageManager/dist/main.js
DesktopModules/Upendo.Modules.DnnPageManager/dist/runtime.js
DesktopModules/Upendo.Modules.DnnPageManager/dist/polyfills.js
DesktopModules/Upendo.Modules.DnnPageManager/dist/styles.css
11 changes: 3 additions & 8 deletions Upendo.Modules.DnnPageManager/ClientApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "sass",
"assets": [
"src/favicon.ico",
"src/assets"
],
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"src/styles.sass",
"src/styles.css",
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
],
"scripts": []
Expand Down Expand Up @@ -95,10 +93,7 @@
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"inlineStyleLanguage": "sass",
"assets": [
"src/favicon.ico",
"src/assets"
],
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"src/styles.sass",
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
Expand Down
Loading

0 comments on commit a9449dd

Please sign in to comment.