Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Sep 17, 2018
1 parent 4ffb65b commit a4d1ceb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions AdvancedDLSupport/AdvancedDLSupport.ExternalAnnotations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,17 +270,23 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
</member>
<member name="M:AdvancedDLSupport.LibraryLoadingException.#ctor(System.String)">
<member name="M:AdvancedDLSupport.LibraryLoadingException.#ctor(System.String,System.Exception)">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
<parameter name="message">
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor" />
</parameter>
</member>
<member name="M:AdvancedDLSupport.LibraryLoadingException.#ctor(System.String,System.Exception)">
<member name="M:AdvancedDLSupport.LibraryLoadingException.#ctor(System.String,System.String,System.Exception)">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
<parameter name="message">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
<parameter name="libraryName">
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor" />
</parameter>
<parameter name="inner">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
</member>
<member name="M:AdvancedDLSupport.LibraryLoadingException.#ctor(System.String,System.String)">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
Expand All @@ -291,17 +297,11 @@
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor" />
</parameter>
</member>
<member name="M:AdvancedDLSupport.LibraryLoadingException.#ctor(System.String,System.String,System.Exception)">
<member name="M:AdvancedDLSupport.LibraryLoadingException.#ctor(System.String)">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
<parameter name="message">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
<parameter name="libraryName">
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor" />
</parameter>
<parameter name="inner">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
</member>
<member name="P:AdvancedDLSupport.LibraryLoadingException.LibraryName">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
Expand Down Expand Up @@ -538,12 +538,6 @@
<member name="T:AdvancedDLSupport.Reflection.IntrospectiveMemberBase`1">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
</member>
<member name="M:AdvancedDLSupport.Reflection.IntrospectiveMemberBase`1.#ctor(`0)">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
<parameter name="memberInfo">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
</member>
<member name="M:AdvancedDLSupport.Reflection.IntrospectiveMemberBase`1.#ctor(`0,System.Collections.Generic.IEnumerable{System.Reflection.CustomAttributeData})">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
<parameter name="memberInfo">
Expand All @@ -554,6 +548,12 @@
<attribute ctor="M:JetBrains.Annotations.ItemNotNullAttribute.#ctor" />
</parameter>
</member>
<member name="M:AdvancedDLSupport.Reflection.IntrospectiveMemberBase`1.#ctor(`0)">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
<parameter name="memberInfo">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
</member>
<member name="P:AdvancedDLSupport.Reflection.IntrospectiveMemberBase`1.CustomAttributes">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
</member>
Expand Down Expand Up @@ -723,36 +723,36 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
</member>
<member name="M:AdvancedDLSupport.SymbolLoadingException.#ctor(System.String)">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
<parameter name="message">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
</member>
<member name="M:AdvancedDLSupport.SymbolLoadingException.#ctor(System.String,System.Exception)">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
<parameter name="message">
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor" />
</parameter>
</member>
<member name="M:AdvancedDLSupport.SymbolLoadingException.#ctor(System.String,System.String)">
<member name="M:AdvancedDLSupport.SymbolLoadingException.#ctor(System.String,System.String,System.Exception)">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
<parameter name="message">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
<parameter name="symbolName">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
<parameter name="inner">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
</member>
<member name="M:AdvancedDLSupport.SymbolLoadingException.#ctor(System.String,System.String,System.Exception)">
<member name="M:AdvancedDLSupport.SymbolLoadingException.#ctor(System.String,System.String)">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
<parameter name="message">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
<parameter name="symbolName">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
<parameter name="inner">
</member>
<member name="M:AdvancedDLSupport.SymbolLoadingException.#ctor(System.String)">
<attribute ctor="M:JetBrains.Annotations.PublicAPIAttribute.#ctor" />
<parameter name="message">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
</member>
Expand Down
2 changes: 1 addition & 1 deletion AdvancedDLSupport/AdvancedDLSupport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageId>AdvancedDLSupport</PackageId>
<PackageLicenseUrl>https://www.gnu.org/licenses/lgpl-3.0.txt</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Improve native library probing and class activation API.</PackageReleaseNotes>
<PackageReleaseNotes>Bug fixes and mixed-mode class improvements.</PackageReleaseNotes>
<PackageTags>p/invoke;cross-platform;mono;netcore;netstandard;native;interop</PackageTags>
<PackageOutputPath>../nuget</PackageOutputPath>
<IncludeSymbols>True</IncludeSymbols>
Expand Down

0 comments on commit a4d1ceb

Please sign in to comment.