mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-06 19:06:30 +00:00
Initial commit of .NET port of FlatBuffers
Include C# codegen in flatc and .NET FlatBuffer access via the FlatBufferBuilder class Tested: on Windows. Change-Id: If5228a8df60a10e0751b245c6c64530264ea2d8a
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
3f85183c88
commit
9a1f7be6fd
12
net/FlatBuffers/FlatBuffers.1.0.0.nuspec
Normal file
12
net/FlatBuffers/FlatBuffers.1.0.0.nuspec
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>FlatBuffers</id>
|
||||
<version>1.0.0-alpha00003</version>
|
||||
<authors>Google Inc</authors>
|
||||
<description>A .NET port of Google Inc's FlatBuffers project.</description>
|
||||
<language>en-US</language>
|
||||
<projectUrl>https://github.com/evolutional/flatbuffers</projectUrl>
|
||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user