Skip to content

Commit

Permalink
Update namespace prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Sep 27, 2023
1 parent fd53491 commit 1551f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Aeon.Database/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: XmlNamespacePrefix("clr-namespace:Aeon.Database", "aeondb")]
[assembly: XmlNamespacePrefix("clr-namespace:Aeon.Database", "aeon-db")]
2 changes: 1 addition & 1 deletion src/Aeon.Foraging/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: XmlNamespacePrefix("clr-namespace:Aeon.Foraging", "aeonfg")]
[assembly: XmlNamespacePrefix("clr-namespace:Aeon.Foraging", "aeon-frg")]

0 comments on commit 1551f59

Please sign in to comment.