From bda3290e67bc845c3cd1fa18a1370ddd9c3ea592 Mon Sep 17 00:00:00 2001 From: roman-yagodin Date: Wed, 15 May 2019 10:30:17 +0400 Subject: [PATCH] Bump version --- Deploy/Deploy.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../R7.University.Controls.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../R7.University.Divisions.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../R7.University.EduProgramProfiles.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../R7.University.EduPrograms.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../R7.University.Employees.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../R7.University.Launchpad.csproj | 2 +- .../R7.University.Tests.csproj | 2 +- R7.University.sln | 2 +- R7.University/Properties/AssemblyInfo.cs | 4 +-- R7.University/R7.University.csproj | 2 +- R7.University/R7.University.dnn | 30 +++++++++---------- 18 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Deploy/Deploy.csproj b/Deploy/Deploy.csproj index 41083bba..a6bc4137 100644 --- a/Deploy/Deploy.csproj +++ b/Deploy/Deploy.csproj @@ -10,7 +10,7 @@ Deploy Deploy v4.5.1 - 2.2 + 2.2.1 true diff --git a/R7.University.Controls/Properties/AssemblyInfo.cs b/R7.University.Controls/Properties/AssemblyInfo.cs index b04470cf..f0581cf4 100644 --- a/R7.University.Controls/Properties/AssemblyInfo.cs +++ b/R7.University.Controls/Properties/AssemblyInfo.cs @@ -13,7 +13,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("2.2.0.*")] +[assembly: AssemblyVersion("2.2.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.Controls/R7.University.Controls.csproj b/R7.University.Controls/R7.University.Controls.csproj index 2a7c3f5f..df30a078 100644 --- a/R7.University.Controls/R7.University.Controls.csproj +++ b/R7.University.Controls/R7.University.Controls.csproj @@ -10,7 +10,7 @@ R7.University.Controls R7.University.Controls v4.5.1 - 2.2 + 2.2.1 true diff --git a/R7.University.Divisions/Properties/AssemblyInfo.cs b/R7.University.Divisions/Properties/AssemblyInfo.cs index 796e08c9..b1185ed0 100644 --- a/R7.University.Divisions/Properties/AssemblyInfo.cs +++ b/R7.University.Divisions/Properties/AssemblyInfo.cs @@ -13,7 +13,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("2.2.0.*")] +[assembly: AssemblyVersion("2.2.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.Divisions/R7.University.Divisions.csproj b/R7.University.Divisions/R7.University.Divisions.csproj index 3738c344..fde69dde 100644 --- a/R7.University.Divisions/R7.University.Divisions.csproj +++ b/R7.University.Divisions/R7.University.Divisions.csproj @@ -10,7 +10,7 @@ R7.University.Divisions 8.0.30703 2.0 - 2.2 + 2.2.1 v4.5.1 diff --git a/R7.University.EduProgramProfiles/Properties/AssemblyInfo.cs b/R7.University.EduProgramProfiles/Properties/AssemblyInfo.cs index 89e99505..ef0970c7 100644 --- a/R7.University.EduProgramProfiles/Properties/AssemblyInfo.cs +++ b/R7.University.EduProgramProfiles/Properties/AssemblyInfo.cs @@ -13,7 +13,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("2.2.0.*")] +[assembly: AssemblyVersion("2.2.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.EduProgramProfiles/R7.University.EduProgramProfiles.csproj b/R7.University.EduProgramProfiles/R7.University.EduProgramProfiles.csproj index 91f64d18..c43157f4 100644 --- a/R7.University.EduProgramProfiles/R7.University.EduProgramProfiles.csproj +++ b/R7.University.EduProgramProfiles/R7.University.EduProgramProfiles.csproj @@ -9,7 +9,7 @@ Library R7.University.EduProgramProfiles R7.University.EduProgramProfiles - 2.2 + 2.2.1 v4.5.1 diff --git a/R7.University.EduPrograms/Properties/AssemblyInfo.cs b/R7.University.EduPrograms/Properties/AssemblyInfo.cs index c5eeea58..af20abc2 100644 --- a/R7.University.EduPrograms/Properties/AssemblyInfo.cs +++ b/R7.University.EduPrograms/Properties/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("2.2.0.*")] +[assembly: AssemblyVersion("2.2.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.EduPrograms/R7.University.EduPrograms.csproj b/R7.University.EduPrograms/R7.University.EduPrograms.csproj index 9663fc35..57477072 100644 --- a/R7.University.EduPrograms/R7.University.EduPrograms.csproj +++ b/R7.University.EduPrograms/R7.University.EduPrograms.csproj @@ -10,7 +10,7 @@ Library R7.University.EduPrograms R7.University.EduPrograms - 2.2 + 2.2.1 v4.5.1 diff --git a/R7.University.Employees/Properties/AssemblyInfo.cs b/R7.University.Employees/Properties/AssemblyInfo.cs index 78eeabf6..6d7760e6 100644 --- a/R7.University.Employees/Properties/AssemblyInfo.cs +++ b/R7.University.Employees/Properties/AssemblyInfo.cs @@ -13,7 +13,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("2.2.0.*")] +[assembly: AssemblyVersion("2.2.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.Employees/R7.University.Employees.csproj b/R7.University.Employees/R7.University.Employees.csproj index 45913809..4b20f750 100644 --- a/R7.University.Employees/R7.University.Employees.csproj +++ b/R7.University.Employees/R7.University.Employees.csproj @@ -9,7 +9,7 @@ Library R7.University.Employees R7.University.Employees - 2.2 + 2.2.1 v4.5.1 diff --git a/R7.University.Launchpad/Properties/AssemblyInfo.cs b/R7.University.Launchpad/Properties/AssemblyInfo.cs index 0c70b61a..d49c0388 100644 --- a/R7.University.Launchpad/Properties/AssemblyInfo.cs +++ b/R7.University.Launchpad/Properties/AssemblyInfo.cs @@ -13,7 +13,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("2.2.0.*")] +[assembly: AssemblyVersion("2.2.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 2c786281..e9d42eec 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 - 2.2 + 2.2.1 v4.5.1 diff --git a/R7.University.Tests/R7.University.Tests.csproj b/R7.University.Tests/R7.University.Tests.csproj index 4bbf8f01..b252ad80 100644 --- a/R7.University.Tests/R7.University.Tests.csproj +++ b/R7.University.Tests/R7.University.Tests.csproj @@ -11,7 +11,7 @@ R7.University.Tests R7.University.Tests v4.5.1 - 2.2 + 2.2.1 true diff --git a/R7.University.sln b/R7.University.sln index 88034bbf..b0a5d401 100644 --- a/R7.University.sln +++ b/R7.University.sln @@ -334,6 +334,6 @@ Global $52.inheritsSet = null $52.inheritsScope = text/plain $52.scope = text/x-cshtml - version = 2.2 + version = 2.2.1 EndGlobalSection EndGlobal diff --git a/R7.University/Properties/AssemblyInfo.cs b/R7.University/Properties/AssemblyInfo.cs index 1719007f..0141d6d2 100644 --- a/R7.University/Properties/AssemblyInfo.cs +++ b/R7.University/Properties/AssemblyInfo.cs @@ -13,8 +13,8 @@ // 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("2.2.0.*")] -[assembly: AssemblyInformationalVersion("2.2")] +[assembly: AssemblyVersion("2.2.1.*")] +[assembly: AssemblyInformationalVersion("2.2.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 32ff17b8..95cafea0 100644 --- a/R7.University/R7.University.csproj +++ b/R7.University/R7.University.csproj @@ -9,7 +9,7 @@ Library R7.University R7.University - 2.2 + 2.2.1 v4.5.1 diff --git a/R7.University/R7.University.dnn b/R7.University/R7.University.dnn index 8bd074c1..6433678c 100644 --- a/R7.University/R7.University.dnn +++ b/R7.University/R7.University.dnn @@ -1,6 +1,6 @@  - + R7.University This is a core library for all R7.University modules. By installing this package, you also install all available R7.University modules, such as Launchpad, Division*, Employee*, EduProgram*, etc. @@ -215,7 +215,7 @@ - + bin @@ -229,7 +229,7 @@ - + R7.University.Launchpad This is a simple module to display some records from database table. @@ -427,7 +427,7 @@ - + R7.University.Employee This is a module to display information about single employee. @@ -507,7 +507,7 @@ - + R7.University.EmployeeDetails This is a module to display detailed information about single employee. @@ -575,7 +575,7 @@ - + R7.University.EmployeeList This is a simple module to display a list of employees. @@ -665,7 +665,7 @@ - + R7.University.Division This is a module to display information about single division. @@ -733,7 +733,7 @@ - + R7.University.EmployeeDirectory This is a module to display information about employees. @@ -812,7 +812,7 @@ - + R7.University.DivisionDirectory This is a module to display information about divisions. @@ -902,7 +902,7 @@ - + R7.University.EduProgram This is a module to display information about single employee. @@ -1002,7 +1002,7 @@ - + R7.University.EduProgramDirectory This is a module to display information about educational programs. @@ -1103,7 +1103,7 @@ - + R7.University.ScienceDirectory This is a module to display science information for educational programs. @@ -1179,7 +1179,7 @@ - + R7.University.EduProgramProfileDirectory A module to display information about educational program profiles. @@ -1288,7 +1288,7 @@ - + R7.University.EduVolumeDirectory A module to display information about educational program profiles volume by years. @@ -1375,7 +1375,7 @@ - + R7.University.ContingentDirectory A module to display information about contingent.