PUBLISH (2.2)

This commit is contained in:
Ben Olden-Cooligan 2013-07-23 16:26:24 -04:00
parent f351733b1c
commit 9fbee278f2
4 changed files with 7 additions and 4 deletions

View File

@ -52,5 +52,5 @@ using 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("2.1.*")]
[assembly: AssemblyVersion("2.2.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@ -52,5 +52,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.1.*")]
[assembly: AssemblyVersion("2.2.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@ -1,6 +1,6 @@
@echo off
cd %~dp0
set VERSION=2.1
set VERSION=2.2
set OUTFOLDER=..\publish\%VERSION%
set TEMPFOLDER=%OUTFOLDER%\naps2-%VERSION%-standalone
set OUTFILE=..\publish\%VERSION%\naps2-%VERSION%-standalone.zip
@ -9,8 +9,10 @@ set CMDBINFOLDER=..\..\NAPS2.Console\bin\Standalone
mkdir %OUTFOLDER%
mkdir %TEMPFOLDER%
mkdir %TEMPFOLDER%\es
mkdir %TEMPFOLDER%\ru
mkdir %TEMPFOLDER%\uk
copy %BINFOLDER%\es\NAPS2.resources.dll %TEMPFOLDER%\es
copy %BINFOLDER%\ru\NAPS2.resources.dll %TEMPFOLDER%\ru
copy %BINFOLDER%\uk\NAPS2.resources.dll %TEMPFOLDER%\uk
copy %BINFOLDER%\NAPS2.exe %TEMPFOLDER%
copy %BINFOLDER%\PdfSharp.dll %TEMPFOLDER%

View File

@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define AppVersion "2.1"
#define AppVersion "2.2"
[Setup]
AppName=NAPS2 (Not Another PDF Scanner 2)
@ -28,6 +28,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
[Files]
Source: "..\bin\Release\es\NAPS2.resources.dll"; DestDir: "{app}\es"; Flags: ignoreversion
Source: "..\bin\Release\ru\NAPS2.resources.dll"; DestDir: "{app}\ru"; Flags: ignoreversion
Source: "..\bin\Release\uk\NAPS2.resources.dll"; DestDir: "{app}\uk"; Flags: ignoreversion
Source: "..\bin\Release\NAPS2.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\bin\Release\PdfSharp.dll"; DestDir: "{app}"; Flags: ignoreversion