Skip to content

Commit

Permalink
Made assembly COM-visible with hopes that it will allow "RegAsm" to r…
Browse files Browse the repository at this point in the history
…egister the assembly without error.
  • Loading branch information
nstevens1040 committed Jun 28, 2021
1 parent 4d5f9c9 commit bb6277d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Execute.HttpRequest/Execute.HttpRequest.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Execute.HttpRequest</id>
<version>1.1.9</version>
<version>1.2.0</version>
<title>Execute.HttpRequest</title>
<authors>nstevens1040</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions Execute.HttpRequest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
[assembly: ComVisible(true)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("5e3b183a-d182-441c-8417-1d71194dad1c")]
Expand All @@ -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.1.9.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ deploy:
api_key:
secure: f+MLRpFFOj9kyNxbFyIt2n5I/dR48bmJ6qXRB/ageJ/18o61FDhu61IZgwk9KfqD
- provider: GitHub
tag: v1.1.9
release: v1.1.9 stable
tag: v1.2.0
release: v1.2.0 stable
description: 'Pushing Quick-Start.ps1'
auth_token:
secure: ElzOGqa44YRqwJ9jKgjBNDbPEmxb1Mg3I+0TxsPQg8OdUSOA8T8DwkwoKofTXMQT
Expand Down

0 comments on commit bb6277d

Please sign in to comment.