Skip to content

Commit

Permalink
1.5.1 Version Change
Browse files Browse the repository at this point in the history
  • Loading branch information
geruchvitaliy committed Oct 9, 2016
1 parent d236e85 commit e1f4f90
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions RepairShoprApps/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.5.1.0")]
[assembly: AssemblyFileVersion("1.5.1.0")]
Binary file modified RepairShoprApps/bin/Release/RepairShoprApps.exe
Binary file not shown.
3 changes: 3 additions & 0 deletions RepairShoprApps/bin/Release/RepairShoprApps.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<setting name="TicketNumber" serializeAs="String">
<value />
</setting>
<setting name="InstalledLocation" serializeAs="String">
<value />
</setting>
</RepairShoprApps.Properties.Settings>
</userSettings>
<startup>
Expand Down
Binary file modified RepairShoprApps/bin/Release/RepairShoprApps.pdb
Binary file not shown.
3 changes: 3 additions & 0 deletions RepairShoprApps/bin/Release/RepairShoprApps.vshost.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<setting name="TicketNumber" serializeAs="String">
<value />
</setting>
<setting name="InstalledLocation" serializeAs="String">
<value />
</setting>
</RepairShoprApps.Properties.Settings>
</userSettings>
<startup>
Expand Down
12 changes: 6 additions & 6 deletions RepairShoprApps/bin/Release/RepairShoprApps.vshost.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description asmv2:iconFile="Icon.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
<assemblyIdentity name="RepairShoprApps" version="1.5.0.0" language="neutral" processorArchitecture="x86" />
<assemblyIdentity name="RepairShoprApps" version="1.5.1.0" language="neutral" processorArchitecture="x86" />
<commandLine file="RepairShoprApps.exe" parameters="" />
</entryPoint>
<trustInfo>
Expand Down Expand Up @@ -67,14 +67,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="RepairShoprApps.exe" size="166336">
<assemblyIdentity name="RepairShoprApps" version="1.5.0.0" language="neutral" processorArchitecture="x86" />
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="RepairShoprApps.exe" size="166848">
<assemblyIdentity name="RepairShoprApps" version="1.5.1.0" language="neutral" processorArchitecture="x86" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>+oekEI62uydHAwr+ZtQkbc4VNNrLkRoT/IEgLKwKXjQ=</dsig:DigestValue>
<dsig:DigestValue>FlS2yEd4twBCclKTfZSn3INeMwtMnqUtbEw6Hrv3C2s=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down Expand Up @@ -108,13 +108,13 @@
<dsig:DigestValue>mBeVNB3L7VtCIW5Wfww1/YvIvKQddaKgXTJmvmOE10w=</dsig:DigestValue>
</hash>
</file>
<file name="RepairShoprApps.exe.config" size="1148">
<file name="RepairShoprApps.exe.config" size="1248">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>jtipIlqUYbp6beVmuScb4katBrdehd60hgcyNmxlCrM=</dsig:DigestValue>
<dsig:DigestValue>c7CN1vhBSrwTVzXozbkW2VVFHLUGPjm6L6U8fEKN6xE=</dsig:DigestValue>
</hash>
</file>
<file name="Resources\CommitLib.dll" size="127488">
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ C:\Users\Vitaliy\Source\Repos\CommitCRM-Importer\RepairShoprApps\obj\Release\Rep
C:\Users\Vitaliy\Source\Repos\CommitCRM-Importer\RepairShoprApps\obj\Release\RepairShoprApps.application
C:\Users\Vitaliy\Source\Repos\CommitCRM-Importer\RepairShoprApps\obj\Release\RepairShoprApps.exe
C:\Users\Vitaliy\Source\Repos\CommitCRM-Importer\RepairShoprApps\obj\Release\RepairShoprApps.pdb
C:\Users\Vitaliy\Source\Repos\CommitCRM-Importer\RepairShoprApps\obj\Release\RepairShoprApps.csprojResolveAssemblyReference.cache
Binary file modified RepairShoprApps/obj/Release/RepairShoprApps.exe
Binary file not shown.
Binary file modified RepairShoprApps/obj/Release/RepairShoprApps.pdb
Binary file not shown.
Binary file not shown.

0 comments on commit e1f4f90

Please sign in to comment.