123456789101112131415161718192021222324 |
- using System;
- using System.Reflection;
- [assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("cf80a8d1-32f1-4c93-86b2-77face654f15")]
- [assembly: System.Reflection.AssemblyCompanyAttribute("Ropin.Environmentally.LoRaApi")]
- [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
- [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
- [assembly: System.Reflection.AssemblyProductAttribute("Ropin.Environmentally.LoRaApi")]
- [assembly: System.Reflection.AssemblyTitleAttribute("Ropin.Environmentally.LoRaApi")]
- [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|