Skip to content

Commit 516778e

Browse files
committed
Bump version
1 parent 9da5be9 commit 516778e

File tree

5 files changed

+188
-188
lines changed

5 files changed

+188
-188
lines changed

Deploy/Deploy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RootNamespace>Deploy</RootNamespace>
1212
<AssemblyName>Deploy</AssemblyName>
1313
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14-
<ReleaseVersion>1.11.2</ReleaseVersion>
14+
<ReleaseVersion>1.11.3</ReleaseVersion>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1717
<DebugSymbols>true</DebugSymbols>

R7.Documents.sln

Lines changed: 157 additions & 157 deletions
Original file line numberDiff line numberDiff line change
@@ -1,157 +1,157 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2012
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "R7.Documents", "R7.Documents\R7.Documents.csproj", "{CE24E9F1-305C-4801-97CF-28C255093F48}"
5-
EndProject
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deploy", "Deploy\Deploy.csproj", "{B89C0162-5810-47A9-A89D-2D507E93AD98}"
7-
EndProject
8-
Global
9-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|Any CPU = Debug|Any CPU
11-
Release|Any CPU = Release|Any CPU
12-
EndGlobalSection
13-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{CE24E9F1-305C-4801-97CF-28C255093F48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{CE24E9F1-305C-4801-97CF-28C255093F48}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{CE24E9F1-305C-4801-97CF-28C255093F48}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{CE24E9F1-305C-4801-97CF-28C255093F48}.Release|Any CPU.Build.0 = Release|Any CPU
18-
{B89C0162-5810-47A9-A89D-2D507E93AD98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19-
{B89C0162-5810-47A9-A89D-2D507E93AD98}.Debug|Any CPU.Build.0 = Debug|Any CPU
20-
{B89C0162-5810-47A9-A89D-2D507E93AD98}.Release|Any CPU.ActiveCfg = Release|Any CPU
21-
{B89C0162-5810-47A9-A89D-2D507E93AD98}.Release|Any CPU.Build.0 = Release|Any CPU
22-
EndGlobalSection
23-
GlobalSection(MonoDevelopProperties) = preSolution
24-
Policies = $0
25-
$0.NameConventionPolicy = $1
26-
$1.Rules = $2
27-
$2.NamingRule = $3
28-
$3.Name = Type Parameters
29-
$3.AffectedEntity = TypeParameter
30-
$3.VisibilityMask = VisibilityMask
31-
$3.NamingStyle = PascalCase
32-
$3.IncludeInstanceMembers = True
33-
$3.IncludeStaticEntities = True
34-
$3.RequiredPrefixes = $25
35-
$25.String = T
36-
$3.RequiredSuffixes = $26
37-
$26.String = Exception
38-
$2.NamingRule = $4
39-
$4.Name = Types
40-
$4.AffectedEntity = Class, Struct, Enum, Delegate
41-
$4.VisibilityMask = Public
42-
$4.NamingStyle = PascalCase
43-
$4.IncludeInstanceMembers = True
44-
$4.IncludeStaticEntities = True
45-
$2.NamingRule = $5
46-
$5.Name = Interfaces
47-
$5.RequiredPrefixes = $6
48-
$6.String = I
49-
$5.AffectedEntity = Interface
50-
$5.VisibilityMask = Public
51-
$5.NamingStyle = PascalCase
52-
$5.IncludeInstanceMembers = True
53-
$5.IncludeStaticEntities = True
54-
$2.NamingRule = $7
55-
$7.Name = Attributes
56-
$7.RequiredSuffixes = $8
57-
$8.String = Attribute
58-
$7.AffectedEntity = CustomAttributes
59-
$7.VisibilityMask = Public
60-
$7.NamingStyle = PascalCase
61-
$7.IncludeInstanceMembers = True
62-
$7.IncludeStaticEntities = True
63-
$2.NamingRule = $9
64-
$9.Name = Event Arguments
65-
$9.RequiredSuffixes = $10
66-
$10.String = EventArgs
67-
$9.AffectedEntity = CustomEventArgs
68-
$9.VisibilityMask = Public
69-
$9.NamingStyle = PascalCase
70-
$9.IncludeInstanceMembers = True
71-
$9.IncludeStaticEntities = True
72-
$2.NamingRule = $11
73-
$11.Name = Exceptions
74-
$11.RequiredSuffixes = $12
75-
$12.String = Exception
76-
$11.AffectedEntity = CustomExceptions
77-
$11.VisibilityMask = VisibilityMask
78-
$11.NamingStyle = PascalCase
79-
$11.IncludeInstanceMembers = True
80-
$11.IncludeStaticEntities = True
81-
$2.NamingRule = $13
82-
$13.Name = Methods
83-
$13.AffectedEntity = Methods
84-
$13.VisibilityMask = Protected, Public
85-
$13.NamingStyle = PascalCase
86-
$13.IncludeInstanceMembers = True
87-
$13.IncludeStaticEntities = True
88-
$2.NamingRule = $14
89-
$14.Name = Static Readonly Fields
90-
$14.AffectedEntity = ReadonlyField
91-
$14.VisibilityMask = Protected, Public
92-
$14.NamingStyle = PascalCase
93-
$14.IncludeInstanceMembers = False
94-
$14.IncludeStaticEntities = True
95-
$2.NamingRule = $15
96-
$15.Name = Fields
97-
$15.AffectedEntity = Field
98-
$15.VisibilityMask = Protected, Public
99-
$15.NamingStyle = PascalCase
100-
$15.IncludeInstanceMembers = True
101-
$15.IncludeStaticEntities = True
102-
$2.NamingRule = $16
103-
$16.Name = ReadOnly Fields
104-
$16.AffectedEntity = ReadonlyField
105-
$16.VisibilityMask = Protected, Public
106-
$16.NamingStyle = PascalCase
107-
$16.IncludeInstanceMembers = True
108-
$16.IncludeStaticEntities = False
109-
$2.NamingRule = $17
110-
$17.Name = Constant Fields
111-
$17.AffectedEntity = ConstantField
112-
$17.VisibilityMask = Protected, Public
113-
$17.NamingStyle = PascalCase
114-
$17.IncludeInstanceMembers = True
115-
$17.IncludeStaticEntities = True
116-
$2.NamingRule = $18
117-
$18.Name = Properties
118-
$18.AffectedEntity = Property
119-
$18.VisibilityMask = Protected, Public
120-
$18.NamingStyle = PascalCase
121-
$18.IncludeInstanceMembers = True
122-
$18.IncludeStaticEntities = True
123-
$2.NamingRule = $19
124-
$19.Name = Events
125-
$19.AffectedEntity = Event
126-
$19.VisibilityMask = Protected, Public
127-
$19.NamingStyle = PascalCase
128-
$19.IncludeInstanceMembers = True
129-
$19.IncludeStaticEntities = True
130-
$2.NamingRule = $20
131-
$20.Name = Enum Members
132-
$20.AffectedEntity = EnumMember
133-
$20.VisibilityMask = VisibilityMask
134-
$20.NamingStyle = PascalCase
135-
$20.IncludeInstanceMembers = True
136-
$20.IncludeStaticEntities = True
137-
$2.NamingRule = $21
138-
$21.Name = Parameters
139-
$21.AffectedEntity = Parameter
140-
$21.VisibilityMask = VisibilityMask
141-
$21.NamingStyle = CamelCase
142-
$21.IncludeInstanceMembers = True
143-
$21.IncludeStaticEntities = True
144-
$2.NamingRule = $22
145-
$22.Name = Type Parameters
146-
$22.RequiredPrefixes = $23
147-
$23.String = T
148-
$22.AffectedEntity = TypeParameter
149-
$22.VisibilityMask = VisibilityMask
150-
$22.NamingStyle = PascalCase
151-
$22.IncludeInstanceMembers = True
152-
$22.IncludeStaticEntities = True
153-
$0.StandardHeader = $24
154-
$24.Text = @\n${FileName}\n \nAuthor:\n ${AuthorName} <${AuthorEmail}>\n\nCopyright (c) ${Year} ${CopyrightHolder}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.
155-
version = 1.11.2
156-
EndGlobalSection
157-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "R7.Documents", "R7.Documents\R7.Documents.csproj", "{CE24E9F1-305C-4801-97CF-28C255093F48}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deploy", "Deploy\Deploy.csproj", "{B89C0162-5810-47A9-A89D-2D507E93AD98}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{CE24E9F1-305C-4801-97CF-28C255093F48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{CE24E9F1-305C-4801-97CF-28C255093F48}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{CE24E9F1-305C-4801-97CF-28C255093F48}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{CE24E9F1-305C-4801-97CF-28C255093F48}.Release|Any CPU.Build.0 = Release|Any CPU
18+
{B89C0162-5810-47A9-A89D-2D507E93AD98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19+
{B89C0162-5810-47A9-A89D-2D507E93AD98}.Debug|Any CPU.Build.0 = Debug|Any CPU
20+
{B89C0162-5810-47A9-A89D-2D507E93AD98}.Release|Any CPU.ActiveCfg = Release|Any CPU
21+
{B89C0162-5810-47A9-A89D-2D507E93AD98}.Release|Any CPU.Build.0 = Release|Any CPU
22+
EndGlobalSection
23+
GlobalSection(MonoDevelopProperties) = preSolution
24+
Policies = $0
25+
$0.NameConventionPolicy = $1
26+
$1.Rules = $2
27+
$2.NamingRule = $3
28+
$3.Name = Type Parameters
29+
$3.AffectedEntity = TypeParameter
30+
$3.VisibilityMask = VisibilityMask
31+
$3.NamingStyle = PascalCase
32+
$3.IncludeInstanceMembers = True
33+
$3.IncludeStaticEntities = True
34+
$3.RequiredPrefixes = $25
35+
$25.String = T
36+
$3.RequiredSuffixes = $26
37+
$26.String = Exception
38+
$2.NamingRule = $4
39+
$4.Name = Types
40+
$4.AffectedEntity = Class, Struct, Enum, Delegate
41+
$4.VisibilityMask = Public
42+
$4.NamingStyle = PascalCase
43+
$4.IncludeInstanceMembers = True
44+
$4.IncludeStaticEntities = True
45+
$2.NamingRule = $5
46+
$5.Name = Interfaces
47+
$5.RequiredPrefixes = $6
48+
$6.String = I
49+
$5.AffectedEntity = Interface
50+
$5.VisibilityMask = Public
51+
$5.NamingStyle = PascalCase
52+
$5.IncludeInstanceMembers = True
53+
$5.IncludeStaticEntities = True
54+
$2.NamingRule = $7
55+
$7.Name = Attributes
56+
$7.RequiredSuffixes = $8
57+
$8.String = Attribute
58+
$7.AffectedEntity = CustomAttributes
59+
$7.VisibilityMask = Public
60+
$7.NamingStyle = PascalCase
61+
$7.IncludeInstanceMembers = True
62+
$7.IncludeStaticEntities = True
63+
$2.NamingRule = $9
64+
$9.Name = Event Arguments
65+
$9.RequiredSuffixes = $10
66+
$10.String = EventArgs
67+
$9.AffectedEntity = CustomEventArgs
68+
$9.VisibilityMask = Public
69+
$9.NamingStyle = PascalCase
70+
$9.IncludeInstanceMembers = True
71+
$9.IncludeStaticEntities = True
72+
$2.NamingRule = $11
73+
$11.Name = Exceptions
74+
$11.RequiredSuffixes = $12
75+
$12.String = Exception
76+
$11.AffectedEntity = CustomExceptions
77+
$11.VisibilityMask = VisibilityMask
78+
$11.NamingStyle = PascalCase
79+
$11.IncludeInstanceMembers = True
80+
$11.IncludeStaticEntities = True
81+
$2.NamingRule = $13
82+
$13.Name = Methods
83+
$13.AffectedEntity = Methods
84+
$13.VisibilityMask = Protected, Public
85+
$13.NamingStyle = PascalCase
86+
$13.IncludeInstanceMembers = True
87+
$13.IncludeStaticEntities = True
88+
$2.NamingRule = $14
89+
$14.Name = Static Readonly Fields
90+
$14.AffectedEntity = ReadonlyField
91+
$14.VisibilityMask = Protected, Public
92+
$14.NamingStyle = PascalCase
93+
$14.IncludeInstanceMembers = False
94+
$14.IncludeStaticEntities = True
95+
$2.NamingRule = $15
96+
$15.Name = Fields
97+
$15.AffectedEntity = Field
98+
$15.VisibilityMask = Protected, Public
99+
$15.NamingStyle = PascalCase
100+
$15.IncludeInstanceMembers = True
101+
$15.IncludeStaticEntities = True
102+
$2.NamingRule = $16
103+
$16.Name = ReadOnly Fields
104+
$16.AffectedEntity = ReadonlyField
105+
$16.VisibilityMask = Protected, Public
106+
$16.NamingStyle = PascalCase
107+
$16.IncludeInstanceMembers = True
108+
$16.IncludeStaticEntities = False
109+
$2.NamingRule = $17
110+
$17.Name = Constant Fields
111+
$17.AffectedEntity = ConstantField
112+
$17.VisibilityMask = Protected, Public
113+
$17.NamingStyle = PascalCase
114+
$17.IncludeInstanceMembers = True
115+
$17.IncludeStaticEntities = True
116+
$2.NamingRule = $18
117+
$18.Name = Properties
118+
$18.AffectedEntity = Property
119+
$18.VisibilityMask = Protected, Public
120+
$18.NamingStyle = PascalCase
121+
$18.IncludeInstanceMembers = True
122+
$18.IncludeStaticEntities = True
123+
$2.NamingRule = $19
124+
$19.Name = Events
125+
$19.AffectedEntity = Event
126+
$19.VisibilityMask = Protected, Public
127+
$19.NamingStyle = PascalCase
128+
$19.IncludeInstanceMembers = True
129+
$19.IncludeStaticEntities = True
130+
$2.NamingRule = $20
131+
$20.Name = Enum Members
132+
$20.AffectedEntity = EnumMember
133+
$20.VisibilityMask = VisibilityMask
134+
$20.NamingStyle = PascalCase
135+
$20.IncludeInstanceMembers = True
136+
$20.IncludeStaticEntities = True
137+
$2.NamingRule = $21
138+
$21.Name = Parameters
139+
$21.AffectedEntity = Parameter
140+
$21.VisibilityMask = VisibilityMask
141+
$21.NamingStyle = CamelCase
142+
$21.IncludeInstanceMembers = True
143+
$21.IncludeStaticEntities = True
144+
$2.NamingRule = $22
145+
$22.Name = Type Parameters
146+
$22.RequiredPrefixes = $23
147+
$23.String = T
148+
$22.AffectedEntity = TypeParameter
149+
$22.VisibilityMask = VisibilityMask
150+
$22.NamingStyle = PascalCase
151+
$22.IncludeInstanceMembers = True
152+
$22.IncludeStaticEntities = True
153+
$0.StandardHeader = $24
154+
$24.Text = @\n${FileName}\n \nAuthor:\n ${AuthorName} <${AuthorEmail}>\n\nCopyright (c) ${Year} ${CopyrightHolder}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.
155+
version = 1.11.3
156+
EndGlobalSection
157+
EndGlobal
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
4-
// Information about this assembly is defined by the following attributes.
5-
// Change them to the values specific to your project.
6-
7-
[assembly: AssemblyTitle ("R7.Documents")]
8-
[assembly: AssemblyDescription ("")]
9-
[assembly: AssemblyConfiguration ("")]
10-
[assembly: AssemblyCompany ("R7.Labs")]
11-
[assembly: AssemblyProduct ("R7.Documents")]
12-
[assembly: AssemblyCopyright ("Roman M. Yagodin")]
13-
[assembly: AssemblyTrademark ("")]
14-
[assembly: AssemblyCulture ("")]
15-
16-
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
17-
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18-
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19-
20-
[assembly: AssemblyVersion ("1.11.2.*")]
21-
[assembly: AssemblyInformationalVersion ("1.11.2")]
22-
23-
// The following attributes are used to specify the signing key for the assembly,
24-
// if desired. See the Mono documentation for more information about signing.
25-
26-
//[assembly: AssemblyDelaySign(false)]
27-
//[assembly: AssemblyKeyFile("")]
28-
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
4+
// Information about this assembly is defined by the following attributes.
5+
// Change them to the values specific to your project.
6+
7+
[assembly: AssemblyTitle ("R7.Documents")]
8+
[assembly: AssemblyDescription ("")]
9+
[assembly: AssemblyConfiguration ("")]
10+
[assembly: AssemblyCompany ("R7.Labs")]
11+
[assembly: AssemblyProduct ("R7.Documents")]
12+
[assembly: AssemblyCopyright ("Roman M. Yagodin")]
13+
[assembly: AssemblyTrademark ("")]
14+
[assembly: AssemblyCulture ("")]
15+
16+
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
17+
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18+
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19+
20+
[assembly: AssemblyVersion ("1.11.3.*")]
21+
[assembly: AssemblyInformationalVersion ("1.11.3")]
22+
23+
// The following attributes are used to specify the signing key for the assembly,
24+
// if desired. See the Mono documentation for more information about signing.
25+
26+
//[assembly: AssemblyDelaySign(false)]
27+
//[assembly: AssemblyKeyFile("")]
28+

R7.Documents/R7.Documents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<OutputType>Library</OutputType>
1212
<RootNamespace>R7.Documents</RootNamespace>
1313
<AssemblyName>R7.Documents</AssemblyName>
14-
<ReleaseVersion>1.11.2</ReleaseVersion>
14+
<ReleaseVersion>1.11.3</ReleaseVersion>
1515
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

R7.Documents/R7.Documents.dnn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="R7.Documents" type="Module" version="01.11.02">
3+
<package name="R7.Documents" type="Module" version="01.11.03">
44
<friendlyName>R7.Documents</friendlyName>
55
<description>This module renders a list of documents, including links to browse or download the document. Documents includes an edit page, which allows authorized users to edit the information about the Documents (for example, a friendly title) stored in the SQL database. Module based on the classic DNN Documents module.</description>
66
<iconFile>~/DesktopModules/R7.Documents/R7.Documents/images/icon.png</iconFile>

0 commit comments

Comments
 (0)