Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Build V4.2.3.168 - Initiale Version - 1. Github Release
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsigi committed May 10, 2017
1 parent f65084d commit d29434d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions eRechnungWordPlugIn/Scripts/MakeCodeplexUpload.bat
Expand Up @@ -6,6 +6,6 @@ del ..\Installer%ChangeSet%\InstallCS%ChangeSet%.exe
"C:\Program Files\7-Zip\7z.exe" a ..\Installer%ChangeSet%\jbarchive.7z * -m0=BCJ2 -m1=LZMA:d25:fb255 -m2=LZMA:d19 -m3=LZMA:d19 -mb0:1 -mb0s1:2 -mb0s2:3 -mx
"C:\Program Files\7-Zip\7z.exe" a ..\Installer%ChangeSet%\jbarchive.7z ..\Handbuch\Ausfuellhilfe.pdf -m0=BCJ2 -m1=LZMA:d25:fb255 -m2=LZMA:d19 -m3=LZMA:d19 -mb0:1 -mb0s1:2 -mb0s2:3 -mx
copy /b "C:\Program Files\7-Zip\7z.sfx" + ..\Installer%ChangeSet%\jbarchive.7z ..\Installer%ChangeSet%\eRechnung-CS%ChangeSet%.exe
md Q:\ebInterface-codeplex\ebInterface4p1_CS%ChangeSet%
copy ..\Installer%ChangeSet%\eRechnung-CS%ChangeSet%.exe Q:\ebInterface-codeplex\ebInterface4p1_CS%ChangeSet%
md Q:\ebInterface-codeplex\ebInterface4p2_CS%ChangeSet%
copy ..\Installer%ChangeSet%\eRechnung-CS%ChangeSet%.exe Q:\ebInterface-codeplex\ebInterface4p2_CS%ChangeSet%
cd ..
2 changes: 1 addition & 1 deletion eRechnungWordPlugIn/Scripts/Version.xml
Expand Up @@ -4,6 +4,6 @@
<Release>4</Release>
<Major>2</Major>
<Minor>3</Minor>
<Update>167</Update>
<Update>168</Update>
</Actual>
</Version>
8 changes: 4 additions & 4 deletions eRechnungWordPlugIn/eRechnung/eRechnung.csproj
Expand Up @@ -24,11 +24,11 @@
</TargetFrameworkProfile>
<AssemblyVersion>4.2.</AssemblyVersion>
<BootstrapperEnabled>true</BootstrapperEnabled>
<PublishUrl>C:\trash\publish\Codeplex\V4p2p3p167\</PublishUrl>
<PublishUrl>C:\trash\publish\Codeplex\V4p2p3p168\</PublishUrl>
<InstallUrl />
<TargetCulture>de</TargetCulture>
<ApplicationVersion>4.2.3.167</ApplicationVersion>
<AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision>
<ApplicationVersion>4.2.3.168</ApplicationVersion>
<AutoIncrementApplicationRevision>false</AutoIncrementApplicationRevision>
<UpdateEnabled>true</UpdateEnabled>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>days</UpdateIntervalUnits>
Expand Down Expand Up @@ -63,7 +63,7 @@
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.VSTORuntime.4.0">
<Visible>False</Visible>
<ProductName>Microsoft Visual Studio 2010-Tools für Office-Laufzeit %28x86 und x64%29</ProductName>
<ProductName>Microsoft Visual Studio 2010 Tools for Office Runtime %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
Expand Down
4 changes: 2 additions & 2 deletions eRechnungWordPlugIn/eRechnungWordPlugIn.sln
Expand Up @@ -53,8 +53,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ebIModelsTests", "ebIModels
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{D602502B-6A6C-4823-A399-E82411132766}"
ProjectSection(SolutionItems) = preProject
Scripte\MakeCodeplexUpload.bat = Scripte\MakeCodeplexUpload.bat
Scripte\MakeInstaller.bat = Scripte\MakeInstaller.bat
Scripts\MakeCodeplexUpload.bat = Scripts\MakeCodeplexUpload.bat
Scripts\MakeInstaller.bat = Scripts\MakeInstaller.bat
Scripts\setVersion.ps1 = Scripts\setVersion.ps1
Scripts\Version.xml = Scripts\Version.xml
EndProjectSection
Expand Down
10 changes: 5 additions & 5 deletions eRechnungWordPlugIn/ebIModels/XmlData/ProductInfo.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<ProductInfo>
<Title>ebInterface 4.2 Word PlugIn</Title>
<Version>4.2.3.167</Version>
<CompileInfo>Debug</CompileInfo>
<CompileTime>2017-05-08 11:42:45</CompileTime>
<Version>4.2.3.168</Version>
<CompileInfo>Release</CompileInfo>
<CompileTime>2017-05-10 15:09:02</CompileTime>
<Branch>Bugfix</Branch>
<LastCommit>2017-05-08 11:42:45</LastCommit>
<ChangeSetId>7703fbc</ChangeSetId>
<LastCommit>2017-05-10 15:09:02</LastCommit>
<ChangeSetId>f65084d</ChangeSetId>
</ProductInfo>

0 comments on commit d29434d

Please sign in to comment.