123456789101112131415161718192021222324 |
- using System;
- using System.Reflection;
- [assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("3be9fc7b-63fc-4089-b9f4-d042f044431b")]
- [assembly: System.Reflection.AssemblyCompanyAttribute("Ropin.Environmentally.LoRaService")]
- [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
- [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
- [assembly: System.Reflection.AssemblyProductAttribute("Ropin.Environmentally.LoRaService")]
- [assembly: System.Reflection.AssemblyTitleAttribute("Ropin.Environmentally.LoRaService")]
- [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|