diff --git a/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.nuspec b/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.nuspec new file mode 100644 index 0000000..2cd6b50 --- /dev/null +++ b/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.nuspec @@ -0,0 +1,20 @@ + + + + $id$ + $version$ + $title$ + $author$ + $author$ + https://github.com/benruehl/adonis-ui/blob/master/LICENSE + https://github.com/benruehl/adonis-ui + false + $description$ + First release of this library. It provides two color schemes, usage of component resource keys, base styles for many WPF controls and a basic layering system. + Copyright 2018 + UI Styles Themes Templates Controls WPF XAML + + + + + \ No newline at end of file diff --git a/AdonisUI.ClassicTheme/Properties/AssemblyInfo.cs b/AdonisUI.ClassicTheme/Properties/AssemblyInfo.cs index 5f31b4d..5e78a60 100644 --- a/AdonisUI.ClassicTheme/Properties/AssemblyInfo.cs +++ b/AdonisUI.ClassicTheme/Properties/AssemblyInfo.cs @@ -4,21 +4,21 @@ using System.Runtime.InteropServices; using System.Windows; -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die einer Assembly zugeordnet sind. +// 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: AssemblyTitle("AdonisUI.ClassicTheme")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Styles implementing AdonisUI's theme definitions to provide classic look and feel.")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("benruehl")] [assembly: AssemblyProduct("AdonisUI.ClassicTheme")] [assembly: AssemblyCopyright("Copyright © 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly -// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von -// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen. +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] //Um mit dem Erstellen lokalisierbarer Anwendungen zu beginnen, legen Sie @@ -41,15 +41,15 @@ )] -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +// Version information for an assembly consists of the following four values: // -// Hauptversion -// Nebenversion -// Buildnummer +// Major Version +// Minor Version +// Build Number // Revision // -// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, -// übernehmen, indem Sie "*" eingeben: +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")] diff --git a/AdonisUI/AdonisUI.nuspec b/AdonisUI/AdonisUI.nuspec new file mode 100644 index 0000000..565c628 --- /dev/null +++ b/AdonisUI/AdonisUI.nuspec @@ -0,0 +1,17 @@ + + + + $id$ + $version$ + $title$ + $author$ + $author$ + https://github.com/benruehl/adonis-ui/blob/master/LICENSE + https://github.com/benruehl/adonis-ui + false + $description$ + First release of this library. It provides two color schemes, usage of component resource keys, base styles for many WPF controls and a basic layering system. + Copyright 2018 + UI Styles Themes Templates Controls WPF XAML + + \ No newline at end of file diff --git a/AdonisUI/Properties/AssemblyInfo.cs b/AdonisUI/Properties/AssemblyInfo.cs index 1738899..74710fd 100644 --- a/AdonisUI/Properties/AssemblyInfo.cs +++ b/AdonisUI/Properties/AssemblyInfo.cs @@ -4,21 +4,21 @@ using System.Runtime.InteropServices; using System.Windows; -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die einer Assembly zugeordnet sind. +// 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: AssemblyTitle("AdonisUI")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Core theme definitions for AdonisUI - a lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("benruehl")] [assembly: AssemblyProduct("AdonisUI")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © 2018 Benjamin Rühl")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen. +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] //Um mit dem Erstellen lokalisierbarer Anwendungen zu beginnen, legen Sie @@ -41,15 +41,15 @@ )] -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +// Version information for an assembly consists of the following four values: // -// Hauptversion -// Nebenversion -// Buildnummer +// Major Version +// Minor Version +// Build Number // Revision // -// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, -// übernehmen, indem Sie "*" eingeben: +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Scripts/NuGetPack.ps1 b/Scripts/NuGetPack.ps1 new file mode 100644 index 0000000..61897b4 --- /dev/null +++ b/Scripts/NuGetPack.ps1 @@ -0,0 +1,3 @@ +nuget pack ..\AdonisUI\AdonisUi.csproj -Build -Properties Configuration=Release +nuget pack ..\AdonisUI.ClassicTheme\AdonisUI.ClassicTheme.csproj -Build -Properties Configuration=Release +Read-Host -Prompt "Press Enter to exit" \ No newline at end of file