diff --git a/_byond_8_topic_sender_8_assembly_info_8cs_source.html b/_byond_8_topic_sender_8_assembly_info_8cs_source.html index effc91b..c81bd28 100644 --- a/_byond_8_topic_sender_8_assembly_info_8cs_source.html +++ b/_byond_8_topic_sender_8_assembly_info_8cs_source.html @@ -95,11 +95,11 @@
16[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) Jordan Brown 2018")]
17[assembly: System.Reflection.AssemblyDescriptionAttribute("Library for asynchronously sending valid topic strings to /world/Topic() in BYOND" +
18 " servers.")]
-
19[assembly: System.Reflection.AssemblyFileVersionAttribute("7.0.3.0")]
-
20[assembly: System.Reflection.AssemblyInformationalVersionAttribute("7.0.3")]
+
19[assembly: System.Reflection.AssemblyFileVersionAttribute("7.0.4.0")]
+
20[assembly: System.Reflection.AssemblyInformationalVersionAttribute("7.0.4")]
21[assembly: System.Reflection.AssemblyProductAttribute("Byond.TopicSender")]
22[assembly: System.Reflection.AssemblyTitleAttribute("Byond.TopicSender")]
-
23[assembly: System.Reflection.AssemblyVersionAttribute("7.0.3.0")]
+
23[assembly: System.Reflection.AssemblyVersionAttribute("7.0.4.0")]
24[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Cyberboss/Byond.TopicSender")]
25
26// Generated by the MSBuild WriteCodeFragment class.