Skip to content

Commit

Permalink
Set version to 1.3.1, CoreVersion dependency to DNN 7.4.0,
Browse files Browse the repository at this point in the history
update release notes
  • Loading branch information
roman-yagodin committed Oct 14, 2015
1 parent b34f310 commit 9420247
Show file tree
Hide file tree
Showing 18 changed files with 42 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Packaging/Packaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Packaging</RootNamespace>
<AssemblyName>Packaging</AssemblyName>
<ReleaseVersion>1.3.0</ReleaseVersion>
<ReleaseVersion>1.3.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion R7.University.Division/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0.*")]
[assembly: AssemblyVersion ("1.3.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)]
Expand Down
2 changes: 1 addition & 1 deletion R7.University.Division/R7.University.Division.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyName>R7.University.Division</AssemblyName>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ReleaseVersion>1.3.0</ReleaseVersion>
<ReleaseVersion>1.3.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion R7.University.DivisionDirectory/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1.*")]
[assembly: AssemblyVersion("1.3.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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<OutputType>Library</OutputType>
<RootNamespace>R7.University.DivisionDirectory</RootNamespace>
<AssemblyName>R7.University.DivisionDirectory</AssemblyName>
<ReleaseVersion>1.3.0</ReleaseVersion>
<ReleaseVersion>1.3.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion R7.University.Employee/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.*")]
[assembly: AssemblyVersion ("1.3.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)]
Expand Down
2 changes: 1 addition & 1 deletion R7.University.Employee/R7.University.Employee.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<OutputType>Library</OutputType>
<RootNamespace>R7.University.Employee</RootNamespace>
<AssemblyName>R7.University.Employee</AssemblyName>
<ReleaseVersion>1.3.0</ReleaseVersion>
<ReleaseVersion>1.3.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion R7.University.EmployeeDirectory/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1.*")]
[assembly: AssemblyVersion("1.3.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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<OutputType>Library</OutputType>
<RootNamespace>R7.University.EmployeeDirectory</RootNamespace>
<AssemblyName>R7.University.EmployeeDirectory</AssemblyName>
<ReleaseVersion>1.3.0</ReleaseVersion>
<ReleaseVersion>1.3.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion R7.University.EmployeeList/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.*")]
[assembly: AssemblyVersion ("1.3.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)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<OutputType>Library</OutputType>
<RootNamespace>R7.University.EmployeeList</RootNamespace>
<AssemblyName>R7.University.EmployeeList</AssemblyName>
<ReleaseVersion>1.3.0</ReleaseVersion>
<ReleaseVersion>1.3.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion R7.University.Launchpad/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.*")]
[assembly: AssemblyVersion ("1.3.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)]
Expand Down
2 changes: 1 addition & 1 deletion R7.University.Launchpad/R7.University.Launchpad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<OutputType>Library</OutputType>
<RootNamespace>R7.University.Launchpad</RootNamespace>
<AssemblyName>R7.University.Launchpad</AssemblyName>
<ReleaseVersion>1.3.0</ReleaseVersion>
<ReleaseVersion>1.3.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion R7.University.sln
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ Global
$0.XmlFormattingPolicy = $14
$14.inheritsSet = null
$14.scope = application/x-msbuild
version = 1.3.0
version = 1.3.1
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion R7.University/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.*")]
[assembly: AssemblyVersion ("1.3.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)]
Expand Down
4 changes: 2 additions & 2 deletions R7.University/R7.University.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>R7.University</RootNamespace>
<AssemblyName>R7.University</AssemblyName>
<ReleaseVersion>1.3.0</ReleaseVersion>
<ReleaseVersion>1.3.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -121,7 +121,7 @@
<None Include="SqlDataProvider\01.02.01.SqlDataProvider" />
<None Include="SqlDataProvider\01.02.00.SqlDataProvider" />
<None Include="SqlDataProvider\01.03.00.SqlDataProvider" />
<None Include="SqlDataProvider\01.03.01.SqlDataProvider" />
<None Include="SqlDataProvider\01.04.00.SqlDataProvider" />
</ItemGroup>
<ItemGroup>
<Content Include="css\admin.css" />
Expand Down
34 changes: 17 additions & 17 deletions R7.University/R7.University.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="R7.University" type="Library" version="01.03.00">
<package name="R7.University" type="Library" version="01.03.01">
<friendlyName>R7.University</friendlyName>
<description>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.</description>
<owner>
Expand All @@ -12,7 +12,7 @@
<license src="License.txt" />
<releaseNotes src="ReleaseNotes.txt" />
<dependencies>
<dependency type="CoreVersion">07.01.02</dependency>
<dependency type="CoreVersion">07.04.00</dependency>
<!-- <dependency type="type">AjaxControlToolkit.ComboBox</dependency> -->
</dependencies>
<components>
Expand Down Expand Up @@ -81,7 +81,7 @@
</script>
<script type="UnInstall">
<name>SqlDataProvider\Uninstall.SqlDataProvider</name>
<version>01.03.00</version>
<version>01.03.01</version>
</script>
</scripts>
</component>
Expand Down Expand Up @@ -113,7 +113,7 @@
</component>
</components>
</package>
<package name="R7.University.Launchpad" type="Module" version="01.03.00">
<package name="R7.University.Launchpad" type="Module" version="01.03.01">
<friendlyName>R7.University.Launchpad</friendlyName>
<description>This is a simple module to display some records from database table.</description>
<owner>
Expand All @@ -125,7 +125,7 @@
<license src="License.txt" />
<releaseNotes src="ReleaseNotes.txt" />
<dependencies>
<dependency type="CoreVersion">07.01.02</dependency>
<dependency type="CoreVersion">07.04.00</dependency>
</dependencies>
<components>
<component type="Module">
Expand Down Expand Up @@ -273,7 +273,7 @@
</component>
</components>
</package>
<package name="R7.University.Employee" type="Module" version="01.03.00">
<package name="R7.University.Employee" type="Module" version="01.03.01">
<friendlyName>_Employee</friendlyName>
<description>This is a module to display information about single employee.</description>
<owner>
Expand All @@ -285,7 +285,7 @@
<license src="License.txt" />
<releaseNotes src="ReleaseNotes.txt" />
<dependencies>
<dependency type="CoreVersion">07.01.02</dependency>
<dependency type="CoreVersion">07.04.00</dependency>
</dependencies>
<components>
<component type="Module">
Expand Down Expand Up @@ -377,7 +377,7 @@
</component>
</components>
</package>
<package name="R7.University.EmployeeDetails" type="Module" version="01.03.00">
<package name="R7.University.EmployeeDetails" type="Module" version="01.03.01">
<friendlyName>_EmployeeDetails</friendlyName>
<description>This is a module to display detailed information about single employee.</description>
<owner>
Expand All @@ -389,7 +389,7 @@
<license src="License.txt" />
<releaseNotes src="ReleaseNotes.txt" />
<dependencies>
<dependency type="CoreVersion">07.01.02</dependency>
<dependency type="CoreVersion">07.04.00</dependency>
</dependencies>
<components>
<component type="Module">
Expand Down Expand Up @@ -461,7 +461,7 @@
</component>
</components>
</package>
<package name="R7.University.EmployeeList" type="Module" version="01.03.00">
<package name="R7.University.EmployeeList" type="Module" version="01.03.01">
<friendlyName>_EmployeeList</friendlyName>
<description>This is a simple module to display a list of employees.</description>
<owner>
Expand All @@ -473,7 +473,7 @@
<license src="License.txt" />
<releaseNotes src="ReleaseNotes.txt" />
<dependencies>
<dependency type="CoreVersion">07.01.02</dependency>
<dependency type="CoreVersion">07.04.00</dependency>
</dependencies>
<components>
<component type="Module">
Expand Down Expand Up @@ -554,7 +554,7 @@
</component>
</components>
</package>
<package name="R7.University.Division" type="Module" version="01.03.00">
<package name="R7.University.Division" type="Module" version="01.03.01">
<friendlyName>_Division</friendlyName>
<description>This is a module to display information about single division.</description>
<owner>
Expand All @@ -566,7 +566,7 @@
<license src="License.txt" />
<releaseNotes src="ReleaseNotes.txt" />
<dependencies>
<dependency type="CoreVersion">07.01.02</dependency>
<dependency type="CoreVersion">07.04.00</dependency>
</dependencies>
<components>
<component type="Module">
Expand Down Expand Up @@ -647,7 +647,7 @@
</component>
</components>
</package>
<package name="R7.University.EmployeeDirectory" type="Module" version="01.03.00">
<package name="R7.University.EmployeeDirectory" type="Module" version="01.03.01">
<friendlyName>R7.University.EmployeeDirectory</friendlyName>
<description>This is a module to display information about employees.</description>
<owner>
Expand All @@ -659,7 +659,7 @@
<license src="License.txt" />
<releaseNotes src="ReleaseNotes.txt" />
<dependencies>
<dependency type="CoreVersion">07.01.02</dependency>
<dependency type="CoreVersion">07.04.00</dependency>
</dependencies>
<components>
<component type="Module">
Expand Down Expand Up @@ -740,7 +740,7 @@
</component>
</components>
</package>
<package name="R7.University.DivisionDirectory" type="Module" version="01.03.00">
<package name="R7.University.DivisionDirectory" type="Module" version="01.03.01">
<friendlyName>R7.University.DivisionDirectory</friendlyName>
<description>This is a module to display information about employees.</description>
<owner>
Expand All @@ -752,7 +752,7 @@
<license src="License.txt" />
<releaseNotes src="ReleaseNotes.txt" />
<dependencies>
<dependency type="CoreVersion">07.01.02</dependency>
<dependency type="CoreVersion">07.04.00</dependency>
</dependencies>
<components>
<component type="Module">
Expand Down
9 changes: 8 additions & 1 deletion R7.University/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<h3>Version 1.3.0</h3>
<h3>Version 1.3.1</h3>
<ul>
<li>Fix #77: EditEmployee: crash when opening in DNN 7.4.2.</li>
<li>Update uninstall script to drop tables and views added in 1.3.0.</li>
<li>Set library and module CoreVersion dependency to DNN 7.4.0.</li>
</ul>

<h3>Version 1.3.0</h3>
<p><strong>Important change:</strong> Educational programs and educational profiles were separated.
Install script perform DB schema change and also safely move data between new tables.</p>
<p><strong>Before upgrade:</strong> Make sure, what University_EduProgram table don't have any records
Expand Down

0 comments on commit 9420247

Please sign in to comment.