File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ private static IEnumerable<Package> GetGitHubPackages()
207
207
installPackage != null )
208
208
{
209
209
ghPackage . did = "dnn-platform-rc" ;
210
- ghPackage . name = "DNN Platform Release Candidate" ;
210
+ ghPackage . name = "DNN Platform Release Candidate " + release . TagName . Split ( '-' ) [ 1 ] . ToUpperInvariant ( ) . Substring ( 2 ) ;
211
211
ghPackage . url = installPackage . BrowserDownloadUrl ;
212
212
ghPackage . upgradeurl = upgradePackage . BrowserDownloadUrl ;
213
213
packages . Add ( ghPackage ) ;
Original file line number Diff line number Diff line change 49
49
// You can specify all the values or you can default the Build and Revision Numbers
50
50
// by using the '*' as shown below:
51
51
// [assembly: AssemblyVersion("1.0.*")]
52
- [ assembly: AssemblyVersion ( "2.3.2 " ) ]
53
- [ assembly: AssemblyFileVersion ( "2.3.2 " ) ]
52
+ [ assembly: AssemblyVersion ( "2.3.3 " ) ]
53
+ [ assembly: AssemblyFileVersion ( "2.3.3 " ) ]
54
54
[ assembly: NeutralResourcesLanguage ( "en" ) ]
Original file line number Diff line number Diff line change 1
1
{
2
- "latestVersion" : " 2.3.2 "
2
+ "latestVersion" : " 2.3.3 "
3
3
}
You can’t perform that action at this time.
0 commit comments