diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config
deleted file mode 100644
index 67f8ea0..0000000
--- a/.nuget/NuGet.Config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.nuget/NuGet.exe b/.nuget/NuGet.exe
deleted file mode 100644
index c41a0d0..0000000
Binary files a/.nuget/NuGet.exe and /dev/null differ
diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets
deleted file mode 100644
index 3f8c37b..0000000
--- a/.nuget/NuGet.targets
+++ /dev/null
@@ -1,144 +0,0 @@
-
-
-
- $(MSBuildProjectDirectory)\..\
-
-
- false
-
-
- false
-
-
- true
-
-
- false
-
-
-
-
-
-
-
-
-
-
- $([System.IO.Path]::Combine($(SolutionDir), ".nuget"))
-
-
-
-
- $(SolutionDir).nuget
-
-
-
- $(MSBuildProjectDirectory)\packages.$(MSBuildProjectName.Replace(' ', '_')).config
- $(MSBuildProjectDirectory)\packages.$(MSBuildProjectName).config
-
-
-
- $(MSBuildProjectDirectory)\packages.config
- $(PackagesProjectConfig)
-
-
-
-
- $(NuGetToolsPath)\NuGet.exe
- @(PackageSource)
-
- "$(NuGetExePath)"
- mono --runtime=v4.0.30319 "$(NuGetExePath)"
-
- $(TargetDir.Trim('\\'))
-
- -RequireConsent
- -NonInteractive
-
- "$(SolutionDir) "
- "$(SolutionDir)"
-
-
- $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(PaddedSolutionDir)
- $(NuGetCommand) pack "$(ProjectPath)" -Properties "Configuration=$(Configuration);Platform=$(Platform)" $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols
-
-
-
- RestorePackages;
- $(BuildDependsOn);
-
-
-
-
- $(BuildDependsOn);
- BuildPackage;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/VoiceTextWebAPI.Client.sln b/VoiceTextWebAPI.Client.sln
index 61550e7..06ba294 100644
--- a/VoiceTextWebAPI.Client.sln
+++ b/VoiceTextWebAPI.Client.sln
@@ -1,16 +1,9 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.30723.0
+# Visual Studio 15
+VisualStudioVersion = 15.0.27428.2005
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8A7F64CF-F75B-493F-A32A-84D378BF7113}"
- ProjectSection(SolutionItems) = preProject
- .nuget\NuGet.Config = .nuget\NuGet.Config
- .nuget\NuGet.exe = .nuget\NuGet.exe
- .nuget\NuGet.targets = .nuget\NuGet.targets
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoiceTextWebAPI.Client", "VoiceTextWebAPI.Client\VoiceTextWebAPI.Client.csproj", "{4359A4B5-6122-4B18-A72B-905BC380C46D}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VoiceTextWebAPI.Client", "VoiceTextWebAPI.Client\VoiceTextWebAPI.Client.csproj", "{4359A4B5-6122-4B18-A72B-905BC380C46D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{06BF0E03-243F-48CA-9B5E-00C4EACAED84}"
ProjectSection(SolutionItems) = preProject
@@ -32,4 +25,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {B3BB0C31-C004-48B3-A333-0A483373813D}
+ EndGlobalSection
EndGlobal
diff --git a/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs b/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs
deleted file mode 100644
index 3743ebe..0000000
--- a/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,35 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-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: AssemblyTitle("VoiceTextWebAPI.Client")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct(".NET Client for VoiceText Web API")]
-[assembly: AssemblyCopyright("Copyright © J.Sakamoto 2014-2018, MIT License")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// 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)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("731cf40d-d365-4c5b-9d47-f7e5cbbefb1d")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// 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("2.0.0.0")]
diff --git a/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.csproj b/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.csproj
index 8915598..0f9d281 100644
--- a/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.csproj
+++ b/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.csproj
@@ -1,75 +1,35 @@
-
-
-
+
- Debug
- AnyCPU
- {4359A4B5-6122-4B18-A72B-905BC380C46D}
- Library
- Properties
- VoiceTextWebAPI.Client
- VoiceTextWebAPI.Client
- v4.5
- 512
-
+ netstandard2.0;net45
+ $(NoWarn);1591
+ true
+ J.Sakamoto
+ 2.0.0.1
+ This library is the client of [HOYA Voice Text Web API](https://cloud.voicetext.jp/webapi) for .NET.
+ Copyright © J.Sakamoto 2014-2018, MIT License
+ .NET Client for VoiceText Web API
+ https://github.com/jsakamoto/voicetext-webapi-client4net/blob/master/LICENSE
+ https://github.com/jsakamoto/voicetext-webapi-client4net
+
+ voicetext,voice,speach
+ v.2.0.0.1
+- support .NET Standard 2.0
+v.2.0
+- [Breaking Change] Remove aac format.
+v.1.4
+- Add mp3 format.
+v.1.3
+- Can chose voice file format from wav/ogg/aac.
+v.1.2
+- Add speaker "Bear"(Berserk Bear)!
+v.1.1
+- Add speaker "Santa"(Santa Claus)!
+v.1.0
+- First release.
+
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
- false
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
- false
-
-
- OnBuildSuccess
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- if "$(ConfigurationName)" == "Release" goto PACK
-goto END
-:PACK
-pushd "$(ProjectDir)"
-"$(SolutionDir).nuget\nuget.exe" pack "$(ProjectPath)" -Prop Configuration=Release;Platform=AnyCPU -o $(OutDir)
-:END
-
-
-
\ No newline at end of file
+
diff --git a/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec b/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec
deleted file mode 100644
index c953c71..0000000
--- a/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
- $id$
- $version$
- $title$
- J.Sakamoto
- J.Sakamoto
- https://github.com/jsakamoto/voicetext-webapi-client4net/blob/master/LICENSE
- https://github.com/jsakamoto/voicetext-webapi-client4net
-
- false
- The Web API client of [HOYA Voice Text Web API](https://cloud.voicetext.jp/webapi) for .NET
-
- This library is the client of [HOYA Voice Text Web API](https://cloud.voicetext.jp/webapi) for .NET.
-
-
-
-
- voicetext,voice,speach
-
-