Skip to content

Commit

Permalink
Add missing AssemblyInfo for RtcpFeedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius Friedman committed Nov 25, 2023
1 parent 7868239 commit 4cd4e9f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions RtcpFeedback/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyDescription("Provides a mananged implementation of concepts found in RFC4585")]

// 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(true)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("b9788cdc-7365-4117-9711-2cfa2057e526")]

[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Media.UnitTests")]

0 comments on commit 4cd4e9f

Please sign in to comment.