Skip to content

Commit

Permalink
Update folder name and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidy committed Oct 27, 2017
1 parent d7e57b2 commit ee5586f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MacroMilter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.25928.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "MacroMilter", "MacroMilter\MacroMilter.pyproj", "{15628F71-C607-4AE4-8167-68EB50A18409}"
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "macromilter", "macromilter\MacroMilter.pyproj", "{15628F71-C607-4AE4-8167-68EB50A18409}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
5 changes: 3 additions & 2 deletions macromilter/MacroMilter.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>15628f71-c607-4ae4-8167-68eb50a18409</ProjectGuid>
<ProjectHome>.</ProjectHome>
<ProjectHome>
</ProjectHome>
<StartupFile>macromilter.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>MacroMilter</Name>
<Name>macromilter</Name>
<RootNamespace>MacroMilter</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down
1 change: 1 addition & 0 deletions macromilter/macromilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
## 3.1 - 10.01.2017 sbidy - Bugfix for whitelist exception
## 3.2 - 12.01.2017 sbidy - Fix for exceptions.UnboundLocalError, possible fix for #10 zip - extraction did not work properly
## 3.3 - 05.10.2017 sbidy - Update directory for FHS conformity see #13
## 3.4 - 27.10.2017 sbidy - Update and fix some bug #19, #18 and #17 - create release

# The MIT License (MIT)

Expand Down

0 comments on commit ee5586f

Please sign in to comment.