Skip to content

Commit

Permalink
Updated Installer and AssemblyInfo to 3.7.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementalCrisis committed Jan 28, 2017
1 parent 3aceeb6 commit 14d8b11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Installers/ShokoServer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{0BA2D22B-A0B7-48F8-8AA1-BAAEFC2034CB}
AppName=Shoko Server
AppVersion=3.7.0.3
AppVersion=3.7.0.4
AppVerName=Shoko Server
AppPublisher=Shoko Team
AppPublisherURL=https://github.com/japanesemediamanager
Expand Down Expand Up @@ -84,6 +84,7 @@ Source: "..\JMMServer\bin\Release\ShokoServer.exe"; DestDir: "{app}"; Flags: ign
Source: "..\JMMServer\bin\Release\ShokoServer.exe.config"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\JMMServer\bin\Release\ShokoServer.pdb"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\JMMServer\bin\Release\System.Data.SQLite.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\JMMServer\bin\Release\System.Data.SQLite.dll.config"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\JMMServer\bin\Release\System.Data.SQLite.xml"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\JMMServer\bin\Release\System.Diagnostics.DiagnosticSource.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\JMMServer\bin\Release\System.Diagnostics.DiagnosticSource.xml"; DestDir: "{app}"; Flags: ignoreversion
Expand Down
4 changes: 2 additions & 2 deletions JMMServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.7.0.3")]
[assembly: AssemblyFileVersion("3.7.0.3")]
[assembly: AssemblyVersion("3.7.0.4")]
[assembly: AssemblyFileVersion("3.7.0.4")]

0 comments on commit 14d8b11

Please sign in to comment.