Skip to content

Commit

Permalink
update to 1.0.5 and fix a bug in the python module
Browse files Browse the repository at this point in the history
  • Loading branch information
inorton committed Jul 17, 2020
1 parent 57bf27d commit 54b7131
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions EDMCOverlay/EDMCOverlay/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Patch Number
// Revision
//
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
[assembly: AssemblyVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
13 changes: 9 additions & 4 deletions EDMCOverlay/Installer/Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@
"AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_FA3A32BF12EDED1EBB2265CBB27D2ACD"
{
"Name" = "8:Newtonsoft.Json.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:Newtonsoft.Json.dll"
"TargetName" = "8:"
Expand Down Expand Up @@ -251,15 +256,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:EDMC Overlay"
"ProductCode" = "8:{32CA7E64-76BF-4234-86D1-4EB59F6D9C85}"
"PackageCode" = "8:{1BD0008F-A199-44A8-9467-2F7D7E03F2EE}"
"ProductCode" = "8:{D8CA5784-7FD7-4674-BF17-DE6B5B62A6FD}"
"PackageCode" = "8:{05C102CD-1DEB-4B7F-B0F2-08C780B07F5D}"
"UpgradeCode" = "8:{5130A4E3-3C60-4F9B-B3A7-5602D91B03AF}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.0.3"
"ProductVersion" = "8:1.0.5"
"Manufacturer" = "8:EDMC Overlay"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/inorton/EDMCOverlay"
Expand All @@ -275,7 +280,7 @@
"UseSystemSearchPath" = "11:TRUE"
"TargetPlatform" = "3:0"
"PreBuildEvent" = "8:"
"PostBuildEvent" = "8:c:\\Python27\\python.exe $(ProjectDir)\\..\\signer.py f:\\MovedUserdata\\inb\\Dropbox\\Authenticode\\authenticode.pfx $(BuiltOuputPath) $(ProjectDir)\\$(Configuration)\\EDMCOverlay-1.0.3.msi --gui"
"PostBuildEvent" = "8:c:\\Python27\\python.exe $(ProjectDir)\\..\\signer.py f:\\MovedUserdata\\inb\\Dropbox\\Authenticode\\authenticode.pfx $(BuiltOuputPath) $(ProjectDir)\\$(Configuration)\\EDMCOverlay-1.0.5.msi --gui"
"RunPostBuildEvent" = "3:0"
}
"Registry"
Expand Down
2 changes: 1 addition & 1 deletion edmcoverlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def send_raw(self, msg):
:param msg:
:return:
"""
if not self.connnection:
if not self.connection:
return None

assert isinstance(msg, dict)
Expand Down

0 comments on commit 54b7131

Please sign in to comment.