1
0
Fork 0
mirror of https://github.com/wagesj45/butterflow-ui.git synced 2025-09-09 03:00:39 -05:00

Adding versioning and meta data

This commit is contained in:
Jordan Wages 2018-07-14 22:00:48 -05:00
commit 5becb42a63
5 changed files with 24 additions and 4 deletions

View file

@ -753,6 +753,15 @@ namespace butterflow_ui.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Version.
/// </summary>
public static string VersionLabel {
get {
return ResourceManager.GetString("VersionLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Width.
/// </summary>

View file

@ -357,4 +357,7 @@
<data name="SaveLabel" xml:space="preserve">
<value>Save</value>
</data>
<data name="VersionLabel" xml:space="preserve">
<value>Version</value>
</data>
</root>