Skip to content

Commit

Permalink
release: 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCooper committed Jul 8, 2021
1 parent 2d51a64 commit e5a653e
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
4 changes: 2 additions & 2 deletions Addons/generic.EmberCore.Mapping/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Public Class frmSettingsHolder
RaiseEvent ModuleSettingsChanged()
End If
End Sub

Private Sub dgvSources_CurrentCellDirtyStateChanged(ByVal sender As Object, ByVal e As EventArgs) Handles dgvSources.CurrentCellDirtyStateChanged
RaiseEvent ModuleSettingsChanged()
End Sub
Expand Down Expand Up @@ -128,6 +129,7 @@ Public Class frmSettingsHolder
If sources IsNot Nothing Then
settings.SetComplexSetting("VideoSourceMapping", sources, "*EmberAPP")
End If

settings.SetBooleanSetting("VideoSourceByExtension", chkMapByFile.Checked, "*EmberAPP")
For Each r As DataGridViewRow In dgvByFile.Rows
If Not String.IsNullOrEmpty(r.Cells(0).Value.ToString) AndAlso (sources.FindIndex(Function(f) f.Name = r.Cells(0).Value.ToString) = -1) Then
Expand Down
4 changes: 2 additions & 2 deletions Addons/generic.Interface.Kodi/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
4 changes: 2 additions & 2 deletions Addons/generic.Interface.Trakttv/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
4 changes: 2 additions & 2 deletions Addons/scraper.FanartTV.Poster/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
4 changes: 2 additions & 2 deletions Addons/scraper.IMDB.Data/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.10.1.0")>
<Assembly: AssemblyFileVersion("1.10.1.0")>
<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
4 changes: 2 additions & 2 deletions Addons/scraper.Image.TVDB/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
4 changes: 2 additions & 2 deletions Addons/scraper.TMDB.Data/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
4 changes: 2 additions & 2 deletions Addons/scraper.TMDB.Poster/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
2 changes: 1 addition & 1 deletion BuildSetup/0_BuildSetup_x64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SET EMM_APPNAME=Ember Media Manager
SET EMM_ROOT=%CD%\..
SET EMM_FOLDER=EmberMM - Release - x64
SET EMM_SYSTEM=x64
SET EMM_REVISION=1.10.0
SET EMM_REVISION=1.11.0
SET EMM_BRANCH=Master
SET EMM_SETUPFILE=%EMM_APPNAME% %EMM_REVISION% %EMM_SYSTEM%.exe
SET EMM_OUTFILE=Builds\%EMM_SETUPFILE%
Expand Down
2 changes: 1 addition & 1 deletion BuildSetup/0_BuildSetup_x86.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SET EMM_APPNAME=Ember Media Manager
SET EMM_ROOT=%CD%\..
SET EMM_FOLDER=EmberMM - Release - x86
SET EMM_SYSTEM=x86
SET EMM_REVISION=1.10.0
SET EMM_REVISION=1.11.0
SET EMM_BRANCH=Master
SET EMM_SETUPFILE=%EMM_APPNAME% %EMM_REVISION% %EMM_SYSTEM%.exe
SET EMM_OUTFILE=Builds\%EMM_SETUPFILE%
Expand Down
4 changes: 2 additions & 2 deletions EmberAPI/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
4 changes: 2 additions & 2 deletions EmberMediaManager/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>

0 comments on commit e5a653e

Please sign in to comment.