Skip to content

Commit

Permalink
Updated to .NET 4.5.1 and slight change in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebansais committed Nov 29, 2017
1 parent 6347c7c commit c400a28
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
5 changes: 0 additions & 5 deletions CAcertInstall.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CAcertInstall", "CACertInstall\CAcertInstall.csproj", "{16291F2B-D31A-4DA1-A4D9-DB6ECF49589E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{106DE4AA-4640-4BAA-ABA2-672393CF99EE}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Expand Down
2 changes: 1 addition & 1 deletion CAcertInstall/CAcertInstall.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CAcertInstall</RootNamespace>
<AssemblyName>CAcertInstall</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
Expand Down
2 changes: 1 addition & 1 deletion CAcertInstall/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions CAcertInstall/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CAcertInstall/app.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CAcertInstall
Windows 64-bits User-friendly installer for CAcert root certificates.
Windows 64-bits User-friendly installer for CAcert root certificates. You can download the latest release (v1.0.0.7) [here](https://github.com/dlebansais/CAcertInstall/releases)

Use the -language=**** option to specify the GUI language to use. Available values are:
* 0409 (English)
Expand Down

0 comments on commit c400a28

Please sign in to comment.