Skip to content

Commit ce5f184

Browse files
committed
change content publishing
1 parent cce1a96 commit ce5f184

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.40
1+
0.5.41

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.5.41
2+
* change D4R content publishing
3+
14
## 0.5.40
25
* update Dynamo to published 3.2.1.5366
36
* add Sample Template files

src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ using System.Runtime.InteropServices;
6969
<#+
7070
int MajorVersion = 3;
7171
int MinorVersion = 2;
72-
int BuildNumber = 0;
72+
int BuildNumber = 1;
7373
int RevisionNumber = ((int)(DateTime.UtcNow - new DateTime(2023,1,1)).TotalDays)*10+((int)DateTime.UtcNow.Hour)/3;
7474
#>

0 commit comments

Comments
 (0)