From a66319a28eec14adb75a0f910e091afc23814c68 Mon Sep 17 00:00:00 2001 From: roman-yagodin Date: Tue, 3 Nov 2015 13:06:11 +0300 Subject: [PATCH] Set version to 1.5.1, update release notes --- Packaging/Packaging.csproj | 2 +- R7.University.Division/AssemblyInfo.cs | 2 +- .../R7.University.Division.csproj | 2 +- .../AssemblyInfo.cs | 2 +- .../R7.University.DivisionDirectory.csproj | 2 +- R7.University.Employee/AssemblyInfo.cs | 2 +- .../R7.University.Employee.csproj | 2 +- .../AssemblyInfo.cs | 2 +- .../R7.University.EmployeeDirectory.csproj | 2 +- R7.University.EmployeeList/AssemblyInfo.cs | 2 +- .../R7.University.EmployeeList.csproj | 2 +- R7.University.Launchpad/AssemblyInfo.cs | 2 +- .../R7.University.Launchpad.csproj | 2 +- R7.University.sln | 2 +- R7.University/AssemblyInfo.cs | 2 +- R7.University/R7.University.csproj | 2 +- R7.University/R7.University.dnn | 18 +++++++++--------- R7.University/ReleaseNotes.txt | 7 ++++++- 18 files changed, 31 insertions(+), 26 deletions(-) diff --git a/Packaging/Packaging.csproj b/Packaging/Packaging.csproj index 919c83a2..061d556b 100644 --- a/Packaging/Packaging.csproj +++ b/Packaging/Packaging.csproj @@ -9,7 +9,7 @@ Library Packaging Packaging - 1.5.0 + 1.5.1 true diff --git a/R7.University.Division/AssemblyInfo.cs b/R7.University.Division/AssemblyInfo.cs index 82610cd1..ab23c168 100644 --- a/R7.University.Division/AssemblyInfo.cs +++ b/R7.University.Division/AssemblyInfo.cs @@ -39,7 +39,7 @@ // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("1.5.0.*")] +[assembly: AssemblyVersion ("1.5.1.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. //[assembly: AssemblyDelaySign(false)] diff --git a/R7.University.Division/R7.University.Division.csproj b/R7.University.Division/R7.University.Division.csproj index 9b4c2476..716d0fd9 100644 --- a/R7.University.Division/R7.University.Division.csproj +++ b/R7.University.Division/R7.University.Division.csproj @@ -10,7 +10,7 @@ R7.University.Division 8.0.30703 2.0 - 1.5.0 + 1.5.1 v4.5 diff --git a/R7.University.DivisionDirectory/AssemblyInfo.cs b/R7.University.DivisionDirectory/AssemblyInfo.cs index 13a98890..ae2906f7 100644 --- a/R7.University.DivisionDirectory/AssemblyInfo.cs +++ b/R7.University.DivisionDirectory/AssemblyInfo.cs @@ -42,7 +42,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.5.0.*")] +[assembly: AssemblyVersion("1.5.1.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/R7.University.DivisionDirectory/R7.University.DivisionDirectory.csproj b/R7.University.DivisionDirectory/R7.University.DivisionDirectory.csproj index e6a8a43f..c2ae9e5c 100644 --- a/R7.University.DivisionDirectory/R7.University.DivisionDirectory.csproj +++ b/R7.University.DivisionDirectory/R7.University.DivisionDirectory.csproj @@ -10,7 +10,7 @@ Library R7.University.DivisionDirectory R7.University.DivisionDirectory - 1.5.0 + 1.5.1 v4.5 diff --git a/R7.University.Employee/AssemblyInfo.cs b/R7.University.Employee/AssemblyInfo.cs index 6dc12322..540005f0 100644 --- a/R7.University.Employee/AssemblyInfo.cs +++ b/R7.University.Employee/AssemblyInfo.cs @@ -14,7 +14,7 @@ // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("1.3.1.*")] +[assembly: AssemblyVersion ("1.5.1.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. //[assembly: AssemblyDelaySign(false)] diff --git a/R7.University.Employee/R7.University.Employee.csproj b/R7.University.Employee/R7.University.Employee.csproj index 1fc417b6..de58f2e8 100644 --- a/R7.University.Employee/R7.University.Employee.csproj +++ b/R7.University.Employee/R7.University.Employee.csproj @@ -10,7 +10,7 @@ Library R7.University.Employee R7.University.Employee - 1.5.0 + 1.5.1 v4.5 diff --git a/R7.University.EmployeeDirectory/AssemblyInfo.cs b/R7.University.EmployeeDirectory/AssemblyInfo.cs index 648a3ddb..ed7601cc 100644 --- a/R7.University.EmployeeDirectory/AssemblyInfo.cs +++ b/R7.University.EmployeeDirectory/AssemblyInfo.cs @@ -42,7 +42,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.5.0.*")] +[assembly: AssemblyVersion("1.5.1.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/R7.University.EmployeeDirectory/R7.University.EmployeeDirectory.csproj b/R7.University.EmployeeDirectory/R7.University.EmployeeDirectory.csproj index 2801481e..d1fa28c1 100644 --- a/R7.University.EmployeeDirectory/R7.University.EmployeeDirectory.csproj +++ b/R7.University.EmployeeDirectory/R7.University.EmployeeDirectory.csproj @@ -10,7 +10,7 @@ Library R7.University.EmployeeDirectory R7.University.EmployeeDirectory - 1.5.0 + 1.5.1 v4.5 diff --git a/R7.University.EmployeeList/AssemblyInfo.cs b/R7.University.EmployeeList/AssemblyInfo.cs index a2410ea7..8dc313ec 100644 --- a/R7.University.EmployeeList/AssemblyInfo.cs +++ b/R7.University.EmployeeList/AssemblyInfo.cs @@ -14,7 +14,7 @@ // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("1.5.0.*")] +[assembly: AssemblyVersion ("1.5.1.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. //[assembly: AssemblyDelaySign(false)] diff --git a/R7.University.EmployeeList/R7.University.EmployeeList.csproj b/R7.University.EmployeeList/R7.University.EmployeeList.csproj index 2e90acb3..cbb09b1e 100644 --- a/R7.University.EmployeeList/R7.University.EmployeeList.csproj +++ b/R7.University.EmployeeList/R7.University.EmployeeList.csproj @@ -10,7 +10,7 @@ Library R7.University.EmployeeList R7.University.EmployeeList - 1.5.0 + 1.5.1 v4.5 diff --git a/R7.University.Launchpad/AssemblyInfo.cs b/R7.University.Launchpad/AssemblyInfo.cs index 997bf851..dc70d416 100644 --- a/R7.University.Launchpad/AssemblyInfo.cs +++ b/R7.University.Launchpad/AssemblyInfo.cs @@ -14,7 +14,7 @@ // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("1.5.0.*")] +[assembly: AssemblyVersion ("1.5.1.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. //[assembly: AssemblyDelaySign(false)] diff --git a/R7.University.Launchpad/R7.University.Launchpad.csproj b/R7.University.Launchpad/R7.University.Launchpad.csproj index ef1c25bc..bf84ad50 100644 --- a/R7.University.Launchpad/R7.University.Launchpad.csproj +++ b/R7.University.Launchpad/R7.University.Launchpad.csproj @@ -10,7 +10,7 @@ Library R7.University.Launchpad R7.University.Launchpad - 1.5.0 + 1.5.1 v4.5 diff --git a/R7.University.sln b/R7.University.sln index 6bfbf37f..e17e75a6 100644 --- a/R7.University.sln +++ b/R7.University.sln @@ -139,6 +139,6 @@ Global $0.XmlFormattingPolicy = $14 $14.inheritsSet = null $14.scope = application/x-msbuild - version = 1.5.0 + version = 1.5.1 EndGlobalSection EndGlobal diff --git a/R7.University/AssemblyInfo.cs b/R7.University/AssemblyInfo.cs index a9e5b600..713852dc 100644 --- a/R7.University/AssemblyInfo.cs +++ b/R7.University/AssemblyInfo.cs @@ -14,7 +14,7 @@ // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("1.5.0.*")] +[assembly: AssemblyVersion ("1.5.1.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. //[assembly: AssemblyDelaySign(false)] diff --git a/R7.University/R7.University.csproj b/R7.University/R7.University.csproj index 73bbeba6..38710af5 100644 --- a/R7.University/R7.University.csproj +++ b/R7.University/R7.University.csproj @@ -9,7 +9,7 @@ Library R7.University R7.University - 1.5.0 + 1.5.1 v4.5 diff --git a/R7.University/R7.University.dnn b/R7.University/R7.University.dnn index a32aad3e..c1d4266b 100644 --- a/R7.University/R7.University.dnn +++ b/R7.University/R7.University.dnn @@ -1,6 +1,6 @@  - + R7.University This is a common library for all R7.University modules. By installing this package, you also install all available R7.University modules, such as Launchpad, Division, Employee, EmployeeList, etc. @@ -89,7 +89,7 @@ @@ -130,7 +130,7 @@ - + R7.University.Launchpad This is a simple module to display some records from database table. @@ -303,7 +303,7 @@ - + _Employee This is a module to display information about single employee. @@ -407,7 +407,7 @@ - + _EmployeeDetails This is a module to display detailed information about single employee. @@ -491,7 +491,7 @@ - + _EmployeeList This is a simple module to display a list of employees. @@ -584,7 +584,7 @@ - + _Division This is a module to display information about single division. @@ -677,7 +677,7 @@ - + R7.University.EmployeeDirectory This is a module to display information about employees. @@ -770,7 +770,7 @@ - + R7.University.DivisionDirectory This is a module to display information about employees. diff --git a/R7.University/ReleaseNotes.txt b/R7.University/ReleaseNotes.txt index 8167809e..1afed19f 100644 --- a/R7.University/ReleaseNotes.txt +++ b/R7.University/ReleaseNotes.txt @@ -1,4 +1,9 @@ -

Version 1.5.0

+

Version 1.5.1

+
    +
  • Fix null reference exception then accessing empty viewstate.
  • +
+ +

Version 1.5.0

Main goal: Enhance DivisionDirectory module obrnadzor.gov.ru mode.

  • Add ability loose-link divisions and head employees by specifying required position.