diff --git a/FunctionAppSample/FunctionAppSample.csproj b/FunctionAppSample/FunctionAppSample.csproj
index 69076b0..af96507 100644
--- a/FunctionAppSample/FunctionAppSample.csproj
+++ b/FunctionAppSample/FunctionAppSample.csproj
@@ -5,6 +5,9 @@
bin\debug\
+
+ 1701;1702;1705;NU1608
+
diff --git a/Line.Messaging/Line.Messaging.csproj b/Line.Messaging/Line.Messaging.csproj
index f3723c1..b16eaf2 100644
--- a/Line.Messaging/Line.Messaging.csproj
+++ b/Line.Messaging/Line.Messaging.csproj
@@ -6,7 +6,7 @@
Line Messaging API
Line Messaging API for .Net
- 0.7.0-beta
+ 1.0.0
© 2017 pierre3
https://github.com/pierre3/LineMessagingApi/blob/master/LICENSE
true
@@ -15,12 +15,14 @@
true
https://github.com/pierre3/LineMessagingApi/
git
- - Supports the rich menu api
-- Add OAuth methods
- - LineMessagingClient.IssueChannelAccessTokenAsync()
- - LineMessagingClient.RevokeChannelAccessTokenAsync()
- 0.7.0.0
- 0.7.0.0
+ Add Documentation Comments
+ 1.0.0.0
+ 1.0.0.0
+
+
+
+ bin\Release\netstandard1.3\Line.Messaging.xml
+ 1701;1702;1705;1591
diff --git a/Line.Messaging/LineMessagingClient.cs b/Line.Messaging/LineMessagingClient.cs
index 68ed61a..dad9957 100644
--- a/Line.Messaging/LineMessagingClient.cs
+++ b/Line.Messaging/LineMessagingClient.cs
@@ -354,7 +354,7 @@ public async Task GetRoomMemberIdsAsync(string roomId, string co
/// Use the room ID returned in the source object of webhook event objects.
/// This feature is only available for LINE@ Approved accounts or official accounts.
///
- /// Identifier of the room<
+ /// Identifier of the room
/// List of UserProfiles
public async Task> GetRoomMemberProfilesAsync(string roomId)
{