Skip to content

Commit 3deefbc

Browse files
committed
Release
1 parent cef731e commit 3deefbc

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Connect.Conference.Core/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("2.0.15")]
35-
[assembly: AssemblyVersion("2.0.15")]
36-
[assembly: AssemblyFileVersion("2.0.15")]
34+
// [assembly: AssemblyVersion("2.0.16")]
35+
[assembly: AssemblyVersion("2.0.16")]
36+
[assembly: AssemblyFileVersion("2.0.16")]

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
//
3333
// You can specify all the values or you can default the Revision and Build Numbers
3434
// by using the '*' as shown below:
35-
[assembly: AssemblyVersion("2.0.15")]
36-
[assembly: AssemblyFileVersion("2.0.15")]
35+
[assembly: AssemblyVersion("2.0.16")]
36+
[assembly: AssemblyFileVersion("2.0.16")]
3737
[assembly: AssemblyInformationalVersion("01.00.00")]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conference",
3-
"version": "2.0.16",
3+
"version": "2.0.17",
44
"description": "Conference module",
55
"dnnModule": {
66
"fullName": "Connect.Conference",

0 commit comments

Comments
 (0)