Skip to content

Commit

Permalink
Adicionado pacote NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-moresco committed Oct 7, 2021
1 parent 8d12e9f commit 256cefe
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 1 deletion.
30 changes: 30 additions & 0 deletions MvvmEasy/MvvmEasy.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<package>

<metadata>
<id>MvvmEasy</id>
<title>MvvmEasy</title>
<description>An easy MVVM framework to use in your WPF applications.</description>
<version>1.0.0</version>
<authors>Gabriel Moresco</authors>
<copyright>Copyright © 2021 Gabriel Moresco.</copyright>

<projectUrl>https://github.com/gabriel-moresco/mvvm-easy</projectUrl>
<repository type="git" url="https://github.com/gabriel-moresco/mvvm-easy"/>

<icon>docs/icon.png</icon>
<readme>docs/README.md</readme>
<license type="file">docs/LICENSE.txt</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>

<tags>mvvm wpf mvvm-framework dialog-manager</tags>

</metadata>

<files>
<file src="..\README.md" target="docs\"/>
<file src="..\LICENSE.txt" target="docs\"/>
<file src="..\docs\icon.png" target="docs\"/>
</files>

</package>
2 changes: 1 addition & 1 deletion MvvmEasy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Mvvm Easy
Binary file added docs/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions nuget-deploy-steps.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nuget pack -properties Configuration=Release
nuget push MvvmEasy.<version>.nupkg <api-key> -Source https://api.nuget.org/v3/index.json

0 comments on commit 256cefe

Please sign in to comment.