summaryrefslogtreecommitdiff
path: root/.packages/microsoft.codeanalysis.csharp/1.1.1/microsoft.codeanalysis.csharp.nuspec
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microsoft.codeanalysis.csharp/1.1.1/microsoft.codeanalysis.csharp.nuspec')
-rwxr-xr-x.packages/microsoft.codeanalysis.csharp/1.1.1/microsoft.codeanalysis.csharp.nuspec24
1 files changed, 24 insertions, 0 deletions
diff --git a/.packages/microsoft.codeanalysis.csharp/1.1.1/microsoft.codeanalysis.csharp.nuspec b/.packages/microsoft.codeanalysis.csharp/1.1.1/microsoft.codeanalysis.csharp.nuspec
new file mode 100755
index 0000000000..a7bc61d4e4
--- /dev/null
+++ b/.packages/microsoft.codeanalysis.csharp/1.1.1/microsoft.codeanalysis.csharp.nuspec
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
+ <metadata>
+ <id>Microsoft.CodeAnalysis.CSharp</id>
+ <version>1.1.1</version>
+ <authors>Microsoft</authors>
+ <owners>Microsoft</owners>
+ <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=529443</licenseUrl>
+ <projectUrl>http://msdn.com/roslyn</projectUrl>
+ <requireLicenseAcceptance>true</requireLicenseAcceptance>
+ <description>.NET Compiler Platform ("Roslyn") support for C#, Microsoft.CodeAnalysis.CSharp.dll.
+
+Supported Platforms:
+- .NET Framework 4.5
+- Windows 8
+- Portable Class Libraries</description>
+ <releaseNotes>Preview of Microsoft .NET Compiler Platform (Roslyn)</releaseNotes>
+ <language>en-US</language>
+ <tags>Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics</tags>
+ <dependencies>
+ <dependency id="Microsoft.CodeAnalysis.Common" version="[1.1.1]" />
+ </dependencies>
+ </metadata>
+</package> \ No newline at end of file