forked from Informatievlaanderen/parcel-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SolutionInfo.cs
20 lines (19 loc) · 925 Bytes
/
SolutionInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Auto-Generated by FAKE; do not edit
// <auto-generated/>
using System.Reflection;
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyInformationalVersion("")]
[assembly: AssemblyProduct("Basisregisters Vlaanderen")]
[assembly: AssemblyCopyright("Copyright (c) Vlaamse overheid")]
[assembly: AssemblyCompany("Vlaamse overheid")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyVersion = "2.0.0.0";
internal const System.String AssemblyFileVersion = "2.0.0.0";
internal const System.String AssemblyInformationalVersion = "";
internal const System.String AssemblyProduct = "Basisregisters Vlaanderen";
internal const System.String AssemblyCopyright = "Copyright (c) Vlaamse overheid";
internal const System.String AssemblyCompany = "Vlaamse overheid";
}
}