Incremented version for next release
This commit is contained in:
@@ -49,5 +49,5 @@ using System.Windows;
|
|||||||
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
||||||
// übernehmen, indem Sie "*" eingeben:
|
// übernehmen, indem Sie "*" eingeben:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.0")]
|
[assembly: AssemblyVersion("1.0.1")]
|
||||||
[assembly: AssemblyFileVersion("1.0.0")]
|
[assembly: AssemblyFileVersion("1.0.1")]
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using GalaSoft.MvvmLight;
|
|
||||||
|
|
||||||
namespace DebtMgr.ViewModel.Dialogs
|
|
||||||
{
|
|
||||||
public class AddTransactionViewModel : ViewModelBase
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
In App.xaml:
|
In App.xaml:
|
||||||
<Application.Resources>
|
<Application.Resources>
|
||||||
<vm:ViewModelLocator xmlns:vm="clr-namespace:DebtMgr"
|
<vm:ViewModelLocator xmlns:vm="clr-namespace:eJay"
|
||||||
x:Key="Locator" />
|
x:Key="Locator" />
|
||||||
</Application.Resources>
|
</Application.Resources>
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>eJay</id>
|
<id>eJay</id>
|
||||||
<version>1.0.0</version>
|
<version>1.0.1</version>
|
||||||
<authors>TroogS</authors>
|
<authors>TroogS</authors>
|
||||||
<owners>TroogS</owners>
|
<owners>TroogS</owners>
|
||||||
<description>A tool to keep track of your private debts</description>
|
<description>A tool to keep track of your private debts</description>
|
||||||
<releaseNotes>Initial release.</releaseNotes>
|
<releaseNotes></releaseNotes>
|
||||||
<copyright>Copyright © 2019</copyright>
|
<copyright>Copyright © 2019</copyright>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
|
|||||||
Reference in New Issue
Block a user