diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-10-30 17:57:06 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-10-30 17:57:06 +0200 |
| commit | c5bb832c1880d0a0d55c3ba11cf97cc6dff6a78d (patch) | |
| tree | dced3401ffd5ee33acb7e54febec4f390ab2a4b8 /Software/Tango.NET/Versioning/GlobalVersionInfo.cs | |
| parent | b0000c813d6dfac11cf041fca7de1928596f42ae (diff) | |
| download | Tango-c5bb832c1880d0a0d55c3ba11cf97cc6dff6a78d.tar.gz Tango-c5bb832c1880d0a0d55c3ba11cf97cc6dff6a78d.zip | |
Protobuf Compiler API first draft.
Added compiled protobuf & protobuf-c repositories.
Diffstat (limited to 'Software/Tango.NET/Versioning/GlobalVersionInfo.cs')
| -rw-r--r-- | Software/Tango.NET/Versioning/GlobalVersionInfo.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Software/Tango.NET/Versioning/GlobalVersionInfo.cs b/Software/Tango.NET/Versioning/GlobalVersionInfo.cs new file mode 100644 index 000000000..a1208cae9 --- /dev/null +++ b/Software/Tango.NET/Versioning/GlobalVersionInfo.cs @@ -0,0 +1,13 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + + +[assembly: AssemblyProduct("Tango")] + +[assembly: AssemblyCompany("Twine")] +[assembly: AssemblyCopyright("Copyright © Twine LTD 2017")] +[assembly: AssemblyTrademark("Twine LTD")] + +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] |
