Incremented version for next release

This commit is contained in:
Andre Beging
2019-01-06 18:26:42 +01:00
parent c9ca3598e7
commit c23f9b496b
4 changed files with 5 additions and 18 deletions

View File

@@ -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
{
}
}

View File

@@ -1,7 +1,7 @@
/*
In App.xaml:
<Application.Resources>
<vm:ViewModelLocator xmlns:vm="clr-namespace:DebtMgr"
<vm:ViewModelLocator xmlns:vm="clr-namespace:eJay"
x:Key="Locator" />
</Application.Resources>