diff --git a/MvvmEasy/MvvmEasy.nuspec b/MvvmEasy/MvvmEasy.nuspec new file mode 100644 index 0000000..21ddc7d --- /dev/null +++ b/MvvmEasy/MvvmEasy.nuspec @@ -0,0 +1,30 @@ + + + + + MvvmEasy + MvvmEasy + An easy MVVM framework to use in your WPF applications. + 1.0.0 + Gabriel Moresco + Copyright © 2021 Gabriel Moresco. + + https://github.com/gabriel-moresco/mvvm-easy + + + docs/icon.png + docs/README.md + docs/LICENSE.txt + false + + mvvm wpf mvvm-framework dialog-manager + + + + + + + + + + \ No newline at end of file diff --git a/MvvmEasy/Properties/AssemblyInfo.cs b/MvvmEasy/Properties/AssemblyInfo.cs index b33e23e..4c23945 100644 --- a/MvvmEasy/Properties/AssemblyInfo.cs +++ b/MvvmEasy/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Gabriel Moresco")] [assembly: AssemblyProduct("MvvmEasy")] -[assembly: AssemblyCopyright("Copyright © 2021 Gabriel Moresco. All rights reserved.")] +[assembly: AssemblyCopyright("Copyright © 2021 Gabriel Moresco.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c6284a --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Mvvm Easy diff --git a/docs/icon.png b/docs/icon.png new file mode 100644 index 0000000..4fe89d1 Binary files /dev/null and b/docs/icon.png differ diff --git a/nuget-deploy-steps.txt b/nuget-deploy-steps.txt new file mode 100644 index 0000000..c2e3dfc --- /dev/null +++ b/nuget-deploy-steps.txt @@ -0,0 +1,2 @@ +nuget pack -properties Configuration=Release +nuget push MvvmEasy..nupkg -Source https://api.nuget.org/v3/index.json \ No newline at end of file