Skip to content

Commit

Permalink
PMN-2022.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
PopMedNet-Team committed Mar 8, 2022
1 parent 0379219 commit 18eb7b9
Show file tree
Hide file tree
Showing 2,085 changed files with 873,887 additions and 9,731 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,16 @@ ASALocalRun/

# MFractors (Xamarin productivity tool) working folder
.mfractor/

# Kendo Licensing
kendo-ui-license
kendo-ui-license.cmd
kendo-ui-license.ps1
semver
semver.cmd
semver.ps1

# PopMedNet File Rules
/Lpp.Dns.Api/App_Data/**/*.*
!/Lpp.Dns.Api/App_Data/placeholder
/Lpp.Dns.Api/Scripts/*.js.map
Expand All @@ -340,6 +350,7 @@ ASALocalRun/
/Lpp.Dns.Portal/Content/FormValidation
/Lpp.Dns.Portal/Content/jqplot
/Lpp.Dns.Portal/js/**/*.js
/Lpp.Dns.Portal/**/*.js.map
/Lpp.Dns.Portal/Scripts/jquery
!/Lpp.Dns.Portal/Scripts/jquery/1.11.2
/Lpp.Dns.Portal/Scripts/jqplot/*.js
Expand Down Expand Up @@ -382,3 +393,4 @@ Lpp.Dns.Portal/Scripts/PmnGrid/PmnGrid.js
/DMCS/PopMedNet.DMCS/appsettings.Development.json
/PopMedNet.Hangfire.ServerManagement/ConnectionStrings.config
/Tests/PopMedNet.UITests/App.config
/DMCS/PopMedNet.DMCS.Tests/appsettings.json
8 changes: 4 additions & 4 deletions Build/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[assembly: AssemblyCompany("Harvard Pilgrim Health Care Institute")]
[assembly: AssemblyProduct("Distributed Network Solution")]
[assembly: AssemblyCopyright("Copyright © PopMedNet 2011-2021")]
[assembly: AssemblyCopyright("Copyright © PopMedNet 2011-2022")]
[assembly: ComVisible(false)]
//Please Also update The Click Once version under Lpp.Dns.DataMartClient Properties > publish > Version Number
[assembly: AssemblyVersion( /*<VERSION>*/ "7.3.0.0" /*</VERSION>*/ )]
[assembly: AssemblyFileVersion( /*<VERSION>*/ "7.3.0.0" /*</VERSION>*/ )]
[assembly: AssemblyInformationalVersion("2021.5")]
[assembly: AssemblyVersion( /*<VERSION>*/ "7.5.0.0" /*</VERSION>*/ )]
[assembly: AssemblyFileVersion( /*<VERSION>*/ "7.5.0.0" /*</VERSION>*/ )]
[assembly: AssemblyInformationalVersion("2022.1")]
8 changes: 4 additions & 4 deletions Build/DataMartClientCommonAssemlbyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[assembly: AssemblyCompany("Harvard Pilgrim Health Care Institute")]
[assembly: AssemblyProduct("Distributed Network Solution")]
[assembly: AssemblyCopyright("Copyright © PopMedNet 2011-2021")]
[assembly: AssemblyCopyright("Copyright © PopMedNet 2011-2022")]
[assembly: ComVisible(false)]
//Please Also update The Click Once version under Lpp.Dns.DataMartClient Properties > publish > Version Number
[assembly: AssemblyVersion( /*<VERSION>*/ "7.3.0.0" /*</VERSION>*/ )]
[assembly: AssemblyFileVersion( /*<VERSION>*/ "7.3.0.0" /*</VERSION>*/ )]
[assembly: AssemblyInformationalVersion("2021.5")]
[assembly: AssemblyVersion( /*<VERSION>*/ "7.5.0.0" /*</VERSION>*/ )]
[assembly: AssemblyFileVersion( /*<VERSION>*/ "7.5.0.0" /*</VERSION>*/ )]
[assembly: AssemblyInformationalVersion("2022.1")]
7 changes: 4 additions & 3 deletions Build/DomainManagerCommonAssemlbyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
using System.Runtime.InteropServices;

[assembly: AssemblyProduct("Distributed Network Solution")]
[assembly: AssemblyCopyright("Copyright © PopMedNet 2011-2021")]
[assembly: AssemblyCopyright("Copyright © PopMedNet 2011-2022")]
[assembly: ComVisible(false)]

[assembly: AssemblyVersion( /*<VERSION>*/ "7.3.0.*" /*</VERSION>*/ )]
[assembly: AssemblyVersion( /*<VERSION>*/ "7.5.0.*" /*</VERSION>*/ )]

//Need to keep the file private part equal to 3000 or above for RavenDB as Embedded usage in adapter packages.
[assembly: AssemblyFileVersion( /*<VERSION>*/ "7.3.0.3000" /*</VERSION>*/ )]
[assembly: AssemblyFileVersion( /*<VERSION>*/ "7.5.0.3000" /*</VERSION>*/ )]
[assembly: AssemblyInformationalVersion("2022.1")]
Binary file removed Build/TRXParser/HtmlAgilityPack.dll
Binary file not shown.

0 comments on commit 18eb7b9

Please sign in to comment.